body {
 color: #000;
 word-break: break-all;
}
img {
	width: 100%;
}
.only-sp {
	display: none;
}
.only-tb {
	display: none;
}
.only-tb_sp {
  display: none;
}
#contents {
	background-color: #f6f6f6;
	padding-bottom: 65px;
	/*display: none;*/
}

/*
@media screen and (max-width:960px){
	body {
		position: relative;
		overflow-x: hidden;
	}
	img {
    max-width:100%;
    }
  .only-tb {
		display: block;
	}
	.only-sp {
		display: none;
	}
  .only-pc_tb {
		display: block;
	}
  .only-tb_sp {
		display: block;
	}
}
*/

@media screen and (max-width:960px){
	/* body {
		font-size: 75%;
	} */
	.only-pc {
		display: none;
	}
	.only-tb {
		display: block;
	}
  .only-pc_tb {
		display: block;
	}
	.only-sp {
		display: none;
	}
  .only-tb_sp {
		display: block;
	}
}

@media screen and (max-width:600px){
	/* body {
		font-size: 75%;
	} */
	.only-pc {
		display: none;
	}
	.only-tb {
		display: none;
	}
  .only-pc_tb {
		display: none;
	}
	.only-sp {
		display: block;
	}
  .only-tb_sp {
		display: block;
	}
}

/*----------------------------
header
-----------------------------*/

#head  {
	z-index:999999;
	background-color:#FFFFFF;
	position:relative;
}
#top-bar  {
	width: 100%;
	margin: auto;
	display:table;
	position: relative;
}
#top-bar h1 {
    position: absolute;
    z-index: 10;
}
#top-bar h1 a {
    background-color: #135fab;
    display: block;
	width: 58px;
	padding: 0px 16px;
	line-height: 142px;
}
/*#top-bar h1 a {
    background-color: #135fab;
    display: block;
    width: 44px;
    padding: 33px 23px;
}*/
#top-bar h1 img {
	width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
	vertical-align:middle;
}
#top-bar h1 img:hover,
#top-bar p img:hover {
	opacity:0.70;
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  -ms-filter: "alpha(opacity=70)";
}
#top-bar h1 .pc-only {
	display:block;
}
#top-bar h1 .sp-only {
	display:none;
}
#top-bar p {
	width: 270px;
    margin-left: 110px;
	margin-top:3px;
}
#subnav {
	display: table-cell;
	text-align: right;
	font-size: 13px;
	color: #999999;
	vertical-align:middle;
	    width: 481px;
    position: relative;
}
#subnav li.icon {
    position: absolute;
    z-index: 1;
    width: 30px;
    top: 50%;
    margin-top: -15px;
}
#subnav li.icon a {
    display: block;
}
#subnav li.icon a:hover {
    opacity: 0.8;
}
#subnav li.icon.tw {
    left: -125px;
}
#subnav li.icon.fa {
    left: -85px;
}
#subnav li.icon.ip {
    left: -45px;
}
#subnav a:link,
#subnav a:visited {
	text-decoration:none;
}

#subnav a:hover {
	text-decoration:underline;
}

#subnav li {
	text-align: center;
    width: 50%;
    float: left;    
}
#subnav li:nth-child(4) a {
	/*border-left: 1px solid #efefef; */
    position: relative;
    display: block;
    /* padding-left: 24px; */
    /* padding-right: 24px; */
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #8fb3d7;
    color: #fff;
    /* width: 50%; */
}
#subnav li:nth-child(4) a:hover {
	text-decoration: none;
	background-color: #c7d9eb;
	color: #719dca;
	transition: .8s;
}
#subnav li:nth-child(5) a {
	/* border-left: 1px solid #efefef; */
    position: relative;
    display: block;
    /* padding-left: 24px; */
    /* padding-right: 24px; */
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #135fab;
    color: #fff;
    /* width: 50%; */
}
#subnav li:nth-child(5) a:hover {
	text-decoration: none;
	background-color: #719dca;
	transition: .8s;
}
#gnav {
	display: block;
	font-size: 15px;
	padding-left: 90px;
	border-top-width: 1px;	
	border-top-style: solid;
	border-top-color: #efefef;
	/*
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #efefef;
	*/
	position:relative;
}
#gnav ul#mega  {
	display: table;
    table-layout: fixed;
    width:100%;
    /* max-width: 1000px; */
    /* padding-left: 90px; */
    margin: auto;
}
#gnav .other {
	display:none;
}

