@CHARSET "UTF-8";

.clear::after{
	content:".";
	display:block;
	clear:both;
	height:0;
	line-height:0;
	visibility:hidden;
}

.font-mincho{
	font-family:"Hiragino Mincho Pro", "HG明朝E", "MS 明朝", serif;
}

.font-marugo{
	font-family:"ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
}

.m-t-0{
	margin-top:0 !important;
}

.m-b-0{
	margin-bottom:0 !important;
}

.m-t-5{
	margin-top:5px;
}

.m-t-10{
	margin-top:10px;
}

.m-t-15{
	margin-top:15px;
}

.m-t-20{
	margin-top:20px;
}

.m-t-25{
	margin-top:25px;
}

.m-t-30{
	margin-top:30px;
}

.m-t-35{
	margin-top:35px;
}

.m-t-40{
	margin-top:40px;
}

.m-t-45{
	margin-top:45px;
}

.m-t-50{
	margin-top:50px;
}

.m-t-55{
	margin-top:55px;
}

.m-t-60{
	margin-top:60px;
}

.m-t-65{
	margin-top:65px;
}

.m-t-70{
	margin-top:70px;
}

.m-t-75{
	margin-top:75px;
}

.m-t-80{
	margin-top:80px;
}

.m-l-5{
	margin-left:5px;
}

.m-l-10{
	margin-left:10px;
}

.m-l-15{
	margin-left:15px;
}

.m-l-20{
	margin-left:20px;
}

.m-l-25{
	margin-left:25px;
}

.m-l-30{
	margin-left:30px;
}

.m-l-35{
	margin-left:35px;
}

.m-l-40{
	margin-left:40px;
}

.m-l-45{
	margin-left:45px;
}

.m-l-50{
	margin-left:50px;
}

.m-l-100{
	margin-left:100px;
}

.m-l-a{
	margin-left:auto;
}

.m-r-a{
	margin-right:auto;
}

.m-t-a{
	margin-top:auto;
}

.m-b-a{
	margin-bottom:auto;
}

.w-p-100{
	width:100%;
}

.w-p-95{
	width:95%;
}

.w-p-90{
	width:90%;
}

.w-p-85{
	width:85%;
}

.w-p-80{
	width:80%;
}

.w-p-75{
	width:75%;
}

.w-p-70{
	width:70%;
}

.w-p-65{
	width:65%;
}

.w-p-60{
	width:60%;
}

.w-p-55{
	width:55%;
}

.w-p-50{
	width:50%;
}

.w-p-45{
	width:45%;
}

.w-p-40{
	width:40%;
}

.w-p-35{
	width:35%;
}

.w-p-30{
	width:30%;
}

.w-p-25{
	width:25%;
}

.w-p-20{
	width:20%;
}

.w-p-15{
	width:15%;
}

.w-p-10{
	width:10%;
}

.w-p-5{
	width:5%;
}

.mw-p-100{
	max-width:100%;
}

.mw-p-95{
	max-width:95%;
}

.mw-p-90{
	max-width:90%;
}

.mw-p-85{
	max-width:85%;
}

.mw-p-80{
	max-width:80%;
}

.mw-p-75{
	max-width:75%;
}

.mw-p-70{
	max-width:70%;
}

.mw-p-65{
	max-width:65%;
}

.mw-p-60{
	max-width:60%;
}

.mw-p-55{
	max-width:55%;
}

.mw-p-50{
	max-width:50%;
}

.mw-p-45{
	max-width:45%;
}

.mw-p-40{
	max-width:40%;
}

.mw-p-35{
	max-width:35%;
}

.mw-p-30{
	max-width:30%;
}

.mw-p-25{
	max-width:25%;
}

.mw-p-20{
	max-width:20%;
}

.mw-p-15{
	max-width:15%;
}

.mw-p-10{
	max-width:10%;
}

.mw-p-5{
	max-width:5%;
}

.h-p-100{
	height:100%;
}

.h-p-95{
	height:95%;
}

.h-p-90{
	height:90%;
}

.h-p-50{
	height:50%;
}

.v-a-t{
	vertical-align:top;
}

.v-a-m{
	vertical-align:middle;
}

.v-a-b{
	vertical-align:bottom;
}

.v-a-tb{
	vertical-align:text-bottom;
}

.p-0{
	padding:0 !important;
}

.p-t-0{
	padding-top:0 !important;
}

.p-b-0{
	padding-bottom:0 !important;
}

.p-l-0{
	padding-left:0 !important;
}

.p-r-0{
	padding-right:0 !important;
}

.m-0{
	margin-top:0 !important;
}

.m-t-0{
	margin-top:0 !important;
}

.m-b-0{
	margin-bottom:0 !important;
}

.m-l-0{
	margin-left:0 !important;
}

.m-r-0{
	margin-right:0 !important;
}

.flex{
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
}

