html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	list-style: none;
}
body{
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

*{margin: 0; padding: 0}

a {outline:none;}
area:link{outline:none;}
area:active{outline:none;}
area:visited{outline:none;}
a img {outline:none;}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.logo {
	display: none;
}
.logo_sp {
	display: block;
	position: absolute;
	width:57px;
	padding: 7px 0 0 10px;
	z-index: 9999;
}
.logo_sp a img {
	width: 57px;
	height: auto;
}
.wh{
	display: none;
}

.navi_left, .navi_right{
	display: none;
}
.navi {
	display: none;
}
.information_pc {
	display:none;
}
.information_sp {
	display:block;
	width: 100%;
	padding: 10% 0 3% 0;
	margin:10% 0 0 0;
	clear:both;
}
.information_sp h2 span{
	font-size: 25pt;
	}
.information_sp h2{
	text-align: center;
	font-family: 'Oswald', sans-serif!important;
	font-size: 11pt;
	z-index: 9999;
	line-height:1.5;
	}
h2 span{
	font-size: 35pt;
	}
h2{
	text-align: center;
	font-family: 'Oswald', sans-serif!important;
	font-size: 13pt;
	z-index: 9999;
	}

.drawr {
    display: none;
}
.news {
    float:left;
	width: 90%;
	height:300px;
	padding: 3% 5% 0 5%;
	overflow-x: hidden;
	margin:0 0 10% 0;
}
.news dl {
	float:left;
	width: 90%;
	color: #000;
	padding: 3% 5% 2% 5%;
	line-height: 1.5;
	border-bottom:1px solid #7d7d7d;
	margin:0 0 0 0;
}

.news dl dt {
	clear: left;
	float:left;
	width: 100%;
	padding: 0 0 0 0;
	color: #000;
	font-size: 9pt;
	font-weight: bold;
}
.news dl dt span{
	padding: 0 15px;
	color: #4267b2;
	text-align: center;
	border:1px solid #4267b2;
	border-radius:20px;
	font-size: 9pt;
	margin:0 15px 0 0;
}
.news dl dd {
	float:left;
	padding:5px 0 8px 0;
	margin: 0;
	font-size: 10pt;
}

.news dl dd a {
	color: #000;
}

.fb_top_sp {
	width: 90%;
	float: left;
	display:block;
	padding:0 5% 10% 5%;
}
.fb_top_pc {
	display:none;
}
.gorenraku_pc {
	display:none;
}
.gorenraku_sp {
	display:block;
	width:100%;
	margin:0 auto;
	clear: both;
	padding: 0 0 15% 0;
}

.gorenraku_sp h2 {
    font-size:12pt;
	width:90%;
	text-align: center;
	color:#000;
	background-color: #fff;
	padding:2% 0 2% 0;
	margin:0 5%;
	line-height:1.5;
	display:block;
	border-radius:30px;
	border:2px solid #000;
	box-sizing: border-box;
}
.gorenraku_sp p {
	font-size:10pt;
	width:90%;
	text-align: left;
	color:#000;
	line-height:1.6;
	margin:2% 5% 0 5%;
}
.bg-slider {
	width: 100%;
	height: 339px;
	background-position:top center;
	background-size: 700px 339px;
 float:left;
}
.ticker {
	padding: 0;
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.ticker ul {
	width: 100%;
	height:300px;
	position: relative;
}

.ticker ul li {
	top: 42%;
	width: 100%;
	height: 300px;
	text-align: center;
	display: none;
	position: absolute;
}
.ticker ul li img{
	max-width: 90%;
	height: auto;
}
.message_top {
    width:100%;
    height: 200px;
	background-size:1904px 646px;
	background-color: #fff;
	text-align: center;
	float: left;
	color:#fff;
	padding:100px 0 0 0;
	position: relative;
    overflow: hidden;
}
.message_top:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/top_message_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
	
}
.message_top:hover:after {
	background-color: #fff;
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.mission_top {
    width:100%;
    height: 200px;
	background-size:1904px 646px;
	background-color: #fff;
	text-align: center;
	float: left;
	color:#fff;
	padding:100px 0 0 0;
	position: relative;
    overflow: hidden;
   /* text-shadow: 0 0 12px #ccc;*/
}
.mission_top:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/top_mission_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
	
}
.mission_top:hover:after {
	background-color: #fff;
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.inner {
    z-index: 1;
    position: relative;
}	

.service_top {
    width:100%;
	text-align: center;
	float: left;
	color:#000;
	padding:30px 0 30px 0;
}
h3 span.opop{
	font-size: 25pt;
	height: 40px;
	display: block;
}
h3 span.rere{
	font-size: 10pt;
	height: 25px;
    display: block;
}
h3{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 13pt;
	display: block;
}
.line {
	width: 80px;
	height:3px;
	margin:15px auto 5px auto;
	background-color:#fff;
    display:inline-block;
}
.media {
    width:100%;
    height: 150px;
	background-size:1903px 529px;
	background-color: #fff;
	text-align: center;
	float: left;
	color:#fff;
	padding:50px 0 0 0;
	position: relative;
    overflow: hidden;
   /* text-shadow: 0 0 12px #ccc;*/
}
.media:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/top_media_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.media:hover:after {
	background-color: #fff;
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.online {
    width:50%;
    height: 150px;
	background-size:952px 529px;
	background-color: #fff;
	text-align: center;
	float: left;
	color:#fff;
	padding:50px 0 0 0;
	position: relative;
    overflow: hidden;
   /* text-shadow: 0 0 12px #ccc;*/
}
.online:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/top_online_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.online:hover:after {
	background-color: #fff;
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.seminar {
    width:50%;
    height: 150px;
	background-size:952px 529px;
	background-color: #fff;
	text-align: center;
	float: left;
	color:#fff;
	padding:50px 0 0 0;
	position: relative;
    overflow: hidden;
   /* text-shadow: 0 0 12px #ccc;*/
}
.seminar:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/top_seminar_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.seminar:hover:after {
	background-color: #fff;
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
	
.business_top {
    width:100%;
    height: 200px;
	background-size:1904px 646px;
	background-color: #fff;
	text-align: center;
	float: left;
	color:#fff;
	padding:100px 0 0 0;
	line-height:1.5;
	position: relative;
    overflow: hidden;
    text-shadow: 0 0 1px #ccc;
}
.business_top h2 span{
	font-size: 35pt;
	}
.business_top h2{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 13pt;
	z-index: 9999;
	line-height:1.5;
	}
.business_top:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/top_business_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.business_top:hover:after {
	background-color: #fff;
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.container {
	width: 100%;
	margin:0 auto;
	position: relative;
	padding: 0px;
	z-index: 500;
}

/*----------profile------------------------------------------------------------------*/

.profile_top {
    position: absolute;
    display: block;
    width: 100%;
    height: 200px;
    top: 68px;
    background: url(../images/profile_top.jpg) no-repeat center center;
	background-size: 160% auto;
}
.profile_top h2 span{
	font-size: 25pt;
	}
.profile_top h2{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 10pt;
	z-index: 9999;
	margin:55px 0 0 0;
	color:#fff;
	}

.profile {
	float:left;
	width: 100%;
	margin:250px 0 5% 0;
}
.profile dl {
	width: 94%;
	padding:0 3%;
	border-bottom:1px dashed #bebebe;
}
.profile dl.first {
	border-top:1px dashed #bebebe;
	border-bottom:1px dashed #bebebe;
}
.profile dt {
	width: 100%;
	font-size:10pt;
	color:#2e2e2e;
	padding:3% 0 0 0;
	font-weight: bold;

}
.profile dd {
	width: 100%;
	font-size:10pt;
	line-height:1.5;
	color:#2e2e2e;
	padding:0 0 3% 0;
	clear: both;
}

.map h3 span.opop{
	font-size: 23pt;
	height: 40px;
	display: block;
}
.map h3 span.rere{
	font-size: 12pt;
    display: block;
}
.map h3{
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
.map .line {
	width: 80px;
	height:3px;
	margin:10px auto 5px auto;
	background-color:#000;
    display:inline-block;
}
.map{
	width:100%;
	margin:0 auto 10% auto;
	text-align:center;
	background-color:#fff;
	float: left;
}

.map iframe{
	width:100%;
	height:200px;
	margin:20px 0 3% 0;
}	
.map p{
	width:100%;
	text-align:center;
	font-size: 10pt;
}

/*----------service------------------------------------------------------------------*/

.service_top01 {
    position: absolute;
    display: block;
    width: 100%;
    height: 200px;
    top: 68px;
    background: url(../images/service_top.jpg) no-repeat top center;
	background-size: 160% auto;
}
.service_top01 h2 span{
	font-size: 25pt;
	}
.service_top01 h2{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 10pt;
	z-index: 9999;
	margin:55px 0 0 0;
	color:#fff;
	}	

.service{
	margin:220px 0 5% 0;
    width: 100%;
	float:left;
}
.service img{
    width: 96%;
	height:auto;
	padding:2% ;
}
.service h4{
	text-align: center;
	font-size:12pt;
	color:#000;
	display:block;
	padding:5px 0 7px 0;
	margin:20px 0 10px 0;
	width: 100%;
	font-weight: bold;
}
.service p{
	font-size:10pt;
	color:#000;
	display:block;
	line-height:1.6;
	padding:5px 0 7px 0;
	width: 94%;
	margin:3% 3% 0 3%;
}
.ser_contents{
    width: 94%;
	margin:3% 3% 0 3%;
	float:left;
}
.ser_contents h3 span.opop,#media h3 span.opop{
	font-size: 23pt;
	height: 35px;
	display: block;
}
.ser_contents h3 span.rere,#media h3 span.rere{
	font-size: 12pt;
	display: block;
}
.ser_contents h3,#media h3{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	display: block;

}
.ser_contents .line,#media .line {
	width: 80px;
	height:3px;
	margin:5px auto 0 auto;
	background-color:#000;
    display:inline-block;
}
#media{
	clear: both;
	 width: 100%;
	height:auto;
}
#media h4{
	text-align: center;
	font-size:12pt;
	color:#000;
	display:block;
	padding:5px 0 0 0;
	margin:20px 0 0 0;
	width: 100%;
	font-weight: bold;
}
#media p{
	font-size:10pt;
	color:#000;
	display:block;
	line-height:1.6;
	padding:5px 0 7px 0;
	width: 94%;
	margin:3% 3% 0 3%;
}
#media01{
	background: url(../images/media01.jpg) no-repeat center center;
	width: 94%;
	height:140px;
	padding:40px 0 0 0;
	margin:30px 3% 0 3%;
	background-size:600px 237px;
}
#online{
	width: 100%;
	height:auto;
	padding:3% 0 5% 0 ;
	float:left;
}

