@charset "utf-8";

/* ヘッダ */
#pageHead, #pageHead *{
	-webkit-transition: all 0.2s;
	-webkit-transition: -webkit-all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#pageHead {
	width: 100%;
	min-width: 1250px;
	height: 120px;
	padding: 0px;
	z-index: 999;
	background-color: #1E5995;
}
#headtitle {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	font-weight:normal;
	color:#fff;
}
#pageHead h1 {
	/*margin-top: 45px;*/
	margin-left: 15px;
	/*width: 335px;*/
	float: left;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight:600;
	font-size:36px;
}
#pageHead h1 span.coms {
	display:inline-block;
	font-size:45%;
	line-height:1em;
}
#pageHead h1 span.names {
	letter-spacing:0.2em;
	padding-left:10px;
}
#pageHead h1 a {
	color:#fff;
	display:block;
	height:69px;
	background:url(../img/common/logo.png) top left no-repeat;
	padding-left:120px;
	padding-top:20px;
	box-sizing:border-box;
}
#pageHead .infobox {
	width:25%;
	float:right;
	padding-top:15px;
}
#pageHead .infobox p { color: #fff; }
#pageHead .infobox #telbox {
	font-family: 'Noto Sans JP', sans-serif;
	font-size:30px;
	padding-left:30px;
	background:url(../img/common/icon_tel.png) center left no-repeat;
}
#pageHead .infobox #addressbox {
	font-family: 'Noto Sans JP', sans-serif;
	font-size:12px;
	line-height:1.5em;
}

/* ナビゲーション */
#nav {
	margin: 0 auto;
}

#nav ul {
	width:1200px;
	margin:0 auto;
}
#nav ul li {
	list-style: none;
	width: 200px;
	float: left;
}
#nav ul li:last-child {
	margin-right: 0;
}
#nav ul li a {
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	padding: 20px 0px;
	text-decoration: none;
	font-size: 14px;
	color:#004EA2;
	width:100%;
	text-align:center;
}
#nav ul li a:hover,
#nav ul li a.onpage {
	background-color:#45BFD7;
	color:#fff;
}

/* フッタ */
#pageFoot {
	clear: both;
	width: 100%;
	padding: 0px;
	background-color:#0B2846;
}
#pageFoot .footnav {
	width: 100%;
	padding: 25px 0px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#pageFoot .footnav ul {
	width: 900px;
	margin: 0px auto;
}
#pageFoot .footnav ul li {
	width: 150px;
	margin: 0;
	text-align: center;
	float: left;
	list-style: none;
}
#pageFoot .footnav ul li a {
	text-decoration: none;
	font-size: 14px;
}
#pageFoot .footnav ul li a:hover {
	text-decoration: underline;
	color: #0af;
}
#pageFoot .footerbox {
	width: 1000px;
	margin:0 auto;
	padding: 120px 0px;
	color:#fff;
}
#pageFoot div.logobox {
	background:url(../img/common/logo.png) top left no-repeat;
	padding:10px 0px 15px 120px;
	float: right;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight:600;
	font-size:36px;
}
#pageFoot div.logobox span.coms {
	display:inline-block;
	font-size:45%;
	line-height:1em;
}
#pageFoot div.logobox span.names {
	letter-spacing:0.2em;
	padding-left:10px;
}

#pageFoot div.copyright {
	width:100%;
	padding: 25px 0px 23px;
	text-align: center;
	color: #fff;
	background-color:#1E5995;
}

/* コンテンツページ */
/*
h2 {
	width: 950px;
	margin: 10px auto 0px;
	padding: 0px;
}
*/
#container {
	clear: both;
	width: 100%;
	/*
	max-width: 1400px;
	min-width: 1100px;
	*/
	margin: 0 auto;
	padding: 0;
	/*
	border: 1px solid #cccccc;
	background-color: #fff;
	box-shadow: 2px 2px 0px 0px rgba(190,190,190,0.4);
	-moz-box-shadow: 2px 2px 0px 0px rgba(190,190,190,0.4);
	-webkit-box-shadow: 2px 2px 0px 0px rgba(190,190,190,0.4);
	-o-box-shadow: 2px 2px 0px 0px rgba(190,190,190,0.4);
	-ms-box-shadow: 2px 2px 0px 0px rgba(190,190,190,0.4);
	overflow: hidden;
	position: relative;
	*/
}
#keyvisualindex {
	width: 100%;
	max-width: 2000px;
	min-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position:relative;
}

.keyvisualwordbg {
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	position:absolute;
	top:0;
	left:0;
	padding-top:12%;
	display:none;
}
.keyvisualwordbg p {
	color:#fff;
	max-width:1250px;
	margin:0 auto;
	text-align:center;
}

.keyvisualwordbg p.fp56 { font-size:56px; }
.keyvisualwordbg p.fp84 { font-size:84px; }
.keyvisualwordbg p.fp46 { font-size:46px; }


.indexworks {
	width:100%;
	margin:0px auto;
	background:url(../img/index/index_img1-1.png) top right no-repeat;
	background-size:cover;
	padding:0px;
	position:relative;
}
.indexworks .bkw {
	width:100%;
	height:1200px;
	position:absolute;
	top:0;
	right:0;
	background-color: rgba(255,255,255,0.85);
}

