@charset "utf-8";

/**=====================================
* html5-doctor-reset-stylesheet.min.css
======================================= */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
ul li{list-style:none}
img{vertical-align:bottom;}

input, textarea{
	line-height: 120%;
}
body{
	font-family: Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 100%;
	line-height: 1.7;
	color: #111;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
}

a{
	color: #3e3a39;
	text-decoration: none;
}
a:hover{
	opacity: 0.7;
}

iframe{
	vertical-align: bottom;
}

.inner{
	width: 70%;
	margin: 0 auto;
	min-width: 1000px;
}
.inner:after{
	content: '';
	display: block;
	clear: both;
}

/*----------------------------------------------------*/
/* header */

.header{
	padding-top: 30px;
	padding-bottom: 30px;
}
.logo{
	float: left;
}
.nav{
	float: right;
	font-weight: bold;
}
.nav li{
	float: left;
	margin-left: 20px;
}
.nav li a{
	padding: 5px;
}
.nav li a:hover{
	opacity: 1;
	border-bottom: 2px solid transparent;
}
.nav li:nth-child(1) a:hover,
.nav li:nth-child(1).active a{
	border-bottom-color: #9c986f;
}
.nav li:nth-child(2) a:hover,
.nav li:nth-child(2).active a{
	border-bottom-color: #376468;
}
.nav li:nth-child(3) a:hover,
.nav li:nth-child(3).active a{
	border-bottom-color: #4e6880;
}
.nav li:nth-child(4) a:hover,
.nav li:nth-child(4).active a{
	border-bottom-color: #9eaa31;
}
.nav li:nth-child(5) a:hover,
.nav li:nth-child(5).active a{
	border-bottom-color: #995a52;
}
.nav li:nth-child(6) a:hover,
.nav li:nth-child(6).active a{
	border-bottom-color: #666;
}

/*----------------------------------------------------*/
/* footer */

.footer{
	background-color: #eee;
}
.footer-menu{
	background-color: #6e6e6e;
	padding: 15px;
	font-size: 14px;
}
.footer-menu a{
	color: #fff;
}
.footer-menu ul{
	float: left;
}
.footer-menu li{
	display: inline;
	margin-right: 10px;
}
.footer-menu p{
	float: right;
}
.footer-menu p a{
	background: url(../img/pagetop.png) no-repeat right center;
	padding-right: 15px;
}

.footer-bottom{
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 12px;
	width: 600px;
	margin-left: auto;
}
.footer-bottom:after{
	content: '';
	display: block;
	clear: both;
}
.footer-contact{
	float: left;
	width: 335px;
}
.footer-copyright{
	float: right;
}
.footer-copyright small{
	display: block;
	color: #777;
	margin-top: 10px;
	font-size: 10px;
}

/*----------------------------------------------------*/
/* index */

.index-slide{
	width: 100%;
	position: relative;
}
.index-slide > img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -109px;
	margin-left: -312px;
	z-index: 10000;
}
.index-title{
	font-size: 32px;
	text-align: center;
	background: url(../img/title_under.png) no-repeat center bottom;
	padding-bottom: 15px;
	margin-bottom: 30px;
	line-height: 1;
}
.index-title small{
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
	color: #666;
	margin-bottom: 5px;
	border: 1px solid #666;
	padding: 4px 5px;
}
h3{
	font-size: 17px;
	color: #666;
	margin-bottom: 10px;
}

.index-project{
	padding-top: 50px;
	padding-bottom: 50px;
}
.index-project ul:after{
	content: '';
	display: block;
	clear: both;
}
.index-project li{
	float: left;
	width: 33.3%;
	padding: 10px;
	box-sizing: border-box;
}
.index-project li img{
	width: 100%;
	height: 100%;
}
.index-project li a{
	display: block;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}