#seminar{
	margin-top:0;
	width: 100%;
	height:auto;
	padding:0 0 5% 0;
	float:left;
}
#online h4,#seminar h4{
	float:left;
	text-align: left;
	font-size:12pt;
	color:#000;
	padding:0 0 0 0;
	 width: 96%;
	margin:0 2% 0 2%;
	font-weight: bold;
}
#online p,#seminar p{
	font-size:10pt;
	float:left;
	color:#000;
	line-height:1.8;
	padding:0 0 3% 0;
	 width: 96%;
	margin:1% 2% 0 2%;
}
.service_blog{
	padding:0 2% 10% 1%;
	width: 47%;
	height:auto;
	float:left;
}
.service_flab{
	padding:0 2% 0 0;
	width: 47%;
	height:auto;
	float:left;
}
.service_blog img,.service_flab img{
	width: 100%;
	height:auto;
}


/*----------message------------------------------------------------------------------*/

.message_top01 {
    position: absolute;
    display: block;
    width: 100%;
    height: 200px;
    top: 68px;
    background: url(../images/message_top.jpg) no-repeat top center;
	background-size: 160% auto;
}
.message_top01 h2 span{
	font-size: 25pt;
	}
.message_top01 h2{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 10pt;
	z-index: 9999;
	margin:55px 0 0 0;
	color:#fff;
	}	

.message{
	margin:220px 0 5% 0;
    width: 100%;
	text-align: center;
	float:left;
}
.message img{
	text-align: center;
	padding:0px 0 0px 0;
	width: 150px;
	height:150px;
}
.message h4{
	text-align: center;
	font-size:12pt;
	color:#000;
	display:block;
	padding:5px 0 7px 0;
	margin:20px 0 10px 0;
	width: 100%;
	font-weight: bold;
}
.message p{
	font-size:10pt;
	text-align: left;
	color:#000;
	display:block;
	line-height:1.6;
	padding:5px 0 7px 0;
	width: 94%;
	margin:3% 3% 0 3%;
}
.message p.right{
	font-size:9pt;
	text-align: right;
	width: 100%;
	margin:10px 5px 5% 0;
	display:block;
	float: left;
}
.name {
	float: left;
	width: 30%;
	height:auto;
	padding:0 0 0 0;
}
.name img{
	width: 100%;
	height:auto;
}