#gnav li {
	display: table-cell;
	text-align:center;
}
#gnav li.icon {
    display: none;
}
#gnav li a.btn {
	display:block;
	color:#333333;
	text-decoration:none;
	padding-bottom: 20px;
    padding-top: 23px;
	border-bottom: 5px solid #fff;
	-webkit-transition: all .1s;
	transition: all .1s;
	    font-weight: bold;
}
#gnav li a span {
	display: block;
    font-size: 65%;
    padding-top: 8px;
    color: #135fab;
	font-weight: bold;
}
#gnav li a.mm-item-link-hover {
	border-bottom: 5px solid #135FAB;
}
#gnav .menu {
    position: absolute;
    left: 0;
	right: 0;
	background-color: #FFF;
	padding-top: 42px;
	z-index: 9999999;
	background-color: #ebebeb;
	box-shadow: 0px 9px 5px -5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 9px 5px -5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 9px 5px -5px rgba(0,0,0,0.3);
	border-top:1px #efefef solid;
	display:none;
}
#gnav .menu .mm-content-base {
	max-width: 980px;
    margin: 0 auto; 
}
#gnav .environment .menu .mm-content-base {
	max-width: 1100px;
    margin: 0 auto;
	width:96%;
}
#gnav .new_graduate .menu {
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: none;
}
#gnav .new_graduate .menu .mm-content-base {
	display: none;
}
#gnav li.over:hover > a.btn  {
	background-color:#fff;
	position:relative;
}
#gnav li.over:hover > a.btn:after {
	border-bottom: 5px solid #135fab;
	z-index:9999999999;
}
#gnav li.over:hover > a.no-arrow:after {
	display:none;
}

#gnav .menu .sp-disp {
	display:none;
}

#gnav .menu span {
	text-align:left;
	font-size:17px;
	font-weight:bold;
	display:block;
	margin-bottom:20px;
	max-width:1000px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
#gnav .menu span.sp-trigger {
	display:none;
}
#gnav .menu ul {
	letter-spacing: -0.4em;
	text-align:left;
	display:block;
}
#gnav .menu ul.req {
	display:block !important;
}
#gnav .menu ul li {
	letter-spacing:normal;
	display:inline-block;
	margin-bottom: 33px;
	vertical-align:top;
}
#gnav .menu ul li a {
	display:block;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	-webkit-transition: ease .2s;
	transition: ease .2s;
}
#gnav .menu ul li a:hover {
	text-decoration: underline;
	-webkit-transition: ease .2s;
	transition: ease .2s;
}
/*
#gnav .company .menu ul li {
	letter-spacing: normal;
    margin-right: 16px;
    width: 150px;
}
*/
#gnav .service .menu ul li,
#gnav .mid_career .menu ul li,
#gnav .interview .menu ul li{
	letter-spacing: normal;
    margin-right: 1%;
    margin-left: 1%;
    width: 23%;
}
#gnav .company .menu ul li ,
#gnav .environment .menu ul li {
	letter-spacing: normal;
    width: 23%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:15px;
}



#gnav .menu ul li:last-child {
	margin-right:0px;
}
#gnav .menu ul li.no-mdr {
	margin-right:0px;
}
#gnav .menu .btn-img img {
	-moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
	width:100%;
}
#gnav .menu .btn-img {
	overflow:hidden;
}
#gnav .menu a:hover img {
 -webkit-transform: scale(1.5);
 -moz-transform: scale(1.5);
 -ms-transform: scale(1.5);
 -o-transform: scale(1.5);
}
#gnav .menu p {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.3;
    letter-spacing: 0.1em;
	font-size: 100%;
}
#gnav .menu p:before {
	content: '';
    display: inline-block;
    position: relative;
    top: 2px;
    right: 7px;
    width: 16px;
    height: 16px;
    background: url(../images/gnav_arrow.png) no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
}
#gnav li.active a.btn {
	background-color:#005952;
	color:#FFFFFF;
}
/*
#gnav li.active a.btn:hover .car {
	background-color:#00000;
	color:#FFFFFF;
}
*/
#gnav .sns-btn {
	display:none;
}
#gnav .sub-btn {
	display:none;
}
/*
@media screen and (max-width:1000px){
img{
max-width: 100%;
height: auto;
}
#top-bar  {
	width: 94%;
	padding-left:3%;
	padding-right:3%;
}
}


@media screen and (max-width:860px){
#gnav {
	font-size: 90%;
}
}
*/