.index-project li:nth-child(2) span{
	height: 1em;
}
.index-project li span{
	height: 3em;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.index-success{
	background-color: #eee;
	padding-top: 50px;
}
.index-success li{
	line-height: 1.5;
	margin-bottom: 10px;
}
.index-success ul + h3{
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px dotted #999;
}
.index-success .success-slide{
	margin-top: 50px;
}

.index-success .success-btn a{
	display: block;
	width: 200px;
	padding: 15px;
	margin: 30px auto 0;
	color: #fff;
	background-color: #555;
	text-align: center;
}

.success-slide li{
	margin-bottom: 0;
}
.success-slide a{
	display: block;
}
.success-slide a:hover{
	opacity: 0.8 !important;
}

/*----------------------------------------------------*/
/* greeting */

.content{
	padding-top: 50px;
	padding-bottom: 50px;
}
.column:after{
	content: '';
	display: block;
	clear: both;
}
.column-left{
	float: left;
}
.column-right{
	float: right;
}

.page-title{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
	font-size: 30px;
	background-color: #666;
	line-height: 1.5;
}
.page-title small{
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	border: 1px solid #fff;
	padding: 4px 6px;
}
.page-title br{
	display: none;
}

.greeting-wrap .column-left{
	width: 400px;
	padding-top: 8em;
}
.greeting-wrap .column-right{
	width: 600px;
}
.greeting-wrap .page-title{
	background-color: #9c986f;
}
.greeting-name{
	margin-top: 20px;
	font-size: 20px;
	line-height: 20px;
}
.greeting-name span{
	font-size: 12px;
}

/*----------------------------------------------------*/
/* summary */

table{
	border: none;
	border-collapse: collapse;
}
th{
	font-weight: normal;
	text-align: left;
}
td{
}
th, td{
	padding: 0 10px 20px;
}

.summary-wrap .page-title{
	background-color: #376468;
}
.summary-wrap table{
	width: 80%;
	margin: 0 auto;
}

/*----------------------------------------------------*/
/* developement */

.developement-wrap .page-title{
	background-color: #4e6880;
}

/*----------------------------------------------------*/
/* health */

.health-wrap .page-title{
	background-color: #9eaa31;
}
.health-wrap .column-left h3{
	text-align: center;
}
.health-wrap .column-left li{
	background: url(../img/health_icon.png) no-repeat left center;
	padding-left: 20px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.health-wrap .column-right ul{
	width: 690px;
}
.health-wrap .column-right ul:after{
	content: '';
	display: block;
	clear: both;
}
.health-wrap .column-right li{
	float: left;
	margin-left: 1px;
	margin-bottom: 1px;
}

/*----------------------------------------------------*/
/* planning */

.planning-wrap .page-title{
	background-color: #995a52;
}

.planning-wrap .column-right ul{
	width: 691px;
}
.planning-wrap .column-right li{
	float: left;
	margin-left: 1px;
	margin-bottom: 1px;
}

/*----------------------------------------------------*/
/* success */

.success-wrap .column-right ul{
	width: 691px;
}
.success-wrap .column-right li{
	float: left;
	margin-left: 1px;
	margin-bottom: 1px;
}

/*----------------------------------------------------*/
/* responsive */

.sp{
	display: none;
}
.pc{
	display: block;
}

@media screen and (max-width: 1000px) {

	body{
		font-size: 0.9rem;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	img{
		max-width: 100%;
	}
	.inner{
		width: 100%;
		min-width: auto;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	/* header */

	.logo{
		width: 80%;
	}
	.logo img{
		max-width: 80%;
	}
	.nav{
		width: 20%;
	}
	.nav .trigger{
		float: right;
	}
	.nav ul{
		display: none;
		background-color: #fff;
		border-top: 1px solid #ddd;	
	}
	.nav ul.on{
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 100000;
	}
	.nav li{
		float: none;
		margin-left: 0;
		border-bottom: 1px solid #ddd;
	}
	.nav li a{
		display: block;
		padding: 15px;
	}
	.nav li a:hover{
		border-bottom: none;
	}
	.header{
		padding: 15px;
		position: relative;
		line-height: 1;
	}

	/* footer */

	.footer-menu{
		padding: 0;
	}
	.footer-menu ul,
	.footer-menu p{
		float: none;
	}
	.footer-menu li{
		display: block;
		margin-right: 0;
		border-bottom: 1px solid #999;
	}
	.footer-menu a{
		display: block;
		padding: 10px 20px;
	}
	.footer-menu p a{
		padding-right: 5px;
		background: url(none);
	}
	.footer-bottom{
		width: auto;
		padding: 20px;
	}
	.footer-contact,
	.footer-copyright{
		float: none;
		width: auto;
	}
	.footer-contact > img{
		margin-bottom: 10px;
	}
	.footer-contact{
		margin-bottom: 15px;
	}

	iframe{
		height: 300px;
	}

	/* content */

	.page-title{
		font-size: 18px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.page-title small{
		font-size: 11px;
		margin-top: .5rem;
	}
	.page-title br{
		display: block;
	}

	.content{
		padding: 30px 20px;
	}
	.column-left,
	.column-right{
		float: none;
	}
	.column-left{
		margin-bottom: 20px;
	}

	th, td {
		padding: 0 0 20px;
		font-size: 90%;
	}

	/* index */

	.index-slide > img{
		width: 300px;
		max-width: 300px;
		margin-top: -50px;
		margin-left: -150px;
	}

	.index-title{
		font-size: 24px;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
	.index-title small{
		font-size: 12px;
	}

	.index-project{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.index-project ul{
		padding: 3px;
	}
	.index-project li{
		/*float: none;*/
		/*width: 100%;*/
		/*padding: 10px 20px;*/
		padding: 3px;
	}
	.index-project li a{
		font-size: 10px;
		font-weight: normal;
		line-height: 1;
	}

	.index-success{
		padding-top: 30px;
	}
	.index-success .inner{
		padding-left: 15px;
		padding-right: 15px;
	}
	.index-success li{
		font-size: 13px;
	}

	/* greeting */

	.greeting-wrap .column-left,
	.greeting-wrap .column-right{
		padding-top: 0;
		width: auto;
	}

	/* summary */

	.summary-wrap table{
		width: 100%;
	}

	/* health */

	.health-wrap .column-right ul,
	.planning-wrap .column-right ul,
	.success-wrap .column-right ul{
		width: auto;
	}
	.health-wrap .column-right li,
	.planning-wrap .column-right li,
	.success-wrap .column-right li{
		float: none;
		margin-right: 0;
	}
	.health-wrap .column-right li a,
	.planning-wrap .column-right li a,
	.success-wrap .column-right li a{
		display: block;
	}
	.health-wrap .column-right li img,
	.planning-wrap .column-right li img,
	.success-wrap .column-right li img{
		width: 100%;
	}
}