.blog h3 span.opop,.facebook h3 span.opop{
	font-size: 18pt;
	padding:2px 0 0 0;
	height:23px;
	display: block;
	z-index: 9999;
}
.blog h3 span.rere,.facebook h3 span.rere{
	font-size: 8pt;
    display: block;
}
.blog h3,.facebook h3{
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
.blog .line,.facebook .line {
	width: 60px;
	height:2px;
	margin:0 auto 2px auto;
	background-color:#fff;
    display:inline-block;
}
.blog {
    width:94%;
    height:80px;
	background-size:100% auto;
	text-align: center;
	float: left;
	color:#fff;
	padding:0 0 0 0;
	margin:0 3% 3% 3%;
	position: relative;
    overflow: hidden;
}
.blog:after {
    position: absolute;
    content: "";
    display: block;
    width:100%;
    height: 180px;
    top: -30px;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background: url(../images/blog_bo.jpg) no-repeat center center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.blog:hover:after {
	background-color: #fff;
    opacity: .8;
}
.facebook {
    width:94%;
    height:80px;
	background-size:100% auto;
	text-align: center;
	float: left;
	color:#fff;
	padding:0 0 0 0;
	margin:0 3% 7% 3%;
	position: relative;
    overflow: hidden;
}
.facebook:after {
    position: absolute;
    content: "";
    display: block;
    width:100%;
    height: 180px;
    top: -30px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
	background: url(../images/fb_bo.jpg) no-repeat center center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.facebook:hover:after {
	background-color: #fff;
    opacity: .8;
}

/*----------business------------------------------------------------------------------*/


.business_top01 {
    position: absolute;
    display: block;
    width: 100%;
    height: 200px;
    top: 68px;
    background: url(../images/business_top.jpg) no-repeat center center;
	background-size: 160% auto;
}
.business_top01 h2 span{
	font-size: 25pt;
	}
.business_top01 h2{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 10pt;
	z-index: 9999;
	margin:55px 0 0 0;
	color:#fff;
	}
.business {
	margin:220px 0 5% 0;
    width: 100%;
	float:left;
	color:#000;
	line-height:1.5;
}

.business img{
    width: 86%;
	height:auto;
	padding:2% 7%;
}
.business p {
	width:94%;
	text-align:left;
	padding:3% ;
	font-size:10pt;
	display: block;
    float:left;
}

.business h4{
	text-align: center;
	font-size:14pt;
	color:#000;
	display:block;
	padding:3% ;
	margin:5% 0 2% 0;
	width:94%;
	font-weight: bold;
}

/*----------mission------------------------------------------------------------------*/

.mission_top01 {
    position: absolute;
    display: block;
    width: 100%;
    height: 200px;
    top: 68px;
    background: url(../images/mission_top.jpg) no-repeat center center;
	background-size: 160% auto;
}
.mission_top01 h2 span{
	font-size: 25pt;
	}
.mission_top01 h2{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 10pt;
	z-index: 9999;
	margin:55px 0 0 0;
	color:#fff;
	}
.mission {
	margin:220px 0 5% 0;
    width: 100%;
	float:left;
	color:#000;
	line-height:1.5;
}
.mission img{
    width: 96%;
	height:auto;
	padding:2% ;
}
.mission h4{
	text-align: center;
	font-size:14pt;
	color:#000;
	display:block;
	padding:3% ;
	margin:5% 0 2% 0;
	width:94%;
	font-weight: bold;
}
.mission p {
	width:94%;
	text-align:left;
	padding:3% ;
	font-size:10pt;
	display: block;
    float:left;
}

/*---------------------------------------------------------------contact-----------------------*/


input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
.contact_top {
    position: absolute;
    display: block;
    width: 100%;
    height: 200px;
    top: 68px;
    background: url(../images/contact_top.jpg) no-repeat center center;
	background-size: 160% auto;
}
.contact_top h2 span{
	font-size: 25pt;
	}
.contact_top h2{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 10pt;
	z-index: 9999;
	margin:55px 0 0 0;
	color:#fff;
	}
.contact {
	margin:220px 0 5% 0;
    width: 100%;
	float:left;
	color:#000;
	line-height:1.5;
}
.contact p {
	width:94%;
	text-align:left;
	padding:3% ;
	font-size:10pt;
	display: block;
    float:left;
}
.ta_contact p {
	width:97%;
	font-size:5pt;
	display:block;
	margin:0 0 3% 0;
	color:#999;
	line-height:1.2;
	text-align:center;
}
.ta_contact  {
	width:94%;
	height:auto;
	margin:0;
	display:block;
	padding:2% 3%;
}
.ta_contact dl{
	width:100%;
	float:left;
	display:block;
	margin:0 0 0 0;
	padding:0;
}

.ta_contact dt {
	width: 100%;
	text-align:left;
	font-size:9pt;
	line-height:1.5;
	padding:0 0 2% 0;
	color:#444444;
	display:block;
	font-weight:normal;
	font-weight: bold;
}

.ta_contact dd {
	text-align:left;
	width: 100%;
	height:auto;
	display:block;
	font-size:9pt;
	padding:0 0 2% 0;
	line-height:1.5;
	color:#444444;
}

.inp {
	background-color:#fff;
	border:1px solid #d0d0d0;
	width: 97%;
	height:35px;
	margin:0 0 20px 0;
	font-size:12pt;
	padding:1.5%;
}

.ta {
	width: 97%;
	border:1px solid #d0d0d0;
	background-color:#fff;
	height:100px;
	margin: 0;
	font-size:12pt;
	padding:1.5%;
}


.image-btn01 {
    width:60%;
	background-color:#fff;
	border:1px solid #000;
    height: 50px;
	cursor: pointer;
	color:#000;
    margin:15px 0 0 0;
	font-size:13pt;
	transition: all 0.3s linear;
}
.bgColor {
	color: #fff;
	background-color: #000;
}
.red {
	color:#E10003;
	font-size:8pt;
}

/*----------privacy------------------------------------------------------------------*/

.privacy_top {
    position: absolute;
    display: block;
    width: 100%;
    height: 200px;
    top: 68px;
    background: url(../images/privacy_top.jpg) no-repeat center center;
	background-size: 160% auto;
}
.privacy_top h2 span{
	font-size: 25pt;
}
.privacy_top h2{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 10pt;
	z-index: 9999;
	margin:55px 0 0 0;
	color:#fff;
	}
.privacy {
	margin:220px 0 5% 0;
    width: 100%;
	float:left;
	color:#000;
	line-height:1.5;
}
.privacy p {
	width:94%;
	text-align:left;
	padding:0 3% 7% 3% ;
	font-size:9pt;
}

.privacy_txt{
	padding:0 3% 3% 3% ;
    width:94%;
	font-size:9pt;
	color:#4A4A4A;
	line-height:1.5;
	display:block;
}
.privacy ul {
	font-size:10pt;
	padding: 5px 0 0 0;
	margin-bottom:20px;
    width:100%;
	display:block;
} 
.privacy ul li{
	font-size:10pt;
	color:#000;
	padding:0 3% 0 3% ;
} 
.privacy h3{
	font-size:11pt;
	text-align: left;
	color:#4A4A4A;
	display:block;
	padding:1% 3%;
	margin:0 0 0 0;
	width:94%;
	font-weight: bold;
}
.bold{
	font-weight:bold;
}

/*----------footer------------------------------------------------------------------*/
	
#fixedTop {
	padding: 15px 20px;
	right: 10px;
	bottom: 10px;
	color: #fff;
	text-align: center;
	display: none;
	background: #000;
	position: fixed;
	z-index: 99999;
}
	
.footerWrap {
	clear: both;
	background-color: #2b2b2b;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding:8% 0;
}

.sitemap {
	width: 94%;
	margin: 0 3%;
	display: block;
	line-height:2.5;
	color:#fff;
	text-decoration: none;
}
.footer_logo {
	padding: 0 0 2% 0;
	width: 100%;
	height: auto;
	text-align: center;
}

.footer_logo a img {
	width: 120px;
	height: 112px;
}
.sitemap a{
	line-height:2.5;
	color:#fff;
	text-decoration: none;
}
.sitemap ul li {
	float: left;
	font-weight: bold;
	padding: 0 0 3px 0;
	display: block;
	line-height: 2.0;
	color:#fff;
	text-decoration: none;
}
.sitemap ul li span a{
	font-weight: bold;
}
.footerLeft {
	display: none;
}
.footerRight {

	width: 100%;
}
.fb {
	display: inline-block;
	width: 47.5%;
	height:20px;
	text-align: center;
	text-decoration: none;
	outline: none;
	z-index: 2;
	position: relative;
	float: left;
	font-size:15pt;
	border:1px solid #fff;
	padding:0 0 25px 0;
	margin:0 3% 3% 0;
	background-color: #2b2b2b;
	overflow: hidden;
	color: #fff;
}
.fb::before,.fb::after,.tw::before,.tw::after,.footer_contact::before,.footer_contact::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
	 top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.fb:hover,.tw:hover,.footer_contact:hover {
  color: #2b2b2b;
}
.fb:hover::after,.tw:hover::after,.footer_contact:hover::after {
  background: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.tw {
	display: inline-block;
	width: 47.5%;
	height:20px;
	text-align: center;
	text-decoration: none;
	outline: none;
	z-index: 2;
	position: relative;
	float: left;
	font-size:15pt;
	border:1px solid #fff;
	padding:0 0 25px 0;
	margin:0 0 3% 0;
	background-color: #2b2b2b;
	overflow: hidden;
	color: #fff;
}
.footer_contact {
	display: inline-block;
	width: 98.4%;
	height:15px;
	text-align: center;
	text-decoration: none;
	outline: none;
	z-index: 2;
	position: relative;
	float: left;
	font-size:11pt;
	border:1px solid #fff;
	padding:10px 0 30px 0;
	margin:0 0 3% 0;
	background-color: #2b2b2b;
	overflow: hidden;
	color: #fff;
	font-family: 'Oswald', sans-serif;
}
.footerRight p {
	clear: both;
	text-align: center;
	width: 96%;
	font-size:8pt;
	line-height: 1.6;
	padding:0 2% 3% 2%;
}
.footerCenter {
	clear: both;
	width: 100%;
	text-align: center;
	padding:2% 0 3% 0;
}
.footerCenter p {
	font-size:7pt;
	line-height: 1.7;
	padding:2% 0 3% 0;
	width: 100%;
}




@media only screen and (min-width: 640px) {

.pcv{display:block;}
.spv{display:none;}	
	
body{
	margin: 0;
	min-width: 980px;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
html{
min-width:980px;
}
.wh{
	width: 100%;
	margin: 0 auto;
	height:130px;
	position: fixed;
	top: 0;
	z-index: 10;
	transition: all 0.3s linear;
	display: block;
	background-color:transparent;
}
.smaller.wh  {
	width: 100%;
	margin: 0 auto;
	height:130px;
	position: fixed;
	top: 0;
	z-index: 9980;
	background-color:#fff;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
}
nav {
	width: 1100px;
	margin: 0 auto;
	height:130px;
	position: fixed;
	top: 0;
  left: 50%;
  margin-left: -500px;
	z-index: 9980;
}
.smaller .logo{
	padding: 0 50px 0 10px;
}
.smaller .logo a img{
	-webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}
.smaller .navi_right ul.menu li a{
	color:#000;
}
.smaller .navi_left ul.menu li a{
	color:#000;
}
.smaller .navi_left{
	padding: 40px 0 0 0;
}
.smaller .navi_right{
	padding: 40px 0 0 0;
}
.logo_sp {
	display: none;
}
.logo {
	float: left;
	padding: 20px 40px 30px 15px;
	display: block;
}
.logo a img {
	max-width: 100%;
	height: auto;
	-moz-transition: -moz-transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    -o-transition: -o-transform 0.2s ease;
    -ms-transition: -ms-transform 0.2s ease;
    transition: transform 0.2s ease;
	-webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}
.drawr ul{
    display: none;
}
.navi_left {
	width: 400px;
	float: left;
	padding: 70px 0 0 0;
	display: block;
	position: relative;-moz-transition: -moz-transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    -o-transition: -o-transform 0.2s ease;
    -ms-transition: -ms-transform 0.2s ease;
    transition: transform 0.2s ease;
	-webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}

.navi_left .menu li a{
	padding-bottom:3px;
	margin-left:45px;
	z-index: 2;
	position: relative;
	float: left;
	text-align: center;
	font-size: 10pt;
	color:#fff;
	text-decoration: none;
	font-weight: bold;
}
.navi_left li a:before ,.navi_right li a:before {
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	transition: all 0.3s ease;
	border-bottom: 2px solid #fff;
	position: absolute;
	display: block;
}
.navi_left li a:hover:before ,.navi_right li a:hover:before {
	width: 50%;
	border-bottom: 2px solid #fff;
}
.navi_left li a:after ,.navi_right li a:after {
	content: '';
	width: 0;
	right: 50%;
	bottom: 0;
	transition: all 0.3s ease;
	border-bottom: 2px solid #fff;
	position: absolute;
	display: block;
}
.navi_left li a:hover:after ,.navi_right li a:hover:after {
	width: 50%;
	border-bottom: 2px solid #fff;
}

.smaller .navi_left li a:before ,.smaller .navi_right li a:before {
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	transition: all 0.3s ease;
	border-bottom: 2px solid #000;
	position: absolute;
	display: block;
}
.smaller .navi_left li a:hover:before ,.smaller .navi_right li a:hover:before {
	width: 50%;
	border-bottom: 2px solid #000;
}
.smaller .navi_left li a:after ,.smaller .navi_right li a:after {
	content: '';
	width: 0;
	right: 50%;
	bottom: 0;
	transition: all 0.3s ease;
	border-bottom: 2px solid #000;
	position: absolute;
	display: block;
}
.smaller .navi_left li a:hover:after ,.smaller .navi_right li a:hover:after {
	width: 50%;
	border-bottom: 2px solid #000;
}
	
.navi_left .menu li a span{
	font-family: 'Oswald', sans-serif;
	font-size: 15pt;
}
.navi_right {
	width: 490px;
	float: left;
	padding: 70px 0 0 0;
	display: block;
	position: relative;-moz-transition: -moz-transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    -o-transition: -o-transform 0.2s ease;
    -ms-transition: -ms-transform 0.2s ease;
    transition: transform 0.2s ease;-webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}

.navi_right .menu li a{
	z-index: 2;
	position: relative;
	float: left;
	padding-bottom:3px;
	margin-right:43px;
	text-align: center;
	font-size: 10pt;
	color:#fff;
	text-decoration: none;
	font-weight: bold;
}
.navi_right .menu li a span{
	font-family: 'Oswald', sans-serif;
	font-size: 15pt;
}
.navi_right .menu li.last a{
	z-index: 2;
	position: relative;
	float: left;
	height: 57px;
	padding-right: 0;
}
.information_pc {
	display:block;
	width: 980px;
	margin:0 auto;
	padding: 50px 0 15px 0;
}
.information_sp {
	display:none;
}
h2 span,.information_pc h2 span,.business_top h2 span{
	font-size: 70pt;
	}
h2,.business_top h2,.information_pc h2{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 20pt;
	z-index: 9999;
	}

.news {
    float:left;
	width: 980px;
	height:400px;
	padding: 0 0 15px 0;
	overflow-x: hidden;
	margin:35px 0 70px 0;
}
.news dl {
	float:left;
	width: 960px;
	color: #000;
	padding: 10px;
	line-height: 1.5;
	border-bottom:1px solid #7d7d7d;
	margin:10px 0 0 0;
}

.news dl dt {
	clear: left;
	float:left;
	width: 960px;
	padding: 0 0 0 0;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
}
.news dl dt span{
	padding: 0 40px;
	color: #4267b2;
	text-align: center;
	border:1px solid #4267b2;
	border-radius:20px;
	font-size: 10pt;
	margin:0 15px 0 0;
}
.news dl dd {
	float:left;
	padding:5px 0 8px 0;
	margin: 0;
	font-size: 12pt;
}

.news dl dd a {
	color: #000;
}

.fb_top_pc {
	float: left;
	display:block;
	width: 320px;
	height:367px;
	padding:20px 0 0 30px;
}
.fb_top_sp {
	display:none;
}
.gorenraku_sp {
	display:none;
}
.gorenraku_pc {
	display:block;
	width:980px;
	margin:0 auto;
	clear: both;
	padding: 0 0 100px 0;
}
.gorenraku_pc h2{
    font-size:18pt;
	width:100%;
	margin:0;
	text-align: center;
	color:#000;
	background-color: #fff;
	padding:10px;
	line-height:1.5;
	display:block;
	box-sizing: border-box;
	border-radius:30px;
	border:2px solid #000;
}
.gorenraku_pc img {
    padding: 0 0 0 0 ;
}
.gorenraku_pc p {
	font-size:12pt;
	width:100%;
	text-align:center;
	color:#000;
	line-height:1.6;
	margin:20px 0 0 0;
}
.bg-slider {
	width: 100vw;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;

	/*background-attachment: fixed;
	background-size: cover;*/
	margin:0 0 0 0;
}

.message_top {
    width:100%;
    height: 426px;
	background-size:1904px 646px;
	background-color: #fff;
	text-align: center;
	float: left;
	color:#fff;
	padding:220px 0 0 0;
	position: relative;
    overflow: hidden;
   /* text-shadow: 0 0 12px #ccc;*/
}
.message_top:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/top_message_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
	
}
.message_top:hover:after {
	background-color: #fff;
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.mission_top {
    width:100%;
    height: 426px;
	background-size:1904px 646px;
	background-color: #fff;
	text-align: center;
	float: left;
	color:#fff;
	padding:220px 0 0 0;
	position: relative;
    overflow: hidden;
   /* text-shadow: 0 0 12px #ccc;*/
}
.mission_top:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/top_mission_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
	
}
.mission_top:hover:after {
	background-color: #fff;
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.inner {
    z-index: 1;
    position: relative;
}	

.service_top {
    width:100%;
	text-align: center;
	float: left;
	color:#000;
	padding:30px 0 30px 0;
}
h3 span.opop{
	font-size: 55pt;
	height: 100px;
	display: block;
}
h3 span.rere{
	font-size: 15pt;
	height: 30px;
    display: block;
}
h3{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 15pt;
	display: block;
	height: 100px;
}
.line {
	width: 80px;
	height:3px;
	margin:10px auto 10px auto;
	background-color:#fff;
    display:inline-block;
}
.media {
    width:100%;
    height: 360px;
	background-size:1903px 529px;
	background-color: #fff;
	text-align: center;
	float: left;
	color:#fff;
	padding:140px 0 0 0;
	position: relative;
    overflow: hidden;
   /* text-shadow: 0 0 12px #ccc;*/
}
.media:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/top_media_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.media:hover:after {
	background-color: #fff;
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.online {
    width:50%;
    height: 339px;
	background-size:952px 529px;
	background-color: #fff;
	text-align: center;
	float: left;
	color:#fff;
	padding:180px 0 0 0;
	position: relative;
    overflow: hidden;
   /* text-shadow: 0 0 12px #ccc;*/
}
.online:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/top_online_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.online:hover:after {
	background-color: #fff;
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.seminar {
    width:50%;
    height: 339px;
	background-size:952px 529px;
	background-color: #fff;
	text-align: center;
	float: left;
	color:#fff;
	padding:180px 0 0 0;
	position: relative;
    overflow: hidden;
   /* text-shadow: 0 0 12px #ccc;*/
}
.seminar:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/top_seminar_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.seminar:hover:after {
	background-color: #fff;
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
	
.business_top {
    width:100%;
    height: 426px;
	background-size:1904px 646px;
	background-color: #fff;
	text-align: center;
	float: left;
	color:#fff;
	padding:220px 0 0 0;
	position: relative;
    overflow: hidden;
    text-shadow: 0 0 2px #ccc;
}
.business_top:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/top_business_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.business_top:hover:after {
	background-color: #fff;
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.container {
	width: 980px;
	margin:0 auto;
	position: relative;
	padding: 0px;
	z-index: 500;
}

/*----------profile------------------------------------------------------------------*/

.profile_top {
    position: absolute;
    display: block;
    width: 100%;
    height: 666px;
    top: 0;
    background: url(../images/profile_top.jpg) no-repeat center center;
}
.profile_top h2 span{
	font-size: 70pt;
	}
.profile_top h2{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 20pt;
	z-index: 9999;
	margin:250px 0 0 0;
	color:#fff;
	}
.profile {
	text-align:left;
	width: 800px;
	margin:750px 0 100px 100px;
}
.profile dl {
	width: 800px;
	border-bottom:none;
	border-bottom:1px dashed #bebebe;
}
.profile dl.first {
	border-top:1px dashed #bebebe;
	border-bottom:1px dashed #bebebe;
}
.profile dt {
	width: 226px;
	font-size:12pt;
	vertical-align:middle;
	color:#000e;
	display:table-cell;
	padding:25px 15px 25px 30px;
}
.profile dd {
	width: 570px;
	font-size:12pt;
	line-height:1.5;
	vertical-align:middle;
	display:table-cell;
	color:#000;
	padding:30px 15px;
}
.map h3 span.opop{
	font-size: 55pt;
	height: 100px;
	display: block;
}
.map h3 span.rere{
	font-size: 17pt;
	height: 30px;
    display: block;
}
.map h3{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 15pt;
	display: block;
	height: 100px;
}
.map .line {
	width: 80px;
	height:3px;
	margin:10px auto 10px auto;
	background-color:#000;
    display:inline-block;
}
.map{
	width:100%;
	margin:0 auto 100px auto;
	text-align:center;
	background-color:#fff;
	float: left;
}

.map iframe{
	width:100%;
	height:450px;
	margin:100px 0 20px 0;
}	
.map p{
	width:100%;

	text-align:center;
	font-size: 12pt;
}
		
	
/*----------mission------------------------------------------------------------------*/
	
.mission_top01 {
    position: absolute;
    display: block;
    width: 100%;
    height: 666px;
    top: 0;
    background: url(../images/mission_top.jpg) no-repeat center center;
}
.mission_top01 h2 span{
	font-size: 70pt;
	}
.mission_top01 h2{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 20pt;
	z-index: 9999;
	margin:250px 0 0 0;
	color:#fff;
	}	
.mission{
	margin:720px 0 100px 0;
    width:800px;
	float:left;
}
.mission img{
    width: 1024px;
	height:404px;
	padding:10px 0;
}
.mission h4{
	text-align: center;
	font-size:14pt;
	color:#000;
	display:block;
	padding:5px 0 7px 0;
	margin:50px 0 10px 0;
	width:1024px;
	font-weight: bold;
}
.mission p{
	font-size:11pt;
	color:#000;
	display:block;
	line-height:1.8;
	padding:5px 0 7px 0;
	width: 1024px;
	margin:20px 0 60px 0;
}	

	
/*----------message------------------------------------------------------------------*/
	
.message_top01 {
    position: absolute;
    display: block;
    width: 100%;
    height: 666px;
    top: 0;
    background: url(../images/message_top.jpg) no-repeat center center;
}
.message_top01 h2 span{
	font-size: 70pt;
	}
.message_top01 h2{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 20pt;
	z-index: 9999;
	margin:250px 0 0 0;
	color:#fff;
	}	
.message{
	margin:720px 0 100px 0;
    width:1024px;
	float:left;text-align: center;
}
.message h4{
	text-align: center;
	font-size:14pt;
	color:#000;
	display:block;
	padding:5px 0 7px 0;
	margin:50px 0 10px 0;
	width:1024px;
	font-weight: bold;
}
.message h4.komi{
	text-align: center;
	font-size:14pt;
	color:#000;
	display:block;
	padding:5px 0 7px 0;
	margin:10px 0 40px 0;
	width:1024px;
	font-weight: bold;
}
.message p{
	font-size:11pt;
	color:#000;
	display:block;
	line-height:1.8;
	padding:5px 0 40px 0;
	width: 1024px;
	margin:20px 0 0 0;
	text-align: left;
}
.message img{
	text-align: center;
	padding:0px 0 0px 0;
	width: 200px;
	height:200px;
}
.message p.right{
	text-align: right;
	width: 1000px;
	padding:20px 15px 0 0;
	display:block;
	float: left;
}
.name {
	float: left;
	width: 190px;
	height:70px;
	padding:0 0 0 0;
}
.name img{
	width: 190px;
	height:70px;
}
.blog h3 span.opop,.facebook h3 span.opop{
	font-size: 40pt;
	padding:15px 0 0 0;
	height: 70px;
	display: block;
}
.blog h3 span.rere,.facebook h3 span.rere{
	font-size: 12pt;
    display: block;
}
.blog h3,.facebook h3{
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
.blog .line,.facebook .line {
	width: 80px;
	height:3px;
	margin:5px auto 5px auto;
	background-color:#fff;
    display:inline-block;
}
.blog {
    width:412px;
    height: 168px;
	background-size:412px 168px;
	background-color: #fff;
	text-align: center;
	float: left;
	color:#fff;
	padding:0 0 0 0;
	position: relative;
    overflow: hidden;
   margin:0 25px 70px 80px;
}
.blog:after {
    position: absolute;
    content: "";
    display: block;
    width:412px;
    height: 168px;
    top: 0;
    background: url(../images/blog_bo.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.blog:hover:after {
	background-color: #fff;
    opacity: .8;
}
.facebook {
    width:412px;
    height: 168px;
	background-size:412px 168px;
	text-align: center;
	float: left;
	color:#fff;
	padding:0 0 0 0;
	position: relative;
    overflow: hidden;
	margin:0;
}
.facebook:after {
    position: absolute;
    content: "";
    display: block;
    width:412px;
    height: 168px;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
	background: url(../images/fb_bo.jpg) no-repeat center center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.facebook:hover:after {
	background-color: #fff;
    opacity: .8;
}
	

/*----------business------------------------------------------------------------------*/
	
.business_top01 {
    position: absolute;
    display: block;
    width: 100%;
    height: 666px;
    top: 0;
    background: url(../images/business_top.jpg) no-repeat center center;
}
.business_top01 h2 span{
	font-size: 70pt;
	}
.business_top01 h2{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 20pt;
	z-index: 9999;
	margin:250px 0 0 0;
	color:#fff;
	}	
.business{
	margin:720px 0 100px 0;
    width:800px;
	float:left;
}
.business img{
    width: 1024px;
	height:539px;
	padding:20px 0;
}
.business h4{
	text-align: center;
	font-size:14pt;
	color:#000;
	display:block;
	padding:5px 0 7px 0;
	margin:50px 0 10px 0;
	width:1024px;
	font-weight: bold;
}
.business p{
	font-size:11pt;
	color:#000;
	display:block;
	line-height:1.8;
	padding:5px 0 7px 0;
	width: 1024px;
	margin:20px 0 60px 0;
}

	
/*----------service------------------------------------------------------------------*/
	
.service_top01 {
    position: absolute;
    display: block;
    width: 100%;
    height: 666px;
    top: 0;
    background: url(../images/service_top.jpg) no-repeat center center;
}
.service_top01 h2 span{
	font-size: 70pt;
	}
.service_top01 h2{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 20pt;
	z-index: 9999;
	margin:250px 0 0 0;
	color:#fff;
	}	
.service{
	margin:720px 0 100px 0;
    width:1024px;
	float:left;
}
.service h4{
	text-align: center;
	font-size:14pt;
	color:#000;
	display:block;
	padding:5px 0 7px 0;
	margin:50px 0 10px 0;
	width:1024px;
	font-weight: bold;
}
.service p{
	font-size:11pt;
	color:#000;
	display:block;
	line-height:1.8;
	padding:5px 0 0 0;
	width: 1024px;
	margin:20px 0 0 0;
}
.ser_contents{
    width:1024px;
	margin:0;
}
.ser_contents h3 span.opop,#media h3 span.opop{
	font-size: 45pt;
	height: 80px;
	display: block;
}
.ser_contents h3 span.rere,#media h3 span.rere{
	font-size: 14pt;
	height: 30px;
    display: block;
}
.ser_contents h3,#media h3{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	display: block;

}
.ser_contents .line,#media .line {
	width: 80px;
	height:3px;
	margin:0 auto 5px auto;
	background-color:#000;
    display:inline-block;
}
#media{
	float:left;
	width: 1024px;
  }
  
#media h4{
	text-align: center;
	font-size:14pt;
	color:#000;
	display:block;
	padding:5px 0 0 0;
	margin:50px 0 0 60px;
	width:900px;
	font-weight: bold;
}
#media p{
	font-size:11pt;
	color:#000;
	display:block;
	line-height:1.8;
	padding:5px 0 7px 0;
	width: 900px;
	margin:20px 0 60px 60px;
}
#media01{
	background: url(../images/media01.jpg) no-repeat center center;
	width: 1024px;
	height:274px;
	padding:130px 0 0 0;
	margin:130px 0 0 0;
}

#online{
	width: 1024px;
	margin-top:-130px;
	padding:230px 0 50px 0;
	float:left;
}
#online img{
	width: 441px;
	height:253px;
	float:left;
}
#seminar{
	margin-top:-130px;
	width: 1024px;
	padding:130px 0 10px 0;
	float:left;
}
#seminar img{
	width: 441px;
	height:253px;
	float:left;
}
#online h4,#seminar h4{
	float:left;
	text-align: left;
	font-size:14pt;
	color:#000;
	padding:30px 0 0 0;
	margin:0 0 0 0;
	width: 500px;
	font-weight: bold;
}
#online p,#seminar p{
	font-size:11pt;
	float:left;
	color:#000;
	line-height:1.8;
	padding:5px 0 7px 0;
	width: 500px;
	margin:0 0 10px 0;
}
.service_blog{
	padding:20px 25px 100px 168px;
	width: 332px;
	height:139px;
	float:left;
}
.service_flab{
	padding:20px 0 100px 0;
	width: 332px;
	height:139px;
	float:left;
}	
.service_blog img,.service_flab img{
	width: 332px;
	height:139px;
}
	
	
/*-------------------------contact-----------------------*/