.indexworks .my-parts {
	/*display: inline-block;*/
	font-size: 16px;
	/*padding: .8em 1.6em .4em .8em;*/
	height:1200px;
	width:75%;
	position: relative;
	color: #fff;
	z-index: 1;
}
.indexworks .my-parts::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	transform: scaleY(5.53) perspective(1.72em) rotateX(5.923deg);
	transform-origin: bottom left;
	border-radius: 0px 0px 0 0;
	background-color:#1D5995;
}
.indexworks .contentswrap {
	width: 100%;
	margin:0 auto;
	height:1200px;
	position:absolute;
	top:0;
	left:0;
	background:url(../img/index/index_img1-3.png) bottom left no-repeat;
	z-index:2;
}
.indexworks .contentswrap .svandcas {
	width:1050px;
	margin:0 auto;
	/*border:1px solid #f00;*/
	padding:60px 0 20px;
}

.indexworks .contentswrap .svandcas .svcimg {
	width:500px;
	float:left
}
.indexworks .contentswrap .svandcas .svcimg img { width:100%; }
.indexworks .contentswrap .svandcas .svcwrd {
	float:right;
	width:500px;
}
.indexworks .contentswrap .svandcas .svcwrd h2 {
	font-family: 'Abel', sans-serif !important;
	font-size:48px;
	color:#07528B;
	padding:60px 0px 35px 100px;
	border-bottom:1px solid #07528B;
	margin-left:-100px;
	width:100%;
}
.indexworks .contentswrap .svandcas .svcwrd h2 span {
	display:block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:40%;
	color:#07528B;
	padding-top:20px;
}

.indexworks .contentswrap .svandcas .svcwrd p {
	padding-top:50px;
	font-size:18px;
	color: #07528B;
	line-height:1.5em;
}
.boxlink {
	display:block;
	width:200px;
	padding:20px 0px;
	text-align:center;
	color:#fff;
	background-color:#45BFD7;
	margin-top:30px;
}
.boxlink:hover {
	opacity:0.75;
}

.indexworks .contentswrap .svandcas .cswrd {
	float:left;
	width:550px;
}
.indexworks .contentswrap .svandcas .cswrd h2 {
	font-family: 'Abel', sans-serif !important;
	font-size:48px;
	color:#fff;
	padding:60px 0px 35px;
	border-bottom:1px solid #fff;
	width:100%;
}
.indexworks .contentswrap .svandcas .cswrd h2 span {
	display:block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:40%;
	color:#fff;
	padding-top:20px;
}

.indexworks .contentswrap .svandcas .cswrd p {
	padding-top:50px;
	font-size:18px;
	color: #fff;
	line-height:1.5em;
}

.indexworks .contentswrap .svandcas .csbox {
	width:500px;
	float:right;
}
.indexworks .contentswrap .svandcas .csbox .cscsbox {
	width:100%;
	height:150px;
	background-color:#EEEEEE;
	margin-bottom:20px;
}
.indexworks .contentswrap .svandcas .csbox .cscsbox .csimgbox {
	width:150px;
	height:150px;
	float:left;
	margin-right:15px;
}
.indexworks .contentswrap .svandcas .csbox .cscsbox .cswrdbox {
	/*float:right;*/
	padding:20px 15px;
	font-size:18px;
}

.indextocases {
	display:block;
	width: 100%;
	margin: 30px auto 0;
	text-align:center;
	font-size:16px;
	color: #fff;
	font-weight:bold;
	padding: 15px 0px;
	text-decoration:none;
	background-color: #0168B7;
}
.indextocases:hover { opacity:0.7; }

.indexstaffs {
	width:100%;
	margin:0px auto;
	background:url(../img/index/index_img2-2.jpg) top left no-repeat;
	background-size:cover;
	padding:0px;
	position:relative;
}

.indexstaffs .my-parts {
	/*display: inline-block;*/
	font-size: 16px;
	/*padding: .8em 1.6em .4em .8em;*/
	height:600px;
	width:75%;
	position: relative;
	color: #fff;
	z-index: 1;
	float:right
}
.indexstaffs .my-parts::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	transform: scaleY(2.27) perspective(1.72em) rotateX(3.3deg);
	transform-origin: bottom right;
	border-radius: 0px 0px 0 0;
	background-color:#1D5995;
}
.indexstaffs .contentswrap {
	width: 100%;
	margin:0 auto;
	height:600px;
	position:absolute;
	top:0;
	left:0;
	background:url(../img/index/index_img2-1.png) bottom right no-repeat;
	background-size:70%;
	z-index:2;
}
.indexstaffs .contentswrap .staffinfo {
	width:1050px;
	margin:0 auto;
	padding:50px 0;
}
.indexstaffs .contentswrap .staffinfo h2 {
	width:500px;
	border-bottom:1px solid #fff;
	font-family: 'Abel', sans-serif !important;
	font-size:48px;
	color:#fff;
	padding:60px 0px 35px 200px;
	float:right;
}
.indexstaffs .contentswrap .staffinfo h2 span {
	display:block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:40%;
	color:#fff;
	padding-top:20px;
}
.indexstaffs .contentswrap .staffinfo p {
	clear:both;
	float:right;
	padding-top:50px;
	font-size:18px;
	color: #fff;
	line-height:1.5em;
	width:500px;
}