@media screen and (max-width:960px){
	
.link-btn:after {
	background-image: url(../images/link_arrow_2x.png);
	background-size:7px;
	right:8px;
	margin-top: -7px;
} 

#head {
	width: 100%;
	height: 70px;
	transition: all .4s;
	border-bottom: 1px solid #CCCCCC;
}
#top-bar h1 .pc-only {
	display:none;
}
#top-bar h1 .sp-only {
	display:block;
}
#top-bar  {
	width: 100%;
    margin: auto;
    display: table;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: #ffffff;
    z-index: 99999;
    position: fixed;
    /* padding-left: 3%; */
    height: 58px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#top-bar h1 a {
    width: 32px;
    padding: 13px 13px;
	background-color: #ffffff;
	line-height: 1;
}
#top-bar p {
	margin-left: 58px;
	line-height: 36px;
	margin-top: 0px;
}
#gnav li.over:hover > a.btn  {
	background-color: transparent;
	color:#333333;
}
#gnav .other {
	display:block;
}
#gnav .sub-btn {
	/*border-top:2px #cccccc solid;*/
	background-color: rgba(143, 179, 215, 0.5);
}
#gnav .sub-btn li{
	display:block;
}
#gnav .sub-btn li a {
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	font-size:90%;
	position:relative;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	text-align:left;
	border-bottom:1px #dae4ec solid;
}
#gnav .sub-btn li a:after {
	position: absolute;
 	top: 50%;
 	right: 15px;
 	display: block;
 	content: '';
 	width: 12px;
 	height: 12px;
 	margin-top: -7px;
 	border-top: 1px solid #8C8279;
 	border-right: 1px solid #8C8279;
 	-webkit-transform: rotate(45deg);
 	transform: rotate(45deg);
}
#gnav .sub-btn li a:hover {
	background-color:transparent;
	color:#333333;
}
#gnav .company .menu ul li,
#gnav .service .menu ul li,
#gnav .mid_career .menu ul li,
#gnav .environment .menu ul li,
#gnav .interview .menu ul li{
    width: 100%;
	margin-bottom: 0%;
	margin-left:0;
	margin-right:0;
}
#gnav .menu {
    position: static;
	display:block !important;
	box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  opacity: 1 !important;
  padding:0px;
  background-color:transparent;
  border-top: 1px #f7f7f7 solid;
}
#gnav .company .menu {
	border-top: none;
}
#gnav .menu .mm-content-base {
	margin-left: 0%;
    margin-right: 0%;
	height: 100%;
}
#gnav .environment .menu .mm-content-base {

	width:100%;
}
#gnav .menu span.pc {
	display:none;
}
#gnav .menu .sp-disp {
	display: block;
}
#gnav .menu span.sp-trigger {
	display:block;
	margin-bottom:0;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:10px;
	padding-right:10px;
	font-size:100%;
	position:relative;
	width:auto;
	color: #135fab;
	max-width:auto;
	cursor:pointer;	 
}
#gnav .menu span.sp-trigger:after {
	position: absolute;
 	top: 50%;
 	right: 15px;
 	display: block;
 	content: '';
 	width: 12px;
 	height: 12px;
 	margin-top: -7px;
 	border-top: 1px solid #8C8279;
 	border-right: 1px solid #8C8279;
 	 -webkit-transform-style: preserve-3d;
 -ms-transform-style: preserve-3d;
 -o-transform-style: preserve-3d;
 transform-style: preserve-3d;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: rotate(135deg);
 	transform: rotate(135deg);
}
#gnav .menu span.sp-trigger.active:after {
	-webkit-transform: rotate(-45deg);
 	transform: rotate(-45deg);
	margin-top: -6px;

}
#gnav .menu span { 
}
#gnav .menu ul {
	letter-spacing: normal;
	display:none;
}
#gnav .menu ul li {
	display:block;
	margin-right:0%;
	margin-left:0%;
	width:100%;
	margin-bottom:0%;
	vertical-align: middle;
	border:none;
	background-color: #fff;
}
#gnav .menu ul li a {
	border-top:1px #efefef solid;
	background-color: rgba(240, 240, 240, 0.4);
	position:relative;
}
#gnav .menu ul li a:after {
	position: absolute;
 	top: 50%;
 	right: 15px;
 	display: block;
 	content: '';
 	width: 12px;
 	height: 12px;
 	margin-top: -7px;
 	border-top: 1px solid #8C8279;
 	border-right: 1px solid #8C8279;
 	-webkit-transform: rotate(45deg);
 	transform: rotate(45deg);
}
#gnav .menu .btn-img {
	overflow:hidden;
	display:none;
}
#gnav .menu p {
	background-image: none;
	padding-left:0;
	padding-right:0;
	padding-top:13px;
	padding-bottom:13px;
	margin-left:20px;
	line-height:1.3;
	font-size:100%;
	font-weight:normal;
	text-align: left;
}
#gnav .new_graduate .menu .mm-content-base {
	display: block;
	border-top: 1px solid #f7f7f7;
}
#gnav .new_graduate .menu p {
	margin-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}