.contact_top {
    position: absolute;
    display: block;
    width: 100%;
    height: 666px;
    top: 0;
    background: url(../images/contact_top.jpg) no-repeat center center;
}
.contact_top h2 span{
	font-size: 70pt;
	}
.contact_top h2{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 20pt;
	z-index: 9999;
	margin:250px 0 0 0;
	color:#fff;
	}
.contact {
	margin:720px 0 0 0;
    width:810px;
	float:left;
	color:#000;
	line-height:1.5;
}
.contact p {
	width:1024px;
	text-align:center;
	padding:30px 0 30px 0;
	font-size:12pt;
	display: block;
float:left;
}
.ta_contact  {
	width: 810px;
	margin:0;
	float: left;
	padding:10px 0 100px 100px;
}
.ta_contact p{
	width: 810px;
	margin:20px 0 0 0;
	text-align:center;
	float:left;
}

.ta_contact dl{
	width:810px;
	float: left;
	margin:10px 0 0 0;
	padding:0;
}

.ta_contact dt {
	width:810px;
	text-align:left;
	padding:3px;
	font-weight:bold;
	vertical-align:middle;
	color:#000;
	font-size:13pt;
}

.ta_contact dd {
	width: 810px;
	padding:0 0 0 0;
	vertical-align:middle;
	color:#000;
	font-size:10pt;
}

