


@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

header,
main,
article,
section,
nav,
aside,
figure,
footer {
	display: block;
}

body {
	-webkit-text-size-adjust: 100%;
}

body,td,th,h1,h2,h3,h4,h5,h6,p,dt,dd,li {
	font-size: 100%;
  font-family:"Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
	color: #000;
	letter-spacing: 0.07em;
}
.wrap {
	overflow: hidden;
}

img {
	border: none;
	vertical-align: bottom;
}
p, th, td, dt, dd, address {
	font-size: 14px;
	letter-spacing: 0.07em;
	line-height: 200%;
}
address {}
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
th, td {
	text-align: left;
	vertical-align: top;
}
caption {
	text-align: left;
}
li {
	list-style-type: none;
}
a {
	outline: none;
}
a:link    {color: #5172AD; text-decoration: none;}
a:visited {color: #5172AD; text-decoration: none;}
a:hover   {color: #5172AD; text-decoration: none;}
a:active  {color: #5172AD; text-decoration: none;}

/* FONT */
.en {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 0.07em;
}
.jp {
	font-family: "游明朝" , "Yu Mincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.column { margin-bottom:25px;}

/* clearfix */
.clearfix:before {
	display: block;
	content: " ";
}
.clearfix:after {
	content: "";
	display: block;
	height: 0px;
	clear: both;
	font-size: 0;
}
* html .clearfix {zoom: 1;} /* IE6 */
*:first-child+html .clearfix {zoom: 1;} /* IE7 */

/* btn */
.btn a {
	display:block;
	-webkit-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;  
}
.btn a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);  
}



/* ---------- CONTAINER ---------------------------------------- */
#container {min-width: 1000px;}

/* ---------- BOX ---------------------------------------- */
.box {
	width: 960px;
	margin: auto;
}


/* ---------- HEADER ---------------------------------------- */
#header {}
#header .head-top {
	position: relative;
	height: 50px;
	padding-top: 10px;
	box-sizing: border-box;
}
#header .head-top .pco {
	font-size: 11px;
	text-align: center;
}
#header .head-top .subnav-area {
	position: absolute;
	top: 10px;
	right: 0;
}
#header .head-top .subnav-area .textresizer {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
#header .head-top .subnav-area .textresizer li {
	float: left;
	line-height: 100%;
}

#header .head-top .subnav-area .textresizer li a {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 0.07em;
	font-size: 13px;
	padding: 0px 10px;
	vertical-align: middle;
	color: #000;
}
#header .head-top .subnav-area .textresizer li:first-child {
	border-right: solid 1px #000;
}

#header .head-top .subnav-area .textresizer li a.en {
	color: #888888;
}

#header .searchform {
	float: left;
	margin-right: 10px;
}
#header .searchform form {}
#header .searchform .text {
	position: relative;
	display: block;
	float: left;
	border-bottom: 1px solid #616161;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#header .searchform .text:before {}
#header .searchform .text:after {}
#header .searchform .text {
	box-sizing: border-box;
	display: block;
	width: 150px;
	height: 22px;
	padding: 2px 6px;
	color: #9e9e9e;
	font-size: 12px;
}
#header .searchform .image {
	float: left;
	display: block;
	width: 14px;
	height: 14px;
	cursor: pointer;
	margin-top: 5px;
	margin-left: 5px;
}

#header .snsnav {
	display: none;
	position: fixed;
	top: 50%;
	left: 30px;
	transform: translate(-50%, -50%);
	z-index: 5000;
}
#header .snsnav li {
	text-align: center;
	line-height: 200%;
}
#header .snsnav li a {
	color: #000;
	font-size: 18px;
}

#header .contact {
	position: fixed;
	right: 0;
	bottom: 130px;
	z-index: 5000;
}


