@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:400');
@import url('https://fonts.googleapis.com/css?family=Poppins:700');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
html {
	font-size: 62.5%;
}
body {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.5;
	font-size: 14px;
	font-size: 1.4rem;
	color: #000;
	background: #f5f5f5;
	-webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 960px) {
	body {

	}
}
a:link, a:hover,
a:visited,
a:active {
	color: #005bac;
	text-decoration: none;
}
.radius {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.Poppins {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
.Poppins-bold {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fix{
	width: 100%;
	height: auto;
}
.panel-hover .img {
	display: block;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	opacity: 1;
}
.panel-hover .hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0.7;
}
@media only screen and (max-width: 960px) {
	.panel-hover .img {
		transition: none;
	}
	.panel-hover .hover {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
.panel-hover .img img {
	width: 100%;
	height: auto;
}
.fig-right {
	float: right;
	margin: 0 0 15px 15px;
}

/* ----------*/
#page-bg {
	max-width: 940px;
	margin: 0 auto;
	background-color: #fff;
}
@media only screen and (max-width: 960px) {
	#page-bg {
		max-width: 100%;
	}
}

/* ----------*/
header {
	position: relative;
	max-width: 890px;
	min-height: 95px;
	margin: 0 auto;
	padding: 25px 25px;
}
header h1 {
	width: 30%;
	height: 40px;
	margin: 0;
	padding: 0 0 15px 0;
}
@media only screen and (max-width: 960px) {
	header {
		width: 100% !important;
		min-height: auto;
		padding: 25px 0 0 0;
	}
	header h1 {
		width: 35%;
		height: auto;
		margin: 0;
		padding-left: 2.5%;
	}
}
@media only screen and (max-width: 460px) {
	header h1 {
		width: 50%;
		height: auto;
		margin: 0;
	}
}

/* グローバルメニュー */
header #nav-global-menu {
	display: none;
}
header #nav-global-area {
	position: absolute;
	display: block;
	top: 80px;
	z-index: 1000;
	padding: 0;
}
#home header #nav-global-area {
	top: 370px;
	padding: 0 15px;
}
header #nav-global {
	position: relative;
	display: block;
	width: 888px;
	height: 63px;
	overflow: hidden;
	border: 1px solid #d4d9dc;
	background: #efefef;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d3d3d4), color-stop(0.70, #efefef), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #efefef 70%, #d3d3d4 100%);
	background: -moz-linear-gradient(top, #fff 0%, #efefef 70%, #d3d3d4 100%);
	background: -o-linear-gradient(top, #fff 0%, #efefef 70%, #d3d3d4 100%);
	background: -ms-linear-gradient(top, #fff 0%, #efefef 70%, #d3d3d4 100%);
	background: linear-gradient(to bottom, #fff 0%, #efefef 70%, #d3d3d4 100%);
	z-index: 1001;
}
#home header #nav-global {
	width: 858px;
}
header #nav-global > ul {
	margin: 0;
	padding: 0;
}
header #nav-global > ul > li {
	float: left;
	font-size: 1.4rem;
	text-align: center;
	padding: 15px 0 0 0;
	height: 48px;
	border-right: 1px solid	#d4d9dc;
}
header #nav-global > ul > li.active,
header #nav-global > ul > li:hover {
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff), color-stop(0.30, #efefef), color-stop(0.00, #d3d3d4));
	background: -webkit-linear-gradient(top, #d3d3d4 0%, #efefef 30%, #fff 100%);
	background: -moz-linear-gradient(top, #d3d3d4 0%, #efefef 30%, #fff 100%);
	background: -o-linear-gradient(top, #d3d3d4 0%, #efefef 30%, #fff 100%);
	background: -ms-linear-gradient(top, #d3d3d4 0%, #efefef 30%, #fff 100%);
	background: linear-gradient(to bottom, #d3d3d4 0%, #efefef 30%, #fff 100%);
}
header #nav-global > ul > li#nav-global-home {
	width: 155px;
}
header #nav-global > ul > li#nav-global-info {
	width: 225px;
}
header #nav-global > ul > li#nav-global-company {
	width: 185px;
}
header #nav-global > ul > li#nav-global-service {
	width: 160px;
}
header #nav-global > ul > li#nav-global-recruit {
	width: 159px;
	border-right: none;
}
#home header #nav-global > ul > li#nav-global-home {
	width: 145px;
}
#home header #nav-global > ul > li#nav-global-info {
	width: 220px;
}
#home header #nav-global > ul > li#nav-global-company {
	width: 180px;
}
#home header #nav-global > ul > li#nav-global-service {
	width: 155px;
}
#home header #nav-global > ul > li#nav-global-recruit {
	width: 154px;
	border-right: none;
}
header #nav-global > ul > li#nav-global-sitemap,
header #nav-global > ul > li#nav-global-inquiry {
	display: none;
}
header #nav-global > ul > li span {
	display: block;
	font-size: 1rem;
	color:  #666;
}
header #nav-global > ul > li a {
	display: block;
	color: #000;
	padding: 0 45px;
}
header #nav-global > ul > li.active span,
header #nav-global > ul > li:hover span,
header #nav-global > ul > li a:hover span {
	color: #005bac;
}
header #nav-global > ul > li#nav-global-sns {
	display: none;
}
@media only screen and (max-width: 960px) {
	header #nav-global-menu {
		display: block;
		position: absolute;
		right: 5%;
		top: 23px;
		margin: 0;
		width: 30px;
		height: 30px;
		background-image: url(/common/img/menu_open.svg);
		background-repeat: no-repeat;
		background-size: 30px 30px;
		cursor: pointer;
	}
	header #nav-global-menu.opened {
		background-image: url(/common/img/menu_close.svg);
	}
	header #nav-global-area {
		position: relative;
		top: 0;
	}
	#home header #nav-global-area {
		top: 0;
		padding: 0;
	}
	header #nav-global {
		display: none;
		position: absolute;
		float: none;
		padding: 0;
		width: 100%;
		height: auto;
		margin: 0;
		left: 0;
		top: 0;
		border: none;
		z-index: 995;
		background: none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	#home header #nav-global {
		width: 100%;
	}
	header #nav-global > ul {
		position: relative;
		left: 0;
		float: none;
		margin: 0;
		width: 100% !important;
		z-index: 996;
	}
	header #nav-global > ul > li,
	header #nav-global > ul > li.active,
	header #nav-global > ul > li:hover {
		position: relative;
		left: 0;
		float: none;
		font-size: 1.4rem;
		line-height: 1;
		text-align: left;
		border-right: none;
		border-bottom: 1px solid #dfdfdf;
		width: 100% !important;
		height: auto;
		padding: 0;
		background-color: #000;
		background-image: url(/common/img/arw_gnv.png) !important;
		background-repeat: no-repeat;
		background-size: 12px 12px;
		background-position: 95% 50%;
		opacity: 0.85;
	}
	header #nav-global > ul > li#nav-global-sitemap,
	header #nav-global > ul > li#nav-global-inquiry {
		display: block;
	}
	header #nav-global > ul > li:first-child {
		border-left: none;
	}
	header #nav-global > ul > li span {
		display: none;
	}
	header #nav-global > ul li a {
		display: block;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 15px;
		color: #fff;
	}
}
@media only screen and (max-width: 460px) {
	header #nav-global-menu {
		top: 17px;
	}
}

