@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-color:#ffffff;
	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:#444;
	font-family:メイリオ, Meiryo, "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", "century gothic", Arial, "ＭＳ Ｐゴシック", sans-serif;
	background:#f8f9f3;
}

.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;
	border-spacing:20px 0;
	border-collapse:separate;
}

.table tr .label{
	font-weight:bold;
	font-size:24px;
	padding:15px 10px;
	text-align:left;
	line-height:1.8;
	border-bottom:3px solid #000;
	white-space:nowrap;
	vertical-align:top;
}

.table tr .value{
	font-size:22px;
	padding:15px 10px;
	text-align:left;
	line-height:1.8;
	border-bottom:3px solid #c9c9c9;
	
}

.table tr .value input[type="text"],
.table tr .value input[type="email"]{
	height:40px;
	padding:0 5px;
	font-size:20px;
}

.table tr .value textarea{
	padding:5px;
	font-size:20px;
}

#header{
	height:500px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
}

#header .header-top{
	padding:30px 0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1;
}


#header .header-top .nav-list .item{
	color:#fff;
	font-size:20px;
	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:40px;
	font-weight:bold;
	line-height:1.8;
	color:#fff;
}

#header.company{
	background-image:url("../img/information/header_bg.jpg");
}

#header.contact{
	background-image:url("../img/contact/header_bg.jpg");
}

#header.consultant{
	background-image:url("../img/consultant/header_bg.jpg");
}

#header.point{
	background-image:url("../img/point/header_bg.jpg");
}

#header.recruit{
	background-image:url("../img/recruit/header_bg.jpg");
}

#header.select{
	background-image:url("../img/select/header_bg.jpg");
}

#header.seo{
	background-image:url("../img/seo/header_bg.jpg");
}


#footer{
	background:url("../img/base/footer_bg.jpg") center top / cover no-repeat;
	height:503px;
	padding:50px 0;
	text-align:center;
	font-size:18px;
	color:#fff;
}

#footer .footer-nav .nav-list .item{
	color:#fff;
	font-size:20px;
	margin:0 15px;
}

#footer .footer-nav .nav-list .item a:hover{
	text-decoration:underline;
}

#footer .company-info{
	font-size:22px;
	line-height:1.6;
}

.page .section{
	background:url("../img/base/content_bg1.jpg") center top repeat-y;
	color:#333;
	font-size:24px;
	line-height:1.8;
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
}

.page .section:nth-child(even){
	background:url("../img/base/content_bg2.jpg") center top repeat-y;
	color:#fff;
}

.page .section-title{
	margin-bottom:70px;
}


.page-index .news{
	background:#fff;
}

.page-index .news .news-list{
	margin-left:auto;
	margin-right:auto;
	max-width:1000px;
}

.page-index .news .news-list .item{
	background:#eaeff5;
	padding:30px;
	text-align:left;
	margin-bottom:15px;
	
}

.page-index .news .news-list .item .head{
	font-size:22px;
	line-height:1.4;
	text-decoration:underline;
	cursor:pointer;
}

.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-top:15px;
	border-top:1px solid #9e9e9e;
}

.page-seo .content .text{
	text-align:left;
	max-width:680px;
}

.page-seo .content .image{
	flex:0 0 auto;
}

.page-consultant .content .text{
	text-align:left;
	max-width:680px;
}

.page-consultant .content .image{
	flex:0 0 auto;
}

.page-point .qa-list .item{
	text-align:left;
	padding:30px;
	border-bottom:1px solid #fff;
}

.page-point .qa-list .item .icon{
	flex:0 0 auto;
}

.page-point .qa-list .item .text{
	margin-left:30px;
}

.page-point .qa-list .item .q .text{
	font-weight:bold;
}

.page-point .qa-list .item .a{
	margin-top:15px;
}

.page-select .content .text{
	text-align:left;
	max-width:680px;
	font-weight:bold;
	font-size:30px;
}

.page-select .content .image{
	flex:0 0 auto;
}

.page-company .ceoname .h{
	color:transparent;
	font-size:0;
	
}

@media ( max-width:1023px){
	.br{
		display:inline !important;
	}
}

@media ( max-width:768px){
	.pc-only{
		display:none !important;
	}
	
	.sp-only{
		display:block;
	}
	
	.container{
		padding-left:3%;
		padding-right:3%;
	}
	
	.row{
		margin-left:-3%;
		margin-right:-3%;
	}
	
	html, body, #wrapper, #header, #nav, #main, #footer{
		min-width:320px;
		width:100%;
	}
	
	.fix-header{
		position:fixed;
		top:0;
		left:0;
		right:0;
		margin:0 auto;
		width:100%;
		max-width:768px;
		z-index:999;
		height:0;
	}
	
	.fix-header .menu{
		position:absolute;
		top:80px;
		right:15px;
	}
	
	.fix-footer{
		position:fixed;
		bottom:0;
		left:0;
		right:0;
		margin:0 auto;
		width:100%;
		max-width:768px;
		z-index:999;
	}
	
	.fix-footer .tel{
		position:absolute;
		bottom:40px;
		left:15px;
	}
	
	.fix-footer .top{
		position:absolute;
		bottom:40px;
		right:15px;
	}
	
	.page h2.title{
		padding:30px 0;
	}
	
}

@media ( max-width:600px){
}

@media ( max-width:424px){
}

@media ( max-width:374px){
}