/* ---------- gnav -------------- */
.gnav {}
.gnav ul {
	font-size: 0;
	box-sizing: border-box;
	width: 100%;
	list-style: none;
	text-align: center;
	display: table;
	table-layout: fixed;
}
.gnav li {
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	background-image: url(../images/nav_border.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.gnav li.maga {
	background-image: url(../images/nav_border.gif), url(../images/nav_border.gif);
	background-repeat: no-repeat;
	background-position: left center, right center;
}

.gnav li.logo {
	width: 170px;
}
.gnav li.logo a {
	width: auto;
	display: block;
}

.gnav li.logo img {
	width: 89px;
	height: auto;
	margin: auto;
}

.gnav li::before {
/*
	content: "";
	width: 0;
	height: 12px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	display: block;
	border-left: solid 1px #616161;
*/
}

.gnav li.maga::after {
/*
	content: '';
	width: 0;
	height: 12px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	position: absolute;
	display: block;
	border-right: solid 1px #616161;
*/
}


.gnav li span {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 10px;
	display: block;
}

.gnav li > a {
	text-decoration: none;
	color: #000;
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 120%;
	font-weight: 500;
	letter-spacing: 0.07em;
	padding: 10px 0;
	width: 130px;
}

.gnav li > a:before {
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	transition: all 0.4s ease;
	border-bottom: 1px solid #616161;
	position: absolute;
	display: block;
}
.gnav li > a:hover:before {
	width: 50%;
	border-bottom: 1px solid #616161;
}
.gnav li > a:after {
	content: '';
	width: 0;
	right: 50%;
	bottom: 0;
	transition: all 0.4s ease;
	border-bottom: 1px solid #616161;
	position: absolute;
	display: block;
}
.gnav li > a:hover:after {
	width: 50%;
	border-bottom: 1px solid #616161;
}

.top .gnav li.top a:before ,
.top .gnav li.top a:after  ,
.serv .gnav li.serv a:before ,
.serv .gnav li.serv a:after  ,
.work .gnav li.work a:before ,
.work .gnav li.work a:after  ,
.comp .gnav li.comp a:before ,
.comp .gnav li.comp a:after  ,
.recr .gnav li.recr a:before ,
.recr .gnav li.recr a:after  ,
.maga .gnav li.maga a:before ,
.maga .gnav li.maga a:after  {width: 50%;}

.gnav li.logo a:before ,
.gnav li.logo a:after { border-bottom: none;}

/* gnav-child */
.gnav .gnav-child {
	overflow: hidden;
	height: 0px;
	z-index: 6000;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	top: 212px;
	left: 0;
	width: 100%;
	transition: all 400ms ease-in-out 0.2s;/*動きをつけるtransition（後述）*/
}
.gnav ul li:hover .gnav-child {
	display: block;
	height: 110px;
}
.gnav-child {}
.gnav-child .page-menu .btn      { background-color: rgba(238,238,238,0.95);}
.gnav-child .page-menu .btn.plan { background-color: rgba(232,239,242,0.95);}
.gnav-child .page-menu .btn.conv { background-color: rgba(230,244,237,0.95);}
.gnav-child .page-menu .btn.tran { background-color: rgba(248,239,237,0.95);}
.gnav-child .page-menu .btn a {padding: 26px 0;}

/* fixed-gnav-area */
.fixed-gnav-area {
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-transform : translateY(-100%);
	-ms-transform : translateY(-100%);
	transform: translateY(-100%);
	min-width: 960px;
}
.fixed-gnav-area.show {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	height: 80px;
	z-index: 9999;
}
.fixed-gnav-area.show .gnav-child {top: 67px;}
.fixed-gnav-area.show ul {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
.fixed-gnav-area.show ul li.logo { position: relative;}
.fixed-gnav-area.show ul li.logo a {
	background-image: url(../images/mini_logo.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 37px;
	margin: auto;
	padding: 0;
	display: block;
}
.fixed-gnav-area.show ul li.logo img {
	display: none;
}

/* .fixed-sp-header */
.fixed-sp-header {display: none;}

/* spnav */
#spnav { display: none;}

/* ---------- MAIN ---------------------------------------- */
#main {}

/* ---------- CONTENTS ---------------------------------------- */
#contents {
	min-width: 960px;
}
#contents .area {
	width: 960px;
	margin: 0 auto 100px;
}


/* breadcrumb */
.breadcrumb {
	padding: 40px 0 60px;
}
.breadcrumb ol {}
.breadcrumb ol li {
	float: left;
	font-size: 11px;
}
.breadcrumb ol li a {
	color: #000;
	margin-right: 8px;
	-webkit-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;  
}
.breadcrumb ol li a:hover { color: #757575;}
.breadcrumb ol li a:after {
	font-family: FontAwesome;
	content: '/';
	padding-left: 8px;
	font-size: 11px;
	color: #000;
}

.breadcrumb ol li a span {text-decoration: underline;}
.breadcrumb ol li:hover a span {text-decoration: none;}


/* ---------- FOOTER ---------------------------------------- */
#footer {
	background-color: #EEEEEE;
	padding: 5px;
}
#footer .inner {
  border: solid 1px #AAAAAA;
	padding: 50px 0 35px;
}


#footer-top {
	position: relative;
	border-bottom: solid 1px #AAAAAA;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#footer-top .left-area {
	float: left;
	margin-right: 50px;
}
#footer-top .left-area .foot-logo { margin-bottom: 15px;}
#footer-top .left-area .foot-logo .en {
	font-size: 12px;
	vertical-align: sub;
	margin-left: 15px;
}
#footer-top .left-area p {letter-spacing: 0.07em;}
#footer-top .footnav {padding-top: 10px;}
#footer-top .footnav ul {}
#footer-top .footnav ul li {
	line-height: 120%;
	margin-bottom: 10px;
}