.flex-wrap{
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.flex.column{
	-webkit-flex-direction:column;
	flex-direction:column;
}

.flex.center{
	-webkit-justify-content:center;
	justify-content:center;
}

.flex.left{
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
}

.flex.right{
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
}

.flex.space-between{
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

.flex.space-around{
	-webkit-justify-content:space-around;
	justify-content:space-around;
}

.flex.top{
	-webkit-align-items:flex-start;
	align-items:flex-start;
}

.flex.middle{
	-webkit-align-items:center;
	align-items:center;
}

.flex.bottom{
	-webkit-align-items:flex-end;
	align-items:flex-end;
}

.flex.baseline{
	-webkit-align-items:baseline;
	align-items:baseline;
}

a{
	color:inherit;
	text-decoration:none;
}

a.text{
	text-decoration:underline;
}

a.hover{
	transition:all 0.3s;
}

a.hover:hover{
	opacity:0.8;
}

.align-center{
	text-align:center;
}

.align-left{
	text-align:left;
}

.align-right{
	text-align:right;
}

.italic{
	font-style:italic;
}

.bold{
	font-weight:bold;
}

.inline{
	display:inline;
}

.block{
	display:block;
}

.inline-block{
	display:inline-block;
}

.hide{
	display:none;
}

.show{
	display:block;
}

input[type="checkbox"].trigger{
	display:none;
}

.page .text-box, .page .text-box div, .page .text-box p, .page .text-box span, .page .text-box font, .page .text-box u, .page .text-box strong{
	line-height:1.8;
}

.page .text-box strong, .page .text-box b{
	font-weight:bold;
}

html, body, #wrapper, #header, #nav, #main, #footer{
	width:100%;
	max-width:1920px;
	min-width:1440px;
	margin-left:auto;
	margin-right:auto;
}

html{
	font-size:62.5%;
	background:#eaeef7;
	box-sizing:border-box;
	word-break:break-all;
}

*, *::before, *::after{
	box-sizing:inherit;
	word-break:inherit;
}

body{
	text-align:left;
	font-size:1.6rem;
	color:#000;
	font-family:メイリオ, Meiryo, "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", "century gothic", Arial, "ＭＳ Ｐゴシック", sans-serif;
	background-color:#ffffff;
}

.container{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:1440px;
}

.br{
	display:block;
}

.pc-only{

}

.md-only{
	display:none;
}

.sp-only{
	display:none;
}

button{
	cursor:pointer;
}

button.style-reset{
	border:none;
	background:none;
	box-shadow:none;
}

.table{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	max-width:1000px;
}

.table tr .item{
	border-top:1px solid #cdced0;
	border-bottom:1px solid #cdced0;
	padding:20px 30px;
	vertical-align:top;
}

.table tr .label{
	font-weight:bold;
	font-size:22px;
	text-align:left;
	line-height:1.8;
	white-space:nowrap;
	background:#f6f7fb;
	width:30%;
}

.table tr .value{
	font-size:22px;
	text-align:left;
	line-height:1.8;
	width:70%;
}

.table tr .value input[type="text"],
.table tr .value input[type="email"]{
	height:40px;
	padding:5px;
	font-size:18px;
}

.table tr .value textarea{
	padding:5px;
	font-size:18px;
}

#header{
	height:696px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
}

#header .header-top{
	padding:20px 0;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	width:100%;
	max-width:1920px;
	min-width: 1440px;
	z-index:1;
	background:rgba(0, 0, 0, 0.7);
}

#header .header-top .nav-list .item{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	margin:0 15px;
}

#header .header-top .nav-list .item a:hover{
	text-decoration:underline;
}

#header.index{
	background:url("../img/index/header_bg.jpg") center top /cover no-repeat;
	height:950px;
	position:relative;
}


#header > .container{
	height:100%;
}

#header.index .title-group{

}

#header.index .title-group .text{
	font-size:86px;
	font-weight:bold;
	line-height:1.6;
}

#header.company{
	background-image:url("../img/company/header_bg.jpg");
}

#header.contact{
	background-image:url("../img/contact/header_bg.jpg");
}

#header.consultant{
	background-image:url("../img/consultant/header_bg.jpg");
}

#header.success{
	background-image:url("../img/success/header_bg.jpg");
}

#header.recruit{
	background-image:url("../img/recruit/header_bg.jpg");
}

#header.reason{
	background-image:url("../img/reason/header_bg.jpg");
}

#header.seo{
	background-image:url("../img/seo/header_bg.jpg");
}


#footer{
	background:#1b1b1b;
	text-align:center;
	font-size:18px;
	line-height:1.8;
	color:#fff;
}
#footer a:hover{
	text-decoration:underline;
}

#footer .footer-top{
	padding:80px 0;
	border-bottom:1px solid #7e7e7e;
}

#footer .footer-bottom{
	padding:30px 0;
}

#footer .footer-nav{
	margin-left:120px;
}

