* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
}
a {
	color: #000;
}
#main-visual {
/*	background: url(../img/top_main.jpg) center no-repeat;
	background-color: #eee;
	background-size: cover;*/
	width: 100%;
/*	height: 700px;
	height: 100%;*/
}
/* slick */
.slider{
    margin: 100px auto;
    width: 100%;
}
.slider img{
    height: auto;
    width: 100%;
}
.slick-prev:before,
.slick-next:before {
    color: #000;
}

#group-visual {
	background: url(../img/business_main.png) center no-repeat;
	background-color: #eee;
	background-size: cover;
	height: 350px;
}
#recruit-visual {
	background: url(../img/recruit_main.png) center no-repeat;
	background-color: #eee;
	background-size: cover;
	height: 350px;
}
#contact-visual {
	background: url(../img/content_main.jpg) center no-repeat;
	background-color: #eee;
	background-size: cover;
	height: 350px;
}
#content-visual {
	background: url(../img/content_main.jpg) center no-repeat;
	background-color: #eee;
	background-size: cover;
	height: 350px;
}


.inner-nav {
	width: 980px;
	margin: 0 auto;
}
.inner-nav:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	font-size: 14px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
	left: -1px;
}
#top-head a,
#top-head {
	color: #000;
	text-decoration: none;
}
#top-head .inner-nav {
	position: relative;
}
#top-head .logo {
	float: left;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	top: 12px;
	right: 0;
	bottom: 0;
	font-size: 18px;
	font-weight:bold;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 30px;
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #000;
	bottom: -20px;
}


/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 70px;
	background: #fff;
	background: rgba(255,255,255,.7);

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #000;
	bottom: -20px;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

/* Section */
section{
    padding: 120px 0;
    background-color: #fff;
}
section h2{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 35px;
}
section h3{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
section h4{
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 15px;
}

section p {
	margin-bottom: 1em;
}
.inner {
	width: 980px;
	margin: 0 auto;
}
/* Mission */
#mission{
    background: #000;
	color: #fff;
    text-align: center;
    line-height: 2;
}
#mission span {
    font-size: 36px;
}
#mission p {
    font-size: 14px;
}
/* about */
#about dl {
	margin-top: 75px;
	font-size: 16px;
	font-weight: 500;
	line-height: 36px;
	position: relative;
	text-align: left;
	border-top: 1px solid #cccccc;
}
#about dl > dt {
	position: absolute;
	left: 0;
	padding: 28px 0 32px 0;
}
#about dl > dd {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	padding: 28px 0 32px 27.3%;
}

/* Business */
#group{
	height: 560px;
	box-sizing: border-box;
	padding: 170px 0 180px;
	position: relative;
    background: url(../img/business_main.png) left no-repeat;
	background-color: #000;
	background-size: cover;
}
#group:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 560px;
	width: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 0;
	pointer-events: none;
}
#group h2{
	position: absolute;
	color: #fff;
	z-index: 1;
}
#group p{
	position: absolute;
	top: 230px;
	font-size: 16px;
	line-height: 36px;
	font-weight: 500;
	color: #fff;
	z-index: 1;
}
.btn1-flat-border {
	position: absolute;
	top: 340px;
    display: inline-block;
    padding: 0.8em 2em;
    text-decoration: none;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 1px;
    transition: .4s;
	z-index: 1;
}
.btn1-flat-border:hover {
	position: absolute;
	top: 340px;
    background: #fff;
    color: #000;
	z-index: 1;
}

/* News */
#news{
}
#news ul{
	padding-top:40px;
}
#news li{
	list-style-type: none;
	font-size: 16px;
}
#news li~li{
	margin-top: 30px;
}
#news li span{
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	display: inline-block;
	background: #000;
	padding: 4px 16px;
	margin-bottom: 6px;
}
#news li p{
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	padding-left: 3px;
}
#news li a{
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	padding-left: 3px;
	text-decoration: none;
}

/* Recruit */
#recruit{
	height: 560px;
	box-sizing: border-box;
	padding: 170px 0 180px;
	position: relative;
    background: url(../img/recruit_main.png) center no-repeat;
	background-color: #000;
	background-size: cover;
}
#recruit:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 560px;
	width: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 0;
	pointer-events: none;
}
#recruit h2{
	position: absolute;
	color: #fff;
	z-index: 1;
}
#recruit p{
	position: absolute;
	top: 230px;
	font-size: 16px;
	line-height: 36px;
	font-weight: 500;
	color: #fff;
	z-index: 1;
}
.recruit-table {
	margin-top: 30px;
}
table {
    width: 100%;
}
table th, table td {
    padding: 10px; 
    border: 2px solid #fff; 
}
table th {
    background-color: #eee;
    width: 20%; 
	text-align: center;
	vertical-align: middle;
}
.recruit-mail {
	margin: 30px auto;
	text-align: center;
}
.recruit-mail p {
	margin-top:15px;
	font-size: 12px;
}

/* Top - contact */
#tContact{
	height: 560px;
	box-sizing: border-box;
	padding: 170px 0 180px;
	position: relative;
    background: url(../img/content_main.jpg) center no-repeat;
	background-size: cover;
}
#tContact p{
	font-size: 16px;
	line-height: 30px;
	padding-left: 3px;
	margin-bottom: 20px;
}
#tContact .btn2-flat-border {
	position: absolute;
    display: inline-block;
	margin-top: 30px;
    padding: 0.8em 2em;
    text-decoration: none;
    color: #000;
    border: solid 2px #000;
    border-radius: 1px;
    transition: .4s;
	z-index: 1;
}
#tContact .btn2-flat-border:hover {
	position: absolute;
	margin-top: 30px;
    background: #000;
    color: #fff;
	z-index: 1;
}