#footer-top .footnav ul li a {
	color: #000;
	font-size: 13px;
	-webkit-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;  
}
#footer-top .footnav ul li a:before {
	content: '〉';
	font-size: 13px;
	font-weight: 500;
}
#footer-top .footnav ul li a:hover { color: #757575;}

#footer-top .banner {
	position: absolute;
	bottom: 25px;
	right: 0;
}


#footer-end {}
#footer-end ul {}
#footer-end ul li {
	float: left;
}
#footer-end ul li:after {
	content:'';
	border-right: solid 1px #AAA;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
}
#footer-end ul li:last-child:after {	border-right: none;}

#footer-end ul li a {
	color: #000;
	font-size: 12px;
	padding: 0 15px;
	-webkit-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;  
}
#footer-end ul li:first-child a { padding-left: 0 !important;}
#footer-end ul li a:hover { color: #757575;}

#footer-end .logo-isms {
	float: right;
	margin-top: -12px;
}
#footer-end .logo-isms img {
	width: 112px;
	height: auto;
}
#footer-end .logo-isms span {
	display: block;
	font-size: 9px;
	font-family: Tahoma, sans-serif;
	text-align: center;
	letter-spacing: 0.03em;
	padding-top: 2px;
}
#footer-end .copyright {
	clear: both;
	overflow: hidden;
	padding-top: 20px;
	font-size: 11px;
	font-weight: 300;
	line-height: 180%;
	text-align: right;
}