/* ヘッダーサブナビ */
header #sub-nav-area {
	position: absolute;
	display: block;
	right: 15px;
	top: 35px;
}
header #sub-nav {
	position: relative;
	display: block;
	overflow: hidden;
}
header #sub-nav > ul {
	text-align:right;
	font-size: 1.2rem;
	line-height: 1.1;
}
header #sub-nav > ul > li {
	display:inline-block;
	padding:0 10px;
	zoom:1;
}
header #sub-nav > ul > li a {
	display: block;
	color: #333;
	padding: 3px 10px 0 20px;
	background: url(/common/img/blue_right_arrow.png) no-repeat left center;
	background-size: 13px 13px;
}
@media only screen and (max-width: 960px) {
	header #sub-nav-area {
		display: none;
	}
}

/* ----------*/
/* コンテンツ */
#contents {
	position: relative;
	width: auto;
	margin: 0 auto;
	padding: 35px 25px 0 25px;
	text-align: left;
}
#home #contents {
	padding: 0 25px;
}
#contents-left {
	float: left;
	width: 630px;
}
#contents-left h1 {
	position: relative;
	width: 100%;
	height: 105px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
#contents-left h1 span {
	position: absolute;
	top: 40px;
	left: 20px;
	font-size: 1.8rem;
}
#contents-left h1 span em {
	display: inline-block;
	font-size: 1.2rem;
	padding-left: 15px;
	color: #666;
}
@media only screen and (max-width: 960px) {
	#contents {
		width: auto;
		padding: 0 15px;
	}
	#home #contents {
		padding: 0 15px;
	}
	#contents-left {
		float: none;
		width: 100%;
	}
	#contents-left h1 {
		background-position: 100% 50%;
		background-size: cover;
			height: 95px;
	}
	#contents-left h1 span {
		top: 35px;
	}
}
@media only screen and (max-width: 460px) {
	#contents {
		padding: 0 10px;
	}
	#contents-left h1 {
		height: 85px;
	}
	#contents-left h1 span {
		position: absolute;
		top: 25px;
		left: 15px;
		font-size: 1.7rem;
	}
	#contents-left h1 span em {
		display: block;
		font-size: 1rem;
		margin-top: 3px;
		padding-left: 0;
	}
}
#contents-left #pan-list {
	margin: 10px 0;
	padding-bottom: 5px;
	font-size: 1.2rem;
	border-bottom: 1px dotted #999;
}
@media only screen and (max-width: 960px) {
	#contents-left #pan-list {
		margin: 15px 0 10px 0;
		font-size: 1.1rem;
	}
}
@media only screen and (max-width: 460px) {
	#contents-left #pan-list {
		display: none;
	}
}
#contents-right {
	float: right;
	width: 220px;
}
#contents-right nav {
	width: auto;
	height: auto;
	background-color: #f5f5f5;
	padding: 5px;
}
#contents-right nav ul {
	width: auto;
	height: auto;
	font-size: 1.3rem;
}
#contents-right nav ul li {
	width: auto;
	height: auto;
	margin-bottom: 1px;
}
#contents-right nav ul li a {
	display: block;
	padding: 12px 10px 12px 30px;
	background: #fff url(/common/img/blue_right_arrow.png) no-repeat 5% 50%;
	background-size: 13px 13px;
	color: #005bac;
}
#contents-right nav ul li.active a {
	padding: 12px 10px 12px 30px;
	background: #005bac url(/common/img/white_right_arrow.png) no-repeat 5% 50%;
	background-size: 13px 13px;
	color: #fff;
}
#contents-right nav ul li a:hover {
	padding: 12px 10px 12px 30px;
	background: #e4eff5 url(/common/img/blue_right_arrow.png) no-repeat 5% 50%;
	background-size: 13px 13px;
	color: #005bac;
}
@media only screen and (max-width: 960px) {
	#contents-right {
		position: absolute;
		float: none;
		margin-left: -15px;
		width: 100%;
		top:150px;
		z-index: 15;
	}
	#contents-right nav {
		width: auto;
		height: auto;
		background-color: #fff;
		margin: 0 15px;
		padding: 0;
		border: 1px solid #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		overflow: hidden;
	}
	#contents-right nav ul {
		text-align: center;
	}
	#contents-right nav ul li {
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
	}
	#contents-right nav ul li a {
		display: block;
		float: left;
		width: 30.33333%;
		margin: 0;
		padding: 13px 1.5% 13px 1.5%;
		background-image: none;
		color: #005bac;
	}
	#contents-right nav ul li.active a {
		padding: 13px 1.5% 13px 1.5%;
		background-image: none;
		color: #fff;
	}
	#contents-right nav ul li a:hover {
		padding: 13px 1.5% 13px 1.5%;
		background-image: none;
		color: #005bac;
	}
	#contents-right nav ul li a.sn01,
	#contents-right nav ul li a.sn02,
	#contents-right nav ul li a.sn03 {
		border-bottom: 1px solid #ccc;
	}
	#contents-right nav ul li a.sn01,
	#contents-right nav ul li a.sn04 {
		background-image: url(/common/img/sub_navi_line.png);
		background-position: right center;
		background-repeat: repeat-y;
		background-size: 1px 1px;
	}
	#contents-right nav ul li a.sn02,
	#contents-right nav ul li a.sn05 {
		background-image: url(/common/img/sub_navi_line.png);
		background-position: right center;
		background-repeat: repeat-y;
		background-size: 1px 1px;
	}
}
@media only screen and (max-width: 460px) {
	#contents-right {
		margin-left: -10px;
		width: 100%;
		top: 100px;
	}
	#contents-right nav {
		margin: 0 10px;
	}
	#contents-right nav ul li a {
		width: 47%;
		padding: 10px 1.5% 10px 1.5%;
	}
	#contents-right nav ul li.active a {
		padding: 10px 1.5% 10px 1.5%;
	}
	#contents-right nav ul li a:hover {
		padding: 10px 1.5% 10px 1.5%;
	}
	#contents-right nav ul li a.sn01,
	#contents-right nav ul li a.sn02,
	#contents-right nav ul li a.sn03,
	#contents-right nav ul li a.sn04 {
		border-bottom: 1px solid #ccc;
	}
	#contents-right nav ul li a.sn01,
	#contents-right nav ul li a.sn03,
	#contents-right nav ul li a.sn05 {
		background-image: url(/common/img/sub_navi_line.png);
		background-position: right center;
		background-repeat: repeat-y;
		background-size: 1px 1px;
	}
	#contents-right nav ul li a.sn02,
	#contents-right nav ul li a.sn04 {
		background-image: none;
	}
}