#gnav .new_graduate .menu p a {
	font-weight: bold;
	color: #135fab;
	text-decoration: none;
	display: block;
	padding-top: 13px;
    padding-bottom: 13px;
}
#gnav .new_graduate .menu p:before {
	background: none;
	width: 0px;
	display: none;
}
#gnav .new_graduate .menu p:after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    margin-top: -7px;
    border-top: 1px solid #8C8279;
    border-right: 1px solid #8C8279;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#subnav {
	display: none;
}
#gnav ul#mega {
	display:block;
	overflow: auto;
	position: fixed;
    height: 100%;
	margin: 58px 0;
	padding-bottom: 150px;
}
#gnav li.over {
	display: block;
	text-align: left;

}
#gnav li:last-child {
	border-bottom: none;
}
#u-car #gnav li a.btn.u-car {
    background-color: transparent;
    color: #333333;
}
#gnav li a.btn {
	display:none;
}
#gnav li a.btn.link {
	display:block;
	padding:0;
	border-top:1px #cccccc solid;
}
#gnav li a.btn.link span {
	display:block;
	margin-bottom:0;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	font-size:110%;
	position:relative;
	width:auto;
	max-width:auto;
	cursor:pointer;
}
#gnav li a.btn.link span:after {
	position: absolute;
 	top: 50%;
 	right: 15px;
 	display: block;
 	content: '';
 	width: 12px;
 	height: 12px;
 	margin-top: -7px;
 	border-top: 1px solid #8C8279;
 	border-right: 1px solid #8C8279;
 	-webkit-transform: rotate(45deg);
 	transform: rotate(45deg);
}
#gnav li.icon {
    display: block;
    margin-top: 30px;
}
#gnav li.icon a {
    display: inline-block;
    width: 40px;
    margin-left: 7px;
    margin-right: 7px;
    border-bottom: none ;
}
#gnav li.icon a:aftter 
body.overflow-hidden {
  /*overflow: hidden;
  position: fixed;
  height: 100%;*/
}
/*
html, body {
  height: 100%;
}
*/
.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(2, 23, 37, 0.95);
  height: 50px;
  width: 100%;
  z-index: 99999999;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-secondary-nav {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10em;
  display: none;
}
.cd-secondary-nav li {
  display: inline-block;
  margin-left: 2.2em;
}
.cd-secondary-nav a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}
.cd-primary-nav-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 115%;
  width: 57px;
  background-color: #135fab;
  z-index: 999999;
}
.cd-primary-nav-trigger .cd-menu-text {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  display: none;
}
.cd-primary-nav-trigger .cd-menu-icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 24px;
  height: 2px;
  background-color: white;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: white;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
}
.cd-primary-nav-trigger .cd-menu-icon::before {
  top: -8px;
}
.cd-primary-nav-trigger .cd-menu-icon::after {
  top: 8px;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  background-color: white;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.cd-primary-nav {
	/* by default it's hidden - on top of the viewport */
	/*position: fixed;*/
	left: 0;
	top: 0;
	/*height: 100%;*/
	width: 100%;
	background-color: rgba(236, 236, 236, 0.9);
	z-index: 999;
	text-align: center;
	/*padding: 50px 0;*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: auto;
	/* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.Android .cd-primary-nav {
	height: 0%;
}
.cd-primary-nav li {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-primary-nav .cd-label {
  color: #06446e;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2.4em 0 .8em;
}
.cd-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
body.Android .cd-primary-nav.is-visible {
	height: 100%;
}
}

@media screen and (max-width:600px){
.cd-header {
	height: 47px;
}
#top-bar{
    height: 47px;
}
#top-bar h1 a {
    width: 26px;
    padding: 10px 0 10px 10px;
}
#top-bar p {
    margin-left: 50px;
    line-height: 31px;
	transition: .8s;
	    width: 220px;
}
#top-bar p img {
	width: 90%;
	transition: .8s;
}
.cd-primary-nav-trigger {
	height: 47px;
    width: 47px;
}
.cd-primary-nav-trigger .cd-menu-icon {
	width: 20px;
}
.cd-primary-nav-trigger .cd-menu-icon::before {
	top: -6px;
}
.cd-primary-nav-trigger .cd-menu-icon::after {
	top: 6px;
}
#gnav ul#mega {
	margin: 47px 0;
}
}

/*============================================================
カテゴリーヘッダー
============================================================*/
#category_header {
	width: 100%;
	height: 246px;
	margin: 0 auto;
	background-color: #8fb3d7;
	position: relative;
}
#category_header .inner {
    width: 100%;
    text-align: center;
	position: absolute;
	padding-top: 50px;
}
#category_header .inner h1 {
	color: #fff;
    font-size: 220%;
    letter-spacing: 0.1em;
	margin-bottom: 18px;
}
#category_header .inner h1 span {
	display: block;
    font-size: 32%;
    color: #135fab;
    letter-spacing: 0.08em;
    font-weight: bold;
}
#category_header hr {
	height: 2px;
	width: 4%;
	background: #d9e7f5;
	border: medium none;
}
#breadcrumb {
	max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
}
#breadcrumb ul li {
	display: inline-block;
	color: #000;
	font-size: 90%;
}
#breadcrumb ul li a {
	text-decoration: underline;
}
#breadcrumb ul li + li:before {
	content: '>';
	margin-right: 6px;
	margin-left: 1px;
}
#breadcrumb ul li.home a {
	background-color: #333;
	width: 26px;
	height: 26px;
	display: block;
}
#breadcrumb ul li.home a:hover {
	background-color: #135fab;
}