#footer .footer-nav .nav-list{
	max-width:500px;
}

#footer .footer-nav .nav-list .item{
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	width:50%;
	line-height:1.8;
}

#footer .company-info{
	font-size:22px;
	line-height:1.6;
	text-align:left;
}

.page .bg-left{
	background:url("../img/base/content_right_bg.png") center top repeat-y;
}

.page .bg-right{
	background:url("../img/base/content_left_bg.png") center top repeat-y;
}

.page .section{
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
}

.page .section .content > .inner{
	max-width:920px;
	width:100%;
	padding:0 50px;
}

.page .section .text{
	color:#333;
	font-size:20px;
	line-height:2;
	text-align:left;
	
}

.page .section-title{
	margin-bottom:70px;
}

/* index */
.page-index .sales{
	background:url("../img/index/sales_bg.jpg") center top no-repeat;
	height:1050px;
}

.page-index .specialist{
	background:url("../img/index/specialist_bg.jpg") center top no-repeat;
	height:1050px;
}

.page-index .homepage{
	background:url("../img/index/homepage_bg.jpg") center top no-repeat;
	height:1050px;
}

.page-index .system{
	background:url("../img/index/system_bg.jpg") center top no-repeat;
	height:1050px;
}

.page-index .advertisement{
	background:url("../img/index/advertisement_bg.jpg") center top no-repeat;
	height:1050px;
}

.page-index .impact{
	background:url("../img/index/impact_bg.jpg") center top no-repeat;
	height:1050px;
}

.page-index .news{
	background:#eaeef7;
}

.page-index .news .news-list{
	margin-left:auto;
	margin-right:auto;
}

.page-index .news .news-list .item{
	background:#eaeff5;
	padding:30px 100px;
	text-align:left;
	border-top:1px solid #000005;
}
.page-index .news .news-list .item:last-child{
	border-bottom:1px solid #000005;
}
.page-index .news .news-list .item .head{
	font-size:22px;
	line-height:1.4;
	text-decoration:underline;
	cursor:pointer;
	padding:0 15px;
}

.page-index .news .news-list .item .head.close + .body{
	display:none;
}

.page-index .news .news-list .item .head .title{
	font-weight:bold;
	margin-top:5px;
}


.page-index .news .news-list .item .body{
	font-size:22px;
	line-height:1.8;
	margin-top:15px;
	padding:15px 15px 0;
	border-top:1px dotted #9e9e9e;
}

/* company */
.page-company .message{
	background:url("../img/company/message_bg.jpg") center top no-repeat
}

.page-company .ceoname .h{
	font-size:0;
	color:transparent;
}

/* consultant */
.page-consultant .consultant{
	background:url("../img/consultant/professional_bg.jpg") center top no-repeat;
	height:1275px;
	
}

/* seo */
.page-seo .seo{
	background:url("../img/seo/seo_bg.jpg") center top no-repeat;
	height:1425px;
}

/* success */
.page-success .concept{
	background:url("../img/success/concept_bg.jpg") center top no-repeat;
	height:1050px;
}

.page-success .management{
	background:url("../img/success/management_bg.jpg") center top no-repeat;
	height:1050px;
}

.page-success .product{
	background:url("../img/success/product_bg.jpg") center top no-repeat;
	height:1050px;
}

.page-success .person{
	background:url("../img/success/person_bg.jpg") center top no-repeat;
	height:1050px;
}

.page-success .advertisement{
	background:url("../img/success/advertisement_bg.jpg") center top no-repeat;
	height:1050px;
}

.page-success .qa{
	background:#eaeef7;
}

.page-success .qa-list .item{
	text-align:left;
	padding:30px 60px;
	border-top:1px solid #1f2025;
}

.page-success .qa-list .item .icon{
	flex:0 0 auto;
}

.page-success .qa-list .item .text{
	margin-left:30px;
}

.page-success .qa-list .item .q{
	font-weight:bold;
	
}

.page-success .qa-list .item .q .text{
	font-weight:bold;
}

.page-success .qa-list .item .a{
	margin-top:15px;
	border-top:1px dotted #8b9096;
	padding-top:15px;
}


.page-consultant .content .image{
	flex:0 0 auto;
}

/* reason */

.page-reason .section .text{
	font-size:38px;
	text-align:center;
}

.page-reason .reason1{
	background:url("../img/reason/reason1_bg.jpg") center top no-repeat;
	height:750px;
}

.page-reason .reason2{
	background:url("../img/reason/reason2_bg.jpg") center top no-repeat;
	height:750px;
}

.page-reason .reason3{
	background:url("../img/reason/reason3_bg.jpg") center top no-repeat;
	height:750px;
}

@media ( max-width:1023px){
}

@media ( max-width:768px){

}

@media ( max-width:600px){
}

@media ( max-width:424px){
}

@media ( max-width:374px){
}