@charset "UTF-8";
/* CSS Document */

/*======================================================================================= */

/* selected text */
::selection {
	background: #808080; /* Safari */
}
::-moz-selection {
	background: #808080; /* Firefox */
}

*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* text link */
a {
	color: #666666;
	text-decoration: none;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
}
a:active {
	color: #999999;
	text-decoration: none;
}


/* alphaover */
.alphaOver a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
}
.alphaOver a img{
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	transition:all ease 0.5s;
}


/*
gloval
========================================================================================== */
html {
	font-size: 62.5%;
	overflow-y:scroll;
}

/*-----------------------------------------------------
body
-------------------------------------------------------*/
body {
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "���S�V�b�N" , "Yu Gothic" , "���S�V�b�N��" , "YuGothic" , "�q���M�m�p�S Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "���C���I" , Meiryo , "�l�r �o�S�V�b�N" , "MS PGothic" , sans-serif;
	font-size: 1.0rem;
	-webkit-text-size-adjust: 100%;
	letter-spacing:0.1em;
	color:#000;
}


div#header-nav {
	position: fixed;
	width: 100%;
	z-index: 500;
}

/*
header
========================================================================================== */
header {
	position: relative;
	background: #FFFFFF;
	padding: 0 26px;
	height: 76px;
}
header h1 {
	position: absolute;
	width: 235px;
	margin:0 auto;
	top: 16px;
	right:0px;
	bottom:0px;
	left:0px;
}
header h2 {
	position: absolute;
	top: 27px;
}
header .header_link {
	display: grid;
	place-content: center;
	width: 180px;
	height: 50px;
	border-radius: 0 0 10px 10px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: absolute;
	top: 0;
}
header .header_link-highschool {
	background: #37a5ff;
	right: 200px;

}
header .header_link-sailer {
	background: #1062ba;
	right: 10px;
}/*
nav
========================================================================================== */
nav#g-nav {
	position: absolute;
	width: 100%;
	height: 58px;
	padding: 22px 0 0 0;
	background: rgba(255,255,255,0.9);
}
/*
nav#g-nav ul {
	text-align: center;
}*/
nav#g-nav ul {
	text-align: center;
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
/*
nav#g-nav li {
	display: inline-block;
	font-size: 1.5rem;
	padding: 0 30px;
	 box-sizing: border-box;
}*/
nav#g-nav li {
	display: inline-block; 
	font-size: 1.5rem;
	/*padding: 0 22px;*/
	box-sizing: border-box;
	letter-spacing: 0.1em;
}
nav#g-nav a {
	color: #000000;
	-webkit-transition:all ease 0s;
	-moz-transition:all ease 0s;
	transition:all ease 0s;
	letter-spacing: 0;
	 box-sizing: border-box;
}
nav#g-nav a:hover {
	border-bottom: #000000 solid 2px;
	font-weight: bold;
	letter-spacing: -0.02em;
}


nav#g-nav .b-message {width: 114px;}
nav#g-nav .b-about {width: 118px;}
nav#g-nav .b-business {width: 192px;}
nav#g-nav .b-closeup {width: 116px;}
nav#g-nav .b-photo {width: 166px;}
nav#g-nav .b-solution {width: 120px;}
nav#g-nav .b-recruit {width: 106px;}


/*
contents
========================================================================================== */
div#contents{
	clear: both;
	overflow: hidden;
	padding: 74px 0 0 0;
	margin: 0 0 -74px 0;
}

/*
footer
========================================================================================== */
footer {
	clear: both;
	overflow: hidden;
	padding: 134px 0 40px 0;
	margin: 0 0 -134px 0;
}

footer .logo-kobelco {
	width: 150px;
	margin: 0 auto 50px;
}

footer div#footer-nav {
	overflow: hidden;
	margin: 0 0 26px 0;
	padding: 0 26px;
	text-align: center;
	letter-spacing: -0.5em;
}
footer div#footer-nav h2 {
	margin: 0 0 38px 0;
}
footer div#footer-nav ul {
	overflow: hidden;
	text-align: center;
	border-bottom: #000 solid 2px;
	padding: 0 0 40px 0;
	margin: 0 0 22px 0;
}
footer div#footer-nav li {
	display: inline-block;
	font-size: 1.5rem;
	padding: 0 19px;
	letter-spacing:0.1em;
}
footer div#footer-nav p {
	display: inline-block;
	width: 190px;
}
footer div#footer-nav ul a {
	-webkit-transition:all ease 0s;
	-moz-transition:all ease 0s;
	transition:all ease 0s;
	letter-spacing: 0.12em;
}
footer div#footer-nav ul a:hover {
	border-bottom: #000000 solid 2px;
	color: #000000;
	font-weight: bold;
	-webkit-transition:all ease 0s;
	-moz-transition:all ease 0s;
	transition:all ease 0s;
	letter-spacing: 0.1em;
}

footer div#footer-inner {
	clear: both;
	overflow: hidden;
	text-align: center;
	font-size: 1.0rem;
	letter-spacing: normal;
}
footer div#footer-inner ul {
	display: inline-block;
	border-right: #000 solid 1px;
	margin: 0 10px 0 0;
}
footer div#footer-inner li {
	display: inline-block;
	border-left: #000 solid 1px;
	padding: 0 8px;
}
footer div#footer-inner small {
	display: inline-block;
	margin: 0 10px 0 0;
}
footer div#footer-inner p {
	display: inline-block;
	margin: 0 10px 0 0;
}

/*
pageTop 
========================================================================================== */
#pageTop {
	z-index:998;
	 position: fixed;
	 bottom: 210px;
	 right: 50px;
}

/*_______�y�[�W���o��__________*/
h2#page-title {
	text-align: center;
	margin: 80px 0 72px 0;
}