.inp {
	background-color:#fff;
	width: 810px;
	height:45px;
	margin:0 0 20px 0;
	font-size:12pt;
	padding:5px;
	border:1px solid #d0d0d0;
}

.ta {
	width: 810px;
	background-color:#fff;
	height:200px;
	margin: 0;
	font-size:12pt;
	padding:5px;
	border:1px solid #d0d0d0;
}

.image-btn01 {
    width:217px;
	background-color:#fff;
	border:1px solid #000;
    height: 59px;
	cursor: pointer;
	color:#000;
    margin:15px 0 0 0;
	font-size:13pt;
	transition: all 0.3s linear;
}
.bgColor {
	color: #fff;
	background-color: #000;
}
.red {
	color:#E10003;
	font-size:8pt;
}
	
/*----------privacy------------------------------------------------------------------*/
	
.privacy_top {
    position: absolute;
    display: block;
    width: 100%;
    height: 666px;
    top: 0;
    background: url(../images/privacy_top.jpg) no-repeat center center;
}
.privacy_top h2 span{
	font-size: 70pt;
	}
.privacy_top h2{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 20pt;
	z-index: 9999;
	margin:250px 0 0 0;
	color:#fff;
	}
.privacy{
	margin:720px 0 100px 100px;
    width:800px;
	float:left;
}
.privacy_txt{
	padding: 15px 0 15px 0;
    width:800px;
	padding-bottom: 20px;
	font-size:11pt;
	color:#4A4A4A;
	line-height:1.8;
	display:block;
}
.privacy ul {
	font-size:10pt;
	padding: 0 0 15px 0;
    width:800px;
	display:block;
} 
.privacy ul li{
	font-size:11pt;
	color:#000;
} 
.privacy h3{
	font-size:12pt;
	text-align: left;
	color:#4A4A4A;
	padding:5px 0 0 10px;
	margin:0 0 0 0;
	width:800px;
	font-weight: bold;
	display: block;
	height:30px;
}

