@charset "utf-8";

html,
body {
	height: 100%;
	margin: 0;
}
a {
	color: #333333;
    text-decoration: none;

	transition: 0.2s;
}
a:hover {
	color: #fff;
}
img {
	max-width: 100%;	
	height: auto;
	width /***/:auto; /* IE8のみ */
	vertical-align: bottom;
	/*transition: 0.2s;*/ /* all */
}
/* body */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	background-color: #fff;
	}

/* レスポンシブ画面右余白 */
div.wrapper {
	overflow: hidden;
}

.wrapper {
	background-color: #fff;
}
header .logo {
	text-align: center;
}
.logo-area {
	width: 100%;
	margin: 3% 0% 3% 0%;
}
.logo {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.logo img {
	width: 50%;
}
.logo a {
	display: block;
	width: auto;
}

.mainVisual-cover-box {
	width: 100%;
	height: 100%;
	background-image: url(../img/index_bg_main.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
}

.mainVisual-cover-box h1 img {
	width: 80%;
	position: absolute;
	left: 10%;
	top: 40%;
}

.wrapper-content {
	background-color: #FFF;
}

/*nav メニュー位置*/
nav {	
	width: 100%;
	padding: 2% 0%;
	text-align: center;
	background-color: #CCC;
	background-color: rgba(225,225,225,0.6);

	position: absolute;
	left: 0%;
	bottom: 0%;	
}
nav ul  {
	overflow: hidden;
}

nav ul li {
	float:left;
	width: 20%;
}
nav ul li a {
	display: block;
	width: 100%;
}
nav ul li a:hover {
	opacity: 0.7;
}

/* main */
main {
	width: 100%;
}

main .index-box {
	width: 100%;
	overflow: hidden;
	background-color: #fff;		
}
main section.boxes {
	border: none;
	margin: 0%;
	width: 50%;
	height: 350px;
	float: left;
}
main section.boxes a {
	width: 100%;
	height: 350px;
	display: block;
}

main section.boxes a:hover {
	opacity: 0.6;
}

/* animate  scaleup */
@keyframes scaleup {
	0% {
		transform: scale(1.0,1.0);
	}
	50% {
		transform: scale(1.01,1.01);
	}
	100% {
		transform: scale(1.0,1.0);
	}
}

main section.boxes a:hover {
	animation-name: scaleup;
	animation-duration: 0.8s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
}
/* end animate */

/* NEWS */
section.newsbox {
	width: 100%;
	height: 250px;
}
.newsboxin {
	width: 25%;
	height: 250px;
	float: left;
	background-color: #ebebeb;
	text-align: center;	
}
section.newsbox ul {	
	overflow: hidden;
}
	/* diffelent color */
.news-colorbox {
	background-color: #06C;
}
.news-lead {
	font-size: 26px;
	color: #fff;
	text-align: center;
	position: relative;
	top:45%;	
}
.newsboxin h3,
.newsboxin time {
	font-size: 16px;
	color: #000;
	text-align: center;
}
.newsboxin time {	
	font-size: 16px;
}
.newsboxin p {
	font-size: 16px;
}

article ul li {
	position: relative;
	top: 40%;
}
	/* div a 囲 */
.newsboxin {
	position: relative;
	width: 25%;
}
.newsboxin a {
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

/* animate  news-color */
@keyframes news-color {
	0% {
		background-color: #eee;
	}
	50% {
		background-color: #fff;
	}
	100% {
		background-color: #eee;
	}
}
.newsboxin a:hover {
	animation-name: news-color;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}
/* animate end */

/* company case */
.boxes h2 {
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	padding: 75px 0px 10px 20px;
}
.boxes p {
	color: #fff;
	font-size: 22px;
	line-height: 2.3;
}
section.company {
	background-color: #164088;
	/* gradient */
	background: -webkit-gradient(linear, top, bottom, from(#113b82), to(#2454a6));
	background: linear-gradient(to bottom, #113b82, #2454a6);
}
section.company .boxes-text-area,
section.company .boxes-img-area {
	float: left;
	width: 50%;
	height: inherit;
}
section.company img {
	width: 90%;
	padding-left: 20px;
}
	/* case */
section.works {
	background-color: #0094b9;
		/* gradient */
	background: -webkit-gradient(linear, top, bottom, from(#113b82), to(#19acd0));
	background: linear-gradient(to bottom, #0089ab, #19acd0);
}
section.works img {
	width: 90%;
	padding-left: 20px;	
}
section.works .boxes-text-area,
section.works .boxes-img-area {
	float: left;
	width: 50%;
}
.company-work-wrapper {
	overflow: hidden;
}
.seat-box-over {
	width: 100%;
}
.seat-box-over h2 {
	font-size: 37px;
	font-weight: bolder;
	line-height: 74px;
	color: #fff;
	text-align: center;
	/*text-shadow*/
	/*IE*/
	display:block;
    filter:dropshadow(color=#000,offX= 2,offY= 3);
	text-shadow: 2px 3px #000;
}
.seat-bottom {
	background-image: url(../img/index_bg_description.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height: auto;
	background-color: #fff;	
	padding: 9% 0 9% 0;
}
.seat-bottom h5 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	margin: 2.5% 0;
}
.seat-bottom h5 strong {
	font-weight: bolder;
}
/* description */
.seat-bottom p {
	margin-top: 3%;
}
.seat-bottom p.seat-description {
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 21px;
	background-color: #eee;
	background-color: rgba(205,205,205,0.5);
}
.seat-bottom p.seat-description a {
	display: block;
	padding: 7% 0;
	background-color: #0058a3;
	color: #fff;
}
.seat-bottom p.seat-description a:hover {
	opacity: 0.8;
}

/* animate  description-color */
@keyframes description-color {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0.8;
	}
}
.seat-bottom p.seat-description a:hover {
	animation-name: description-color;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
}
/* NETIS */
.seat-box-over h3 {
	background-color: #0282cd;
	color: #fff;	
	font-size: 30px;
	font-weight: bolder;
	text-align: center;
	padding: 5% 0 3% 0;
}
.seat-box-over h4 {
	background-color: #0282cd;	
	color: #fff;	
	font-size: 21px;
	font-weight: bold;
	text-align: center;		
	padding: 2% 0 3.5% 0;
}

.seat-textarea {
	padding: 12.5% 0;
	background-image: url(../img/index_more.jpg);
	background-size: cover;
	background-position: 0% 0%;	
	position: relative;
}
.seat-textarea p {
	width: 23.5%;
	margin-top: 2.85%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 22px;
	background-color: #CCC;
	background-color: rgba(0,0,0,0.5);
}
.seat-textarea p a {	
	display: block;
	padding: 8% 0;
	color: #eee;
	border: 3px solid #900;
	background-color: #c0c0c0;
	background-color: rgba(0,0,0,0.5);
}
.seat-textarea p a:hover {
	color: #fff;
	background-color: #666;
	background-color: rgba(100,100,100,0.4);
}

/*技術*/
section.technology {
	width: 100%;
	overflow: hidden;
	clear: both;	
}
.technologybox-left {
	width: 35%;
}
.technology-img img {
	height: 285px;
	margin-left: 10%;
	opacity: 0.8;
}
.technologybox-right {
	width: 65%;
	text-align: left;
	background-image: url(../img/index_icon_technology.gif);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.technologybox-left,
.technologybox-right {	
	height: 285px;
	float: left;
	background-color: #eee;
}
.technologybox-right h2 {
	font-size: 36px;
}
.technologybox-right p {
	font-size: 20px;
}

section.selection {
	width: 100%;	
	overflow: hidden;
	clear: both;	
	background-color: #164088;
	color: #FFF;
}
.selectionbox-left {
	width: 65%;
	background-image: url(../img/index_icon_select.png);
	background-size: 70%;
	background-position: 50% 55%;
	background-repeat: no-repeat;
}	
.selectionbox-right {
	width: 35%;
}
.selectionbox-right img {
	width: inherit;
	height: inherit;
	height: 285px;
	margin-left: 10%;
	opacity: 0.8;
}
.selectionbox-left,
.selectionbox-right {	
	height: 285px;
	float: left;	
	background-color: #164088;
}
.selectionbox-left {
	text-align: left;
}
.selectionbox-left .text-area {
	margin: 0.75% 0 0 9%;
}

section.experience {
	width: 100%;
	overflow: hidden;
	clear: both;	
}
.experiencebox-right .text-area {
	padding: 0 0 0 10%;
}
.experiencebox-left {
	width: 35%;
}
.experiencebox-left img {
	width: inherit;
	height: inherit;
	opacity: 0.8;	
	height: 285px;
	margin-left: 10%;
	opacity: 0.8;
}
.experiencebox-right {
	width: 65%;
	background-image: url(../img/index_icon_experience.gif);
	background-size: 75%;
	background-position: center center;
	background-repeat: no-repeat;
}
.experiencebox-left,
.experiencebox-right {	
	height: 285px;
	float: left;
	background-color: #eee;
}
.experiencebox-right h2 {
	font-size: 36px;
}
.experiencebox-right p {
	font-size: 20px;
}
/* footer */
footer {
	clear: both;
	overflow: hidden;
	text-align: center;
	font-size: 15px;
	background-color: #eee;
}
footer p.personal {
	text-align: center;
}
footer .footer-copy-box {
	text-align: center;
	padding-top: 1.5%;
	padding-bottom: 2.5%;
}
footer .copy {
	padding-bottom: 5px;
}

/* ▲ TOP */

footer #pageTop {
	clear: both;
	text-align: right;	
	padding: 0;
}
	/*i display:block--- p 下へ*/
footer #pageTop i {
	display: block;
	text-align: center; 
}
/*＝＝＝＝＝＝＝＝＝*/
	/* add　(Y)px fixed */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop a {
  display: block;
  z-index: 999;
}

@media print {
	footer #pageTop {
	display: none;
	}
}

/*nav メニュー位置*/
footer .footer-nav {
	width: 750px;
	padding: 15px 0px 20px 0px;
	font-size: 16px;
	background-color: rgba(0,0,0,0.0);
	margin-left: auto;
	margin-right: auto;
}
footer {
	padding-top: 2%;
}
footer .footer-nav ul  {
	overflow: hidden;
}
footer .footer-nav ul li {
	float:left;
	width: 125px;
}
footer .footer-nav ul li a {
	display: block;
	width: 125px;	
	overflow: hidden;
}
footer a {	
	color: #000;
}
footer a:hover {
	color: #999;
}
address {
	font-style: normal;
}

.footer-nav {
	display: none;
}

/* Media Queries PC */
/* smart phone nav none */
	.sp-nav {
	display: none;
	}

@media screen and (min-width: 980px) {
    /* 980px above */
	.mainVisual-cover-box {
	height: 700px;
	min-height: 700px;
	max-height: 700px;
	}
	.mainVisual-cover-box h1 img {
	width: 75%;
	position: absolute;
	left: 11%;
	top: 35%;
	}
}

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

    /* 979px 以下  */
	.mainVisual-cover-box {
	min-height: 625px;
	max-height: 625px;
	}
	.mainVisual-cover-box h1 img {
	width: 80%;
	position: absolute;
	left: 10%;
	top: 40%;
	}
	section.company img {
	width: 85%;
	padding: 6% 0 0 3%;
	}
	section.works img {
	width: 95%;
	padding: 17% 0 0 0;
	}
	.boxes-text-area {
	padding: 5% 0 0 0;
	}
	main section.boxes {
	height: 335px;
	}
	.boxes h2 {
	font-size: 26px;
	font-weight: normal;
	padding: 65px 0px 25px 0px;
	}
	.boxes p {
	font-size: 21px;
	line-height: 1.3;
	padding-right: 25px;
	}

	.selectionbox-left {
	background-size: 80%;
	background-position: 50% 50%;
	}

	section.inforbox {
	height: 250px;
	}
	section.inforbox a {
	height: 250px;
	}
	div .inforbox1,
	div .inforbox2,
	div .inforbox3,
	div .inforbox4 {
	height: 250px;
	}

	.seat-bottom {
	height: 200px;
	}
}

@media screen and (max-width: 767px) {
    /* 767px 以下 */
	.mainVisual-cover-box {
	min-width: 550px;
	min-height: 500px;
	max-height: 500px;
	}
	nav.pc-nav {
    padding: 4% 0%;
	}
	section.company img {
	width: 85%;
	padding: 20% 0 0 3%;
	}
	section.works img {
	width: 95%;
	padding: 30% 0 0 0;
	}
	.boxes-text-area {
	padding: 1.5% 0 0 0;
	}
	main section.boxes {
		height: 300px;
	}
	.boxes h2 {
	font-size: 26px;
	font-weight: normal;
	padding: 65px 0px 20px 0px;
	}
	.boxes p {
	font-size: 18px;
	line-height: 1.2;
	padding-right: 10px;
	}

	.seat-box-over h3 {
	font-size: 29px;
	}
	.seat-box-over h4 {
	font-size: 21px;
	}
	.seat-bottom h5 {
	font-size: 20px;
	}
	.technologybox-right img,
	.experiencebox-right img,
	.selectionbox-left img {
	padding-top: 10%;
	width: 100%;
	}
	.selectionbox-left,
	.technologybox-right,
	.experiencebox-right {
    background-size: 100%;
	}
}

@media screen and (max-width: 579px) {
    /* 579px above  */
	section.company img {
	width: 85%;
	padding: 30% 0 0 3%;
	}
	section.works img {
	width: 95%;
	padding: 40% 0 0 0;
	}
	.boxes-text-area {
	padding: 1% 0 0 0;
	}
	main section.boxes {
		height: 250px;
	}
	.boxes h2 {
	font-size: 22px;
	font-weight: bold;
	padding: 30px 0px 20px 0px;
	}
	.boxes p {
	font-size: 16px;
	line-height: 1.1;
	padding-right: 10px;
	}
	.seat-box-over h3 {
    font-size: 26px;
	}
	.seat-box-over h4 {
	font-size: 19px;
	}
	.seat-bottom h5 {
	line-height: 1.5;
	font-size: 19px;
	}
}
/* sp nav change */
@media screen and (max-width: 479px) {
    /* 479px above  */
/*---------------------*/
	nav.sp-nav {
	/*padding2%=nav. css 88*/
	display: block;
	height: auto;
	position: static;
	}
	nav.sp-nav ul li {
	list-style-type: none;
	display: block;
	width: 100%;
	border-bottom: 1px solid #eee;
	}
	nav.sp-nav ul li img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	}
		/* 3D border */
	nav.sp-nav ul li.sp-nav-li-border {
	position: relative;
	padding-bottom: 5px;
	}
	nav.sp-nav ul li.sp-nav-li-border::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	}
		/* end 3D border */
	nav.pc-nav {
	display: none;
	}
	.mainVisual-cover-box {
	width: 100%;
	min-width: 320px;
	min-height: 225px;
	max-height: 225px;
	}

	header {
	position: relative;
	}
	.logo-area {
	margin: 0;
	position: absolute;
	top: 3.5%;
	left: 0%;
	}
	.logo {
	width: 120px;
	height: 42px;
	}
	.logo img {
    width: 100%;
	}

	/* news 1列*/
	section.newsbox {
	width: 100%;
	height: auto;
	}
	.newsboxin {
	width: 100%;
	height: 100px;
	float: none;
	}
	.news-lead {
		/* position relative css.189 */
    top: 34%;
	}
	article ul li {
    position: relative;
	top: 35%;
	}
	.boxes h2 {
	color: #fff;
	font-size: 19px;
	padding: 5px 0px;
	}
	.boxes p {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	}

		/* float null */
	main section.boxes {
	width: 100%;
	height: 225px;
	float: none;
	}
	main section.boxes a {
	width: 100%;
	height: 225px;
	}
		/*会社案内 業務内容 BOX*/
	section.company img {
	width: 140px;
	min-width: 140px;
	padding: 7% 0 0 8%;
	}
	section.works img {
	width: 175px;
	min-width: 175px;
	padding: 7% 0 0 0;
	}
	div.boxes-text-area {
	padding: 0;
	}
	div.boxes-text-area h2 {
	padding-top: 40px;
	}
	div.boxes-text-area p {
	padding-top: 26px;
	}

	.seat-box-over h2 {
	font-size: 30px;
	line-height: 2;
	}

	.seat-textarea p {
	width: 50%;
	margin-top: 3%;
	margin-left: auto;
	margin-right: auto;
	font-size: 23px;
	}
	.seat-textarea p a {
	padding: 7%;
	}
	.seat-box-over h3 {
	font-size: 21px;
	font-weight: bold;
	padding: 10% 0 10% 0;
	}
	.seat-box-over h4 {
	font-size: 17px;
	font-weight: bold;
	padding: 0 0 9% 0;
	}
	
	.seat-bottom {
	height: 300px;
	padding: 10% 0 7% 0;
	}
	.seat-bottom p {
	font-size: 20px;
	font-weight: normal;
	}
	.seat-bottom h5 {
	font-size: 19px;
	padding: 2%;
	}

	.seat-bottom p.seat-description {
	width: 50%;
	font-size: 23px;
	}

	.seat-bottom p.seat-description a {
	padding: 8% 0;
	}
	/* 技術～経験 BOX height */
	.technologybox-left,
	.technologybox-right,
	.selectionbox-left,
	.selectionbox-right,
	.experiencebox-left,
	.experiencebox-right {
	height: 225px;
	}
	.technologybox-right,
	.selectionbox-left,
	.experiencebox-right {
    width: 65%;
	}
	.technologybox-left,
	.selectionbox-right,
	.experiencebox-left {
    width: 35%;
	}
	/* text img */
	.technologybox-right img,
	.experiencebox-right img,
	.selectionbox-left img {
	padding-top: 65px;
	width: 100%;
	}
	/* degit */
	.technologybox-left img,
	.experiencebox-left img,
	.selectionbox-right img {
	margin: 0;
	padding: 0;
	height: auto;
	}
	/* background sillette */
	.selectionbox-left,
	.technologybox-right,
	.experiencebox-right {
    background-size: cover;
	background-position: 100% 50%;
	}
	footer {
	padding-top: 5%;
	}
}

@media screen and (max-width: 320px) {
    /* 320px above  */
	.mainVisual-cover-box {
	min-width: 320px;
	min-height: 210px;
	max-height: 210px;
	}

	.logo-area {
	top: 4%;
	left: 0%;
	}
	.logo {
	width: 120px;
	height: 42px;
	}
	.logo img {
    width: 100%;
	}
	.mainVisual-cover-box h1 img {
    width: 85%;
    left: 6%;
    top: 45%;
	}

	.boxes h2 {
	font-size: 16px;
	padding: 5px 0px;
	}
	.boxes p {
	font-size: 13px;
	line-height: 1.5;
	}
	.seat-textarea {
    padding: 27.5% 0;
	}
	.seat-textarea p a {
    padding: 8%;
	}
	.seat-box-over h2 {
	font-size: 24px;
    line-height: 32px;
	}
	.seat-box-over h3 {
	font-size: 18px;
	padding: 10%;
	line-height: 1.5;
	}
		/* NETIS */
	.seat-box-over h4 {
	font-weight: normal;
	font-size: 16px;
	}

	.seat-bottom {
	height: 225px;
	}
	.seat-bottom h5 {
    font-size: 16px;
	}
	.seat-bottom p.seat-description {
    font-size: 20px;
	}
	.seat-bottom p.seat-description a {
    padding: 7%;
	}
	/* 技術～経験 BOX height */
	.technologybox-right,
	.selectionbox-left,
	.experiencebox-right {
    width: 65%;
	}
	.technologybox-left,
	.selectionbox-right,
	.experiencebox-left {
    width: 35%;
	}
	section.technology, 
	section.selection,
	section.experience {
	height: 175px;
	}
	.technologybox-right,
	.selectionbox-left,
	.experiencebox-right {
    background-size: cover;
	background-position: 100% 50%;
	}
}
/* 印刷時の設定 "page-break-point"*/
@media print {
	body {
	font-family: "Times New Roman", serif;
	font-size: 12pt;
	}
	/* print ブレークポイント */
	.page-break-point {
	page-break-after: always;
	}
	.mainVisual-cover-box {
	height: 425px;
	}
	section.newsbox,
	.newsboxin {
	height: 200px;
	}
	main section.boxes {
	height: 250px;
	}
	.boxes h2 {
	font-size: 26px;
	padding: 15px 0px 10px 10px;
	}
	.boxes p {
	font-size: 20px;
	line-height: 1.25;
	}
	section.company img {
    width: 80%;
    padding: 10px 0px 0px 10px;
	}
	section.works img {
	width: 90%;
	padding: 20px 0px 0px 10px;	
	}
	.seat-bottom {
	height: 250px;
	padding: 22% 0 10% 0;
	}
	.seat-bottom-h {
	font-size: 11px;
	}
	section.technology,
	section.selection,
	section.experience {
	height: 275px;
	}
	.technologybox-left,
	.technologybox-right {	
	background-color: #fff;
	}
	.experiencebox-left,
	.experiencebox-right {
	background-color: #fff;
	}

	footer #pageTop {
	display: none;
	}
}