.indexrecruit {
	width:100%;
	margin:0px auto;
	background:url(../img/index/index_img3-2.jpg) top right no-repeat;
	background-size:70%;
	padding:0px;
	position:relative;
}

.indexrecruit .my-parts {
	/*display: inline-block;*/
	font-size: 16px;
	/*padding: .8em 1.6em .4em .8em;*/
	height:600px;
	width:75%;
	position: relative;
	color: #fff;
	z-index: 1;
}
.indexrecruit .my-parts::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	transform: scaleY(2.27) perspective(1.72em) rotateX(3.3deg);
	transform-origin: bottom left;
	border-radius: 0px 0px 0 0;
	background-color:#1D5995;
}
.indexrecruit .contentswrap {
	width: 100%;
	margin:0 auto;
	height:600px;
	position:absolute;
	top:0;
	left:0;
	background:url(../img/index/index_img3-1.png) bottom left no-repeat;
	z-index:2;
	background-size:70%;
}
.indexrecruit .contentswrap .recruitinfo {
	width:1050px;
	margin:0 auto;
	padding:50px 0;
}
.indexrecruit .contentswrap .recruitinfo h2 {
	width:600px;
	border-bottom:1px solid #fff;
	font-family: 'Abel', sans-serif !important;
	font-size:48px;
	color:#fff;
	padding:60px 0px 35px;
}
.indexrecruit .contentswrap .recruitinfo h2 span {
	display:block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:40%;
	color:#fff;
	padding-top:20px;
}
.indexrecruit .contentswrap .recruitinfo p {
	padding-top:50px;
	font-size:18px;
	color: #fff;
	line-height:1.5em;
	width:500px;
}




/* コンテンツページ共通 */
#contentsbox {
	width: 1100px;
	margin: 30px auto 0px;
}

#pankzline {
	width: 100%;
	background-color: #ECECEC;
	padding: 7px 0px 5px;
}
#pankzline  ul#pankzlist {
	width: 1100px;
	margin: 0px auto;
}
#pankzline  ul#pankzlist li {
	float: left;
	padding-right: 8px;
	list-style: none;
	font-size: 11px;
	color: #333;
	letter-spacing: 0.1em;
}
#pankzline  ul#pankzlist li a {
	color: #4F668F;
	font-size: 11px;
	text-decoration: none;
	color: #4F668F;
}
#pankzline  ul#pankzlist li a:hover {
	text-decoration: underline;
}

#keyvisualbox {
	width: 100%;
	max-width: 2000px;
	min-width: 1250px;
	height: 400px;
	margin: 0px auto;
}
.worksbg {
	background: url(../img/service/keyvisual.jpg) center right no-repeat;
	background-size:auto 115%;
}
.companybg {
	background: url(../img/company/keyvisual.jpg) center right no-repeat;
	background-size:auto 115%;
}
.casesbg { background: url(../img/cases/keyvisual.jpg) top right no-repeat; }
.staffbg { background: url(../img/staffs/keyvisual.jpg) top right no-repeat; }
.recruitbg {
	background: url(../img/recruit/keyvisual.jpg) center right no-repeat;
	background-size:auto 115%;
}
.contactbg { background: url(../img/contact/keyvisual.jpg) top right no-repeat; }

.keytitle {
	width: 35%;
	margin: 0;
	padding-top: 150px;
	background-color:#567EB2;
	text-align:right;
	height:400px;
}
.keytitle h2 {
	padding: 25px;
	margin: 0;
	font-family: 'Abel', sans-serif !important;
	font-size:48px;
	color:#fff;
}
.keytitle h2 span {
	display:block;
	margin-top:30px;
	padding: 20px 0 0;
	border-top: 1px solid #fff;
	font-size: 40%;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans JP', sans-serif;
}
.keytitle p {
	padding-top: 15px;
	font-size: 18px;
	color: #fff;
}

#paging {
	text-align: center;
	padding-bottom: 20px;
}
#paging a {
	padding: 3px 6px 1px;
	border: 1px solid #ccc;
	margin-right: 4px;
	text-decoration: none;
}
#paging a:hover { background-color: #ffc; }
#paging a.onPage {
	font-weight: bold;
	font-size: 18px;
	background-color: #fcc;
}
#paging a:last-child { margin-right: 0; }

.paging {
	text-align: center;
	padding-bottom: 20px;
}
.paging a {
	padding: 3px 6px 1px;
	border: 1px solid #ccc;
	margin-right: 4px;
	text-decoration: none;
}
.paging a:hover { background-color: #ffc; }
.paging a.onPage {
	font-weight: bold;
	font-size: 18px;
	background-color: #fcc;
}
.paging a:last-child { margin-right: 0; }