/* footer */

footer{
    width:100%;
    height: 149px;
    background: #fff;
}
footer > nav{
    width:calc(100% - 100px);
    margin: auto;
}
footer > nav > ul{
    width: 100%;
    height: 72px;
    display: -webkit-flex;
	display: -ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
  	-moz-box-pack: justify;
  	-ms-flex-pack: justify;
  	-webkit-justify-content: space-between;
  	justify-content: space-between;
    border-bottom: 1px solid #000;
    align-items: center;
	list-style-type: none;
}
footer > nav > ul > li > ul#text{
    display: -webkit-flex;
	display: -ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
  	-moz-box-pack: justify;
  	-ms-flex-pack: justify;
  	-webkit-justify-content: space-between;
  	justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding-right: 70px;
}
footer > nav > ul > li > ul#text > li{
    padding-left: 22px;
	list-style-type: none;
}
footer > nav > ul > li > ul#text > li > a{
    height: 12px;
    line-height: 0;
    vertical-align: baseline;
    display: block;
}
footer > nav > ul#footer_logo{
    border-bottom: none;
    align-items: center;
    height: 77px;
}
footer > nav > ul#footer_logo li > a{
	font-size: 10px;
}
footer > nav > ul#footer_logo li > a > img{
    width: 250px;
}
footer > nav > ul#footer_logo li:nth-of-type(2){
    padding-bottom: 5px;
}
footer > nav > ul#footer_logo li:nth-of-type(2) img{
    width:297px;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 1000;
}
.pagetop a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #d8d6d6 url(../img/arrow-top.gif) no-repeat center 18px;
    background-size: 12px auto;
    color: #fff;
    font-size: 25px;
    line-height: 1.9;
    text-indent: 0.52em;
}
.pagetop a:hover {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #bab6b6 url(../img/arrow-top.gif) no-repeat center 18px;
    background-size: 12px auto;
}

/* product */
#gCompany{
    background: #fff;
}
#gCompany .gcom {
	margin: 40px 0;
	/*text-align: center;*/
}
#gCompany .gCompany_img {
	width: 300px;
	margin-bottom: 30px;
	/*text-align: center;*/
}
#gCompany p {
    font-size: 14px;
}

.cp_hr {
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #f5f5f5;
	margin: 30px 0;
}

/* consulting */
#consulting{
	background: #f5f5f5;
	padding: 150px 0;
}
#consulting .listBox{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	margin: 60px 20px;
}
#consulting .listBox .cslt-1{
	width:200px;
}
#consulting .listBox .cslt-2{
	width:200px;
}
#consulting .listBox .cslt-3{
	width:200px;
}
#consulting .listBox .cslt-4{
	width:200px;
}
#consulting .listBox p{
	font-size: 16px;
	line-height: 26px;
	margin: 28px 0 17px;
	font-weight: bold;
}
#consulting .listBox li{
	list-style-type: square;
	font-size: 12px;
	line-height: 28px;
	letter-spacing: -0.04em;
}

/* Contact */
#contact h2 {
	margin-bottom: 35px;
}
span {
	display: block;
}
p.error, span.error {
    color: red;
    font-size:10px;
}

#contact_form{
	margin-top: 52px;
	border-top: 1px solid
	#cccccc;
}
#contact_form li{
	border-bottom: 1px solid #cccccc;
	padding: 25px 0;
	list-style-type: none;
}
#contact_form li dl{
	display: -webkit-flex;
	display: -ms-flexbox;
	display:flex;
	align-items: center;
}
#contact_form li dl dt{
	width: 31%;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	text-align: left;
}
#contact_form li dl dd{
	width: 69%;
	font-size: 16px;
	line-height: 18px;
}
#contact_form li dl dd input{
	width: 100%;
	background: #f5f5f5;
	height: 46px;
	padding: 14px 18px;
	font-size: 16px;
}
#contact_form li dl dd textarea{
	width: 100%;
	height: 186px;
	background: #f5f5f5;
	font-size: 16px;
	line-height: 26px;
	padding: 14px 18px;
}
#contact_form ::-webkit-input-placeholder{
	color: #b2b2b2;
}


.btn {
    display: inline-block;
	margin: 30px auto;
    padding: 0.8em 2em;
    text-decoration: none;
    color: #000;
    border: solid 2px #000;
    border-radius: 1px;
    transition: .4s;
	background-color: #fff;
	
}
.btn:hover {
    background: #000;
    color: #fff;
}


.confirm_table {
    margin: 30px 0; 
}
.confirm_table table caption{
  caption-side: top;
}
.confirm {
  float: left;
  margin-right: 20px;
}
table {
  width: 100%;
}
table th, table td {
  padding: 10px; 
  border: 2px solid #eee; 
}
table th {
  background-color: #eee;
  width: 30%; 
}

/* Privacy Policy */
#privacy {
	font-size: 14px;
}
#privacy dt{
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	margin: 50px 0 20px;
}
#privacy dd{
}
#privacy dd a{
	text-decoration: underline;
}

@media screen and (max-width: 980px) {
	.inner-nav {
		width: 100%;
		padding: 0 20px;
	}
	#global-nav ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}
	.inner {
		width: 90%;
		padding: 0 20px;
	}
}