@media screen and (max-width:960px){	
#category_header {
	margin-top: 47px;
}
}

@media screen and (max-width:600px){
#category_header {
	 height: 135px;
}
#category_header .inner {
	padding-top: 28px;
}
#category_header .inner h1 {
	font-size: 160%;
	margin-bottom: 0px;
	letter-spacing: normal;
}
#category_header hr {
    width: 8%;
}
#breadcrumb {
	display: none;
}
}

/*============================================================
インデックスページ
============================================================*/
.index .inner {
	max-width: 980px;
    margin: 0 auto;
	overflow: hidden;
}
.index ul li {
	float: left;
	padding-bottom: 60px;
	transition: .8s;
}
.index ul li .photo {
	position: relative;
	padding: 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.index ul li .photo img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.index ul li .photo::before,
.index ul li .photo::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.index ul li .photo::before {
	top: 0;
	left: 0;
	border-top: 6px solid #135fab;
	border-left: 6px solid #135fab;
}
.index ul li .photo::after {
	bottom: 0;
	right: 0;
	border-bottom: 6px solid #135fab;
	border-right: 6px solid #135fab;
}
.index ul li a {
	display: block;
}
.index ul li a h3 {
	color: #135fab;
    text-align: center;
    /* font-weight: bold; */
    border-bottom: 1px solid #ededed;
    padding: 5px 0;
    margin: 8px 0;
    font-size: 120%;
}
.index ul li a p {
	font-size: 14px;
    line-height: 24px;
}
.index ul li a:hover {
	text-decoration: none;
}
.index ul li a:hover .photo img {
	opacity: .8;
}
.index ul li a:hover .photo::before,
.index ul li a:hover .photo::after {
	-webkit-transition: all .3s;
    transition: all .3s;
	width: 100%;
	height: 100%;
	border-color: #fff;
}
.index ul li a:hover .photo::before {
	top: 0;
	left: 0;
	border-top: 1px solid #d2e1ef;
	border-left: 1px solid #d2e1ef;
}
.index ul li a:hover .photo::after {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #d2e1ef;
	border-right: 1px solid #d2e1ef;
}
.index ul li a:hover h3 {
	color: #000;
	text-decoration: underline;	
}
.index ul li a:hover p {
	text-decoration: none;
}

@media screen and (max-width:960px){
.index .inner {
	max-width: 90%;
}
}

@media screen and (max-width:600px){
#content.index .bg_white {
    padding-top: 30px;
}
.index ul li {
    padding-bottom: 60px;
    float: none;
    width: 100%;	
}
.index ul li:last-child {
	padding-bottom: 30px;
}
}

/*============================================================
コンテンツ
============================================================*/
#content .bg_gray,
#content .bg_white {
	padding-top: 50px;
	border-bottom: 1px solid #f2f2f2;
}
#content section {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#content section#page_copy {
	max-width: 100%;
}
#content h2 {
	font-size: 23px;
	color: #135fab;
	font-weight: bold;
	text-align: center;
	margin-bottom: 45px;
}
#content h2:before {
	margin:0 16px 0 0;
    content:" ";
    display:inline-block;
    width:9px;
    height:9px;
    background:url(../images/gnav_marker.png); 
	background-repeat: no-repeat;   
    background-size:contain;
    vertical-align:middle;
}
#content h2:after {
	margin:0 0 0 16px;
    content:" ";
    display:inline-block;
    width:9px;
    height:9px;
    background:url(../images/gnav_marker.png); 
	background-repeat: no-repeat;   
    background-size:contain;
    vertical-align:middle;
}
#page_copy {
	background-color: #135fab;
	padding: 45px 0px;
	position: relative;
	margin-bottom: 20px;
}
#page_copy:after {
	content: '';
	position: absolute;
	border-top: 10px solid #135fab;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	bottom: -10px;
	left: 50%;
}
#page_copy .inner {
	max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
#page_copy .inner p {
	color: #fff;
    font-size: 15px;
    line-height: 34px;
	transition: .8s;
}
#page_copy .inner p.title {
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 6px;
    text-align: center;
	margin-left: auto;
    margin-right: auto;
	transition: .8s;
}
#page_copy .inner p.title span {
	display: block;
}
#content .bg_gray {
	background-color: #f3f3f3;
}
#content .bg_white {
	background-color: #fff;
}