.privacy p{
	font-size:11pt;
	color:#000;
	line-height:1.5;
	padding:5px 0 30px 10px;
	width: 800px;
}	
	
/*----------footer------------------------------------------------------------------*/
	
#fixedTop {
	padding: 15px 20px;
	right: 10px;
	bottom: 10px;
	color: #fff;
	text-align: center;
	display: none;
	background: #000;
	position: fixed;
	z-index: 99;
}
	
.footerWrap {
	clear: both;
	background-color: #2b2b2b;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding:60px 0;
}

.sitemap {
	width: 1024px;
	padding-left:10px;
	margin: 0 auto;
	display: block;
	line-height:2.5;
	color:#fff;
	text-decoration: none;
}
.footer_logo {
	padding: 0 0 0 0;
	width: 1024px;
	height: 136px;
	text-align: center;
}

.footer_logo a img {
	width: 146px;
	height: 136px;
}
.sitemap a{
	line-height:2.5;
	color:#fff;
	text-decoration: none;
}
.sitemap ul li {
	float: left;
	font-weight: bold;
	padding: 0 0 3px 8px;
	display: block;
	line-height: 2.0;
	color:#fff;
	text-decoration: none;
}
.sitemap ul li.mi {
	width: 150px;
}
.sitemap ul li.me {
	width: 150px;
}
.sitemap ul li.ser {
	width: 650px;
	font-weight: normal;
}
.sitemap ul li span a{
	font-weight: bold;
}
.footerLeft {
	float: left;
	width: 900px;
	display: block;
}
.footerRight {
	float: left;
	width: 400px;
}
.fb {
	display: inline-block;
	width: 168px;
	height:31px;
	text-align: center;
	text-decoration: none;
	outline: none;
	z-index: 2;
	position: relative;
	float: left;
	font-size:25pt;
	border:1px solid #fff;
	padding:0 0 45px 0;
	margin:0 16px 16px 0;
	background-color: #2b2b2b;
	overflow: hidden;
	color: #fff;
}
.fb::before,.fb::after,.tw::before,.tw::after,.footer_contact::before,.footer_contact::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
	 top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.fb:hover,.tw:hover,.footer_contact:hover {
  color: #2b2b2b;
}
.fb:hover::after,.tw:hover::after,.footer_contact:hover::after {
  background: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.tw {
	display: inline-block;
	width: 168px;
	height:31px;
	text-align: center;
	text-decoration: none;
	outline: none;
	z-index: 2;
	position: relative;
	float: left;
	font-size:25pt;
	border:1px solid #fff;
	padding:0 0 45px 0;
	margin:0 0 16px 0;
	background-color: #2b2b2b;
	overflow: hidden;
	color: #fff;
}
.footer_contact {
	display: inline-block;
	width: 354px;
	height:31px;
	text-align: center;
	text-decoration: none;
	outline: none;
	z-index: 2;
	position: relative;
	float: left;
	font-size:17pt;
	border:1px solid #fff;
	padding:10px 0 38px 0;
	margin:0 0 16px 0;
	background-color: #2b2b2b;
	overflow: hidden;
	color: #fff;
	font-family: 'Oswald', sans-serif;
}
.footerRight p {
	clear: both;
	width: 354px;
	font-size:9.5pt;
	line-height: 1.8;
	padding:20px 0 10px 0;
}
.footerCenter {
	width: 100%;
	text-align: center;
	padding:0;
}
.footerCenter p {
	font-size:10pt;
	padding:10px 0 0 0;
	line-height: 1.7;
}
.bold{
	font-weight:bold;
}
}