#pagetop {
	position: absolute;
	top: 0;
	right: 0;
}




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

	body,td,th,h1,h2,h3,h4,h5,h6,p,dt,dd,li {
		font-size: 13px;
	}
	p, th, td, dt, dd, address {
		font-size: 13px;
	}


	/* ---------- CONTAINER ---------------------------------------- */
	#container {
		min-width: 100%;
		position: relative;
	}

	/* ---------- BOX ---------------------------------------- */
	.box {
		width: auto;
		margin: auto;
	}


	/* ---------- HEADER ---------------------------------------- */

	#header {}

	#header .head-top .pco {font-size: 9px;}
	#header .head-top .subnav-area .textresizer li a {
		font-size: 12px;
		padding: 0px 7px;
	}
	#header .searchform ,
	#header .snsnav ,
		#header .contact { display: none;}

	#header .head-top {padding-top: 13px;}
	#header .head-top .subnav-area {
		top: 10px;
		left: 3%;
		right: inherit;
	}
	.gnav li {
		display: none;
		background-image: none;
	}
	.gnav li.logo {
		display: block !important;
		width: auto;
	}
	.gnav li.logo img {
		width: 65px;
	}


	.fixed-gnav-area { display: none;}

	/* spnav */
	#rwdMenuWrap #spnav {
		display: block;
		border: solid 1px #AAAAAA;
		box-sizing: border-box;
		overflow: hidden;
	}
	


	/* btn-spnav */ 
	#menuOverlay {
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		display: none;
		position: fixed;
		z-index: 9997;
	}

	#switchBtnArea {
	}

	#switchBtnArea #switchBtn {
		top: 0;
		right: 0;
		width: 70px;
		height: 70px;
		display: block;
		background: #FFF;
		position: fixed;
		z-index: 9998;
	}

	#switchBtnArea #switchBtn span {
		right: 0;
		left: 0;
		margin: auto;
		width: 50%;
		height: 1px;
		display: block;
		position: absolute;
		background-color: #000;
		transition: all 0.1s linear;
	}
	#switchBtnArea #switchBtn span:nth-of-type(1) {
		top: 17px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	#switchBtnArea #switchBtn span:nth-of-type(2) {
		top: 28px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	#switchBtnArea #switchBtn span:nth-of-type(3) {
		bottom: 30px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	#switchBtnArea #switchBtn.btnClose {
		background: #FFF;
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
		top: 24px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
		bottom: 44px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#switchBtnArea #switchBtn p.en {
		font-size: 10px;
		text-align: center;
		position: absolute;
		left:  0;
		right: 0;
		bottom: 11px;
		line-height: 150%;
		margin-bottom: 0;
	}
	#rwdMenuWrap {
		top: 0;
		right: -240px;
		width: 240px;
		height: 100%;
		background: #EEEEEE;
		overflow: auto;
		position: fixed;
		z-index: 9999;
		padding: 4px;
		box-sizing: border-box;
	}




	#spnav .searchform {}
	#spnav .searchform form {
		overflow: hidden;
		margin: 25px 20px 40px;
	}
	#spnav .searchform .text {
		position: relative;
		display: block;
		float: left;
		background-color: #EEEEEE;
		border-bottom: 1px solid #616161;
		border-top-style: none;
		border-right-style: none;
		border-left-style: none;
		box-sizing: border-box;
		display: block;
		width: 165px;
		height: 27px;
		padding: 2px 6px;
		color: #9e9e9e;
		font-size: 12px;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
	}
	#spnav .searchform .text:before {}
	#spnav .searchform .text:after {}
	#spnav .searchform .image {
		float: left;
		display: block;
		width: 18px;
		height: 18px;
		cursor: pointer;
		margin-top: 5px;
		margin-left: 7px;
	}






	.sp-gnav {
		margin: 0 auto 30px;
		border-bottom: solid 1px #AAAAAA;
	}

	.sp-gnav .index a {
		display: block;
		color: #000;
		text-decoration: none;
	line-height: 1;
		padding: 18px 20px;
	}

	.sp-gnav label {
		font-size: 14px;
	display: block;
	line-height: 1;
		background-color: #EEEEEE;
		border-top: solid 1px #AAAAAA;
		cursor :pointer;
		position: relative;
	}
	.sp-gnav label.serv ,
	.sp-gnav label.comp {
		padding: 18px 20px;
	}

	.sp-gnav label:after{
	position:absolute;
		top: 18px;
		right: 12px;
		color: #221714;
	content: "〉";
	}
	.sp-gnav input#serv:checked ~ label.serv ,
	.sp-gnav input#comp:checked ~ label.comp {
		border-bottom: solid 1px #AAAAAA;
	}
	.sp-gnav input#serv:checked ~ label.serv::after ,
	.sp-gnav input#comp:checked ~ label.comp::after {
		top: 23px;
		right: 16px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	}
	.sp-gnav label span {
		font-size: 11px;
		margin-left: 15px;
	}

	.sp-gnav input {
		display: none;
	}

	.sp-gnav .sub-link {
		padding: 0 20px;
		background-color: #F5F5F5;
		list-style: none;
	}

	.sp-gnav .sub-link li {
	max-height: 0;
	overflow-y: hidden;
	-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	.sp-gnav .sub-link li a {
		border-bottom: solid 1px #AAAAAA;
		font-size: 13px;
	display: block;
		padding: 15px 20px 15px 0;
	color: #333;
	}
	.sp-gnav .sub-link li:last-child a {	border-bottom: none;}

	.sp-gnav .sub-link li a:before {
		content: '〉';
		font-size: 13px;
		font-weight: 500;
	}

	.sp-gnav #serv:checked ~ #serv li,
	.sp-gnav #comp:checked ~ #comp li {
		max-height: 55px;
	opacity: 1;
	}



	#spnav .back-btn {
		background-color: #FFF;
		max-width: 190px;
		margin: 0 20px 20px;
	}
	#spnav .back-btn a {padding: 11px 30px;}
	#spnav .back-btn a:after {top: 13px;}


	#spnav .snsnav { margin: 0 20px 50px;}
	#spnav .snsnav li {
		float: left;
		margin-right: 15px;
	}
	#spnav .snsnav li a {
		color: #000;
		font-size: 18px;
	}
			
			
	/* ---------- main ---------------------------------------- */
	#main {}



	/* ---------- CONTENTS ---------------------------------------- */
	#contents {
		min-width: auto;
	}

	#contents .area {
		width: auto ;
		margin: 0 5% 60px;
	}

	/* breadcrumb */
	.breadcrumb {
		padding: 20px 5% 30px;
		overflow: hidden;
	}
	.breadcrumb ol li {font-size: 10px;}
	.breadcrumb ol li a {margin-right: 3px;}



	/* ---------- FOOTER ---------------------------------------- */

	#footer .inner {
		padding: 35px 7% 60px;
		position: relative;
	}
	#footer-top {
		position: static;
		padding-bottom: 20px;
		margin-bottom: 25px;
	}
	#footer-top .left-area {
		float: none;
		margin-right: 0;
	}
	#footer-top .left-area .foot-logo {margin-bottom: 15px;}
	#footer-top .left-area .foot-logo img { width: 110px; height: auto;}
	#footer-top .left-area .foot-logo .en {
		font-size: 10px;
		margin-left: 10px;
	}
	#footer-top .footnav {padding-top: 0px;}
	#footer-top .footnav ul li {margin-bottom: 8px;}
	#footer-top .footnav ul li a {font-size: 11px;}
	#footer-top .footnav ul li a::before {
		font-size: 11px;
	}
	#footer-top .banner {
		position: relative;
		bottom: inherit;
		right: inherit;
		width: 180px;
		margin-top: 18px;
	}
	#footer-top .banner img {
		width: 100%;
		height: auto;
	}
	#footer-end ul {overflow: hidden;}
	#footer-end ul li a {
		font-size: 11px;
		padding: 0 10px;
	}
	#footer-end .logo-isms {
		float: none;
		margin-top: 16px;
	}
	#footer-end .logo-isms img {
		width: 112px;
		height: auto;
		text-align: left;
	}
	#footer-end .logo-isms span {
		display: block;
		font-size: 9px;
		text-align: left;
	}
	#footer-end .copyright {
		float: none;
		font-size: 10px;
		padding-top: 16px;
		text-align: left;
	}


	#pagetop {
		position: fixed;
		top: auto;
		right: 20px;
		bottom: 20px;
	}






}