@media screen and (max-width:960px){	
#page_copy {
	padding: 20px;
}
#page_copy .inner p.title {
	/*margin-bottom: 18px;*/
}
}
@media screen and (max-width:600px){
#content .bg_gray,
#content .bg_white {
	padding-top: 30px;
}
#content h2 {
	font-size: 18px;
	margin-bottom: 20px;
}
#page_copy {
    padding: 10px;
}
#page_copy .inner p.title {
	font-size: 15px;
	line-height: normal;
	font-family: '新ゴR', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "メイリオ",Meiryo,  Verdana, 'ＭＳ Ｐゴシック',sans-serif;
	width: 90%;
}
#page_copy .inner p.title span {
	display: inline;
}
#page_copy:after {
	bottom: -10px;
    left: 45%;
}
}


/*============================================================
バナー
============================================================*/
#banner {
	background-color: #f2f2f2;
    padding: 20px 0;
	
	
}
#banner .slide-box {
	max-width: 980px;
	margin:auto;
	width:90%;
	
}
#banner a {
	background-color:#fff;
	padding:7px;
	border:#ccc solid 1px;
	display:block;
}
#banner a:hover {
	text-decoration:none;
	opacity: .75;
}
#banner ul {
	margin-left:-10px;
	margin-right:-10px;
}
#banner li {
	margin-left:10px;
	margin-right:10px;
}
#banner li .photo {
	width:70px;
	float:left;
	margin-right:7px;
}
#banner li dl {
	font-size:70%;
	line-height:1.5;
	overflow:hidden;
	padding-right:3px;
}
#banner li dt {
	font-weight: bold;
	font-size: 115%;
	margin-bottom: 3px;
	margin-top: 5px;
	background-image: url(../images/icon_blank.png);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: right 3px;
	display:inline-block;
	padding-right:18px;
}
#banner li dt.no-blank {
	background-image: none;
}

.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@media screen and (max-width:768px){
#banner ul {
	margin-left:0px;
	margin-right:0px;
}
}
@media screen and (max-width:540px){
#banner .slide-box {
	width:90%;
	
}
}
@media screen and (max-width:480px){
.slide-box {
    width: 87%;
}
#banner li .photo {
    width: 60px;
}
#banner li dl {
	font-size:67%;
	padding-right:1px;
}

}
/*============================================================
ページトップ・フッター
============================================================*/
#pagetop {
	background-color: #333;
	padding: 12px 0;
	text-align: center;
}
#pagetop a {
	color: #fff;
	width: 100%;
	display: block;
	background-image: url(../images/arrow_pagetop.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 24px 14px;
	padding-top: 22px;
	font-size: 14px;
	cursor: pointer;
}
#pagetop a:hover {
	filter: alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
	text-decoration: none;
}
@media screen and (max-width:960px){
	#pagetop a {
	padding-top: 16px;
    font-size: 13px;
}
}

#foot_navi {
	text-align: center;	
	padding: 25px 0;
}
#foot_navi li {
	display:inline;
	font-size: 14px;
}
#foot_navi li + li:before {
	content: '/';
	margin-right: 6px;
	margin-left: 1px;
}
#foot_navi li a {
	text-decoration: none;
	color: #000;
}
#foot_navi li a:hover {
	text-decoration: underline;
}

footer {
	background-image: url(../images/bg_footer.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #4c4c4c;
}
footer .inner {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 0;
	letter-spacing:-0.4em;
}
footer section {
	position: relative;
	vertical-align:top;
	letter-spacing:normal;
	overflow: hidden;
	margin-bottom: 40px;
}
footer section h2 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}
footer section p {
	color: #fff;
    font-size: 13px;
    line-height: 2.3;
}
footer section hr + p {
	margin-bottom: 15px;
}
/*
footer section p.tel a {
	pointer-events : none;
	color: #fff;
}
*/
footer section hr {
	height: 1px;
    width: 30px;
    background: #7f8181;
    border: medium none;
    position: absolute;
	top: 25px;
    left: 0;
}
footer section .title {
	width: 250px;
    float: left;
}
footer section .data {
    float: left;
}
footer section.company .data {
	width: 320px;
}
footer section.company ul {
	float: right;
    width: 410px;
	padding-top: 8px;
}
footer section li.btn {
	float: left;
    margin-left: 5px;
	
}
/*
footer .company,
footer .security {
	width: 100px;
}
*/
footer li.company a {
	display: block;
    background-color: #135fab;
    padding: 16px 0;
    width: 200px;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
    color: #fff;	
}
footer li.contact a {
	display: block;
    background-color: #333;
    padding: 16px 0;
    width: 200px;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
    color: #fff;	
}
footer li.company a:hover,
footer li.contact a:hover {
	text-decoration: none;
	box-shadow: none;
	background-color: rgba(255, 255, 255, 0.4);
}
footer .security ul {
    background-color: #fff;
    border-radius: 3px;
	width: 730px;
  overflow: hidden;
}
footer .security ul li {
    /* display: table-cell; */
    height: 70px;
	width: 14.16%;
    float: left;
    display: block;
    text-align: center;
    padding: 10px 0;
}
footer .security ul li:nth-child(1) {
	border-right: 1px dashed #ccc; 
}
footer .security ul li:nth-child(2) {
	border-right: 1px dashed #ccc; 
}
footer .security ul li:nth-child(3) {
	border-right: 1px dashed #ccc;
}
footer .security ul li:nth-child(4) {
	border-right: 1px dashed #ccc;
}
footer .security ul li:nth-child(4) img {
	width: 76px;
}
footer .security ul li:nth-child(5) {
    border-right: 1px dashed #ccc;
}
footer .security ul li:nth-child(6) {
	border-right: 1px dashed #ccc;
}
footer .security ul li:nth-child(7) {
}
footer .security ul li img {
	width: 68px;
}
#copyright {
	background-color: #fff;
    text-align: center;
    font-size: 11px;
    padding: 20px 0;
}