.link-arrow {
	display: inline-block;
	padding-left: 2rem;
	background: url(/common/img/blue_right_arrow.png) no-repeat 0px 3px;
	background-size: 13px 13px;
}
@media only screen and (max-width: 460px) {
	.link-arrow {
		display: inline-block;
		padding-left: 2rem;
		background: url(/common/img/blue_right_arrow.png) no-repeat 0px 3px;
		background-size: 12px 12px;
	}
}

.link-btn a {
	display: block;
	width: 30%;
	margin: 25px auto;
	padding: 15px 10% 15px 10%;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	background-color: #005bac;
}
.link-btn a span {
	display: inline-block;
	padding-left: 2rem;
	background: url(/common/img/white_right_arrow.png) no-repeat 0px 3px;
	background-size: 13px 13px;
}
.link-btn a:hover {
	background-color: #e4eff5;
	color: #005bac;
}
.link-btn a:hover span {
	background: url(/common/img/blue_right_arrow.png) no-repeat 0px 3px;
	background-size: 13px 13px;
}
@media only screen and (max-width: 960px) {
	.link-btn a {
		width: 40%;
		padding: 15px 5% 15px 5%;
	}
}
@media only screen and (max-width: 460px) {
	.link-btn a {
		margin: 20px auto;
		width: 90%;
		padding: 15px 5% 15px 5%;
	}
}