@media screen and (max-width:960px){
footer {
	background-image: url(../images/bg_footer.jpg);
    background-position: left bottom;
}
footer .inner {
	width: 90%;
}
footer .company,
footer .contact,
footer .security {
    width: 100%;
}
footer section {
    display: block;
    padding-bottom: 25px;
	height: inherit;
}
footer section .title {
    width: 100%;
    float: none;
}
footer section .data {
	float: none;
}
footer section.company .data {
    width: 100%;
	margin-bottom: 10px;
}
footer section.company ul {
    float: none;
    width: 100%;
}
footer section li.btn {
    margin-left: 0px;
    margin-right: 5px;
    width: 200px;
}
/*
footer section p.tel a {
	pointer-events: auto;
}
*/
footer section p.btn {
	right: 0;
    bottom: 25px;
}
footer .security ul {
	overflow: hidden;
	width: 100%;
}
footer .security ul li {
	float: left;
	box-sizing:border-box;
  height: auto;
}
footer .security ul li:nth-child(1) {
	width: 14.26%;
}
footer .security ul li:nth-child(2) {
	width: 14.26%;
}
footer .security ul li:nth-child(3) {
	width: 14.26%;
}
footer .security ul li:nth-child(4) {
	width: 14.26%;
}
footer .security ul li:nth-child(5) {
	width: 14.26%;
}
footer .security ul li:nth-child(6) {
	width: 14.26%;
}
footer .security ul li:nth-child(7) {
	width: 14.26%;
}
}
@media screen and (max-width:600px){
footer {
	background-size: 200%;
}
#foot_navi {
	text-align: left;
	padding: 12px 0;
}
#foot_navi li {
	display: block;
    margin-left: 5%;
    font-size: 14px;
    background-image: url(../images/gnav_arrow.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 24px;
}
#foot_navi li + li:before {
	content: none;
}
footer section p.btn {
	position: static;
}
footer section li.btn {
	width: 100%;
}
footer li.company a,
footer li.contact a {
	width: 100%;
	margin-top: 10px;
}
#copyright {
	width: 90%;
	margin: 0 auto;
	line-height: 150%;
}
footer .security ul li:nth-child(1) {
	width: 33.333333%;
    /* border-bottom: 1px dashed #ccc; */
    border-right: none;
}
footer .security ul li:nth-child(2) {
	width: 33.333333%;
    /* border-bottom: 1px dashed #ccc; */
    border-right: none;
}
footer .security ul li:nth-child(3) {
	width: 33.333333%;
    /* border-bottom: 1px dashed #ccc; */
    border-right: none;
}
footer .security ul li:nth-child(4) {
	width: 25%;
    border-right: none;
}
footer .security ul li:nth-child(4) img {
    width: 82px;
}
footer .security ul li:nth-child(5) {
	width: 25%;
    border-right: none;
}
footer .security ul li:nth-child(6) {
	width: 25%;
    border-right: none;
}
footer .security ul li:nth-child(7) {
	width: 25%;
}
}


/*============================================================
テナント紹介
============================================================*/


/*============================================================
お問い合わせ
============================================================*/
#content .reception_desk {
	margin-bottom: 50px;
	padding: 20px 0;
	border-radius: 3px;
	background-color: #f2f2f2;
	transition: .8s;
}
#content .reception_desk h3 {
	background-color: #135fab;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 3px;
    padding: 5px 0;
    margin: 0 20px 15px 20px;
    text-align: center;
}
#content .reception_desk p {
	margin: 0 20px;
}
#content .reception_desk .tel a {
	color: #000;
	font-weight: bold;
}
/* フォーム */
.form table {
	width: 100%;
    font-size: 95%;
	border-right: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	margin-bottom: 50px;
	transition: .8s;
}
.form table tr {
	border-bottom: 1px solid #e8e8e8;
}
.form table th {
	background-color: #cfdce9;
    padding: 12px;
    width: 25%;
	vertical-align: top;
}
.form table td {
	background-color: #fff;
    padding: 12px 20px;
	vertical-align: top;
}
.form th .required {
	background-color: #d75737;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    padding: 0 8px;
    font-size: 80%;
    margin-left: 15px;
}
.form ul {
    text-align: center;
}
.form .btn {
	transition: .8s;
	padding-bottom: 50px;
}
.form input[type="submit"],
.form input[type="reset"],
.form input[type="button"] {
 width: 220px;	
 color: #FFFFFF;
 padding: 15px 0 15px 0;
 cursor: pointer;
 background-color: #135fab;
 border: 1px solid #ededed;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 font: 15px "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}
.form input[type="submit"]:hover,
.form input[type="reset"]:hover,
.form input[type="button"]:hover {
 background-color: #fff;
 box-shadow: 0px 0px 0px 1px #135fab inset;
 -moz-box-shadow: 0px 0px 0px 1px #135fab inset;
 -webkit-box-shadow: 0px 0px 0px 1px #135fab inset;
 transition: all .3s;
 color: #135fab;
}

.err {
  color: #d75737;
  margin-bottom: 10px;
}


@media screen and (max-width:960px){
/* フォーム */
.form section {
	width: 90%;
}
.form table th {
	width: 38%;
}
}

@media screen and (max-width:600px){
#content .reception_desk h3 {
	margin: 0 10px 15px 10px;
	padding: 5px 8px;
}
#content .reception_desk p {
	margin: 0 10px;
}
/* フォーム */
.form table {
	margin-bottom: 30px;
}
.form table th,
.form table td {
	width: 90%;
	display: block;
	padding: 3% 5%;
}
.form table td {
	width: 90%;
	display: block;
	padding: 3%;
	border-bottom: none;
}
.form .btn {
	padding-bottom: 30px;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form input[type=""],
.form textarea {
	width: 97%;
}
.form input[type="submit"],
.form input[type="reset"],
.form input[type="button"] {
	width: 100%;
	margin-bottom: 0px;
}
}

#error header #page_navi h1 {
 background: url(../images/category_icon_error.png) no-repeat left center;
 -webkit-background-size: 38px 38px;
 background-size: 38px 38px; 
}
#error #main #index {
	padding-top: 35px;
	padding-right: 15px;
	padding-bottom: 35px;
	padding-left: 15px;
}
#error #index h3 {
	color: #333;
	font-weight: bold;
	margin-bottom: 25px;
}
#error #index .mdb {
	margin-bottom: 25px;
}
#error #main #index a {
	text-decoration: underline;
}
#error #main #index a:hover {
	text-decoration: none;
}
@media screen and (max-width:640px){
#error #index h3 {
	color: #333;
	font-weight: bold;
	margin-bottom: 25px;
	font-size:90%;
}
#error #index p {
	font-size:75%;
}
}


/*============================================================
slick
============================================================*/
.slick-loading .slick-list{background: #fff url('./ajax-loader.gif') center center no-repeat;}
@font-face{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');}
.slick-prev,.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center center;
}
.slick-prev{
	background-image: url(../images/bg_arrow_left.png);
}
.slick-next{
	background-image: url(../images/bg_arrow_right.png);
}


.slick-prev{
    left: -25px;}
[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;}
.slick-prev:before{
    content: '←';}
[dir='rtl'] .slick-prev:before{
    content: '→';}
.slick-next{
    right: -25px;
}
[dir='rtl'] .slick-next{
    right: auto;
    left: -25px;
}
.slick-next:before{
    content: '→';
}
[dir='rtl'] .slick-next:before{
    content: '←';
}
.slick-dotted.slick-slider{
    margin-bottom: 30px;
}
.slick-dots{
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
   background-color:#135fab;
   border-radius:40px;
}
.slick-dots li button:hover,.slick-dots li button:focus{
    outline: none;
}
.slick-dots li button:hover:before,.slick-dots li button:focus:before{
    opacity: 1;
}

.slick-dots li.slick-active button:before{
    opacity: .75;
    color: black;
}
@media screen and (max-width:540px){
.slick-next {
    right: -18px;
}
.slick-prev {
    left: -18px;
}
.slick-prev,.slick-next{
	background-size:10px;
}
}
@media screen and (max-width:480px){

.slick-next {
    right: -15px;
}
.slick-prev {
    left: -15px;
}
}