/* フッター */
footer {
	width: auto;
	padding: 0 25px;
	margin: 50px auto 0 auto;
}
footer #page-top {
	width: 17.5%;
	margin: 0 auto;
	padding: 7px;
	background: #f5f5f5;
	text-align: center;
	font-size: 1.1rem;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
footer #page-top a {
	display: block;
	padding-top: 12px;
	background: url(/common/img/pagetop_arrow.png) no-repeat center top;
	background-size: 11px 6px;
	color: #333;
}
footer nav {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 10px;
	border-top: 1px solid #999;
	background: #f5f5f5;
	width: auto;
	height: 30px;
}
footer nav #footer-nav {
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 1.3rem;
}
footer nav #footer-nav li {
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #9fa0a0;
}
footer nav #footer-sub-nav {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 1.3rem;
	text-align: right;
}
footer nav #footer-nav li a,
footer nav #footer-sub-nav li a {
	color: #333;
}
footer nav #footer-nav li a:hover,
footer nav #footer-sub-nav li a:hover {
	color: #005bac;
}
footer .copy {
	margin: 0 auto;
	padding: 20px 0 50px 0;
	text-align: right;
	font-size: 1.1rem;
	color: #333;
}
@media only screen and (max-width: 960px) {
	footer {
		padding: 0;
	}
	footer #page-top {
		width: 25%;
		padding: 10px;
	}
	footer #page-top a {
		padding-top: 15px;
		background: url(/common/img/pagetop_arrow.png) no-repeat center top;
		background-size: 11px 6px;
	}
	footer nav {
		margin: 0 auto 0 auto;
		width: auto;
		height: 30px;
	}
	footer nav #footer-nav {
		font-size: 1.2rem;
	}
	footer nav #footer-nav li {
		margin-right: 13px;
		padding-right: 13px;
	}
	footer nav #footer-sub-nav {
		font-size: 1.2rem;
	}
	footer .copy {
		padding: 20px 0 35px 0;
		text-align: center;
		font-size: 1.0rem;
	}
}
@media only screen and (max-width: 460px) {
	footer #page-top {
		width: 40%;
		padding: 7px;
		font-size: 1.2rem;
	}
	footer #page-top a {
		padding-top: 13px;
		background: url(/common/img/pagetop_arrow.png) no-repeat center top;
		background-size: 10px 5px;
	}
	footer nav {
		width: auto;
		height: auto;
	}
	footer nav #footer-nav {
		display: none;
	}
	footer nav #footer-sub-nav {
		position: static;
		font-size: 1.2rem;
		text-align: left;
	}
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
