@charset "utf-8";

/* reset
--------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body { -webkit-text-size-adjust: 100%;}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
li { list-style: none;}
html,body{ height: 100%;}
html { overflow-y: scroll;}
img {
	border: 0;
	vertical-align: bottom;
}
sup {
	font-size: 80%;
	position: relative;
	top: -.05em;
	vertical-align: top;
}
sub {
	font-size: 80%;
	position: relative;
	top: .05em;
	vertical-align: bottom;
}


/* style
--------------------------------------*/
.fl_l {	float:left;}
.fl_r {	float:right;}
.vm {	vertical-align:middle;}
.txt_c { text-align: center !important;}
.txt_r { text-align: right !important;}


.mt0 {	margin-top:0 !important;}
.mt5 {	margin-top:5px !important;}
.mt10 {	margin-top:10px !important;}
.mt15 {	margin-top:15px !important;}
.mt20 {	margin-top:20px !important;}
.mt25 {	margin-top:25px !important;}
.mt30 {	margin-top:30px !important;}
.mt35 {	margin-top:35px !important;}
.mt40 {	margin-top:40px !important;}
.mt50 {	margin-top:50px !important;}

.mr0 {	margin-right:0 !important;}
.mr2 {	margin-right:2px !important;}
.mr5 {	margin-right:5px !important;}
.mr10 {	margin-right:10px !important;}
.mr15 {	margin-right:15px !important;}
.mr20 {	margin-right:20px !important;}
.mr25 {	margin-right:25px !important;}
.mr30 {	margin-right:30px !important;}

.mb0 {	margin-bottom:0 !important;}
.mb5 {	margin-bottom:5px !important;}
.mb10 {	margin-bottom:10px !important;}
.mb15 {	margin-bottom:15px !important;}
.mb20 {	margin-bottom:20px !important;}
.mb25 {	margin-bottom:25px !important;}
.mb30 {	margin-bottom:30px !important;}

.ml0 {	margin-left:0 !important;}
.ml5 {	margin-left:8px !important;}
.ml10 {	margin-left:10px !important;}
.ml15 {	margin-left:15px !important;}
.ml20 {	margin-left:20px !important;}
.ml25 {	margin-left:25px !important;}
.ml30 {	margin-left:30px !important;}

.pt0 {	padding-top:0 !important;}
.pt5 {	padding-top:5px !important;}
.pt10 {	padding-top:10px !important;}
.pt15 {	padding-top:15px !important;}
.pt20 {	padding-top:20px !important;}
.pt25 {	padding-top:25px !important;}
.pt30 {	padding-top:30px !important;}

.pr0 {	padding-right:0 !important;}
.pr5 {	padding-right:5px !important;}
.pr10 {	padding-right:10px !important;}
.pr15 {	padding-right:15px !important;}
.pr20 {	padding-right:20px !important;}
.pr25 {	padding-right:25px !important;}
.pr30 {	padding-right:30px !important;}

.pb0 {	padding-bottom:0 !important;}
.pb5 {	padding-bottom:5px !important;}
.pb10 {	padding-bottom:10px !important;}
.pb15 {	padding-bottom:15px !important;}
.pb20 {	padding-bottom:20px !important;}
.pb25 {	padding-bottom:25px !important;}
.pb30 {	padding-bottom:30px !important;}

.pl0 {	padding-left:0 !important;}
.pl5 {	padding-left:5px !important;}
.pl10 {	padding-left:10px !important;}
.pl15 {	padding-left:15px !important;}
.pl20 {	padding-left:20px !important;}
.pl25 {	padding-left:25px !important;}
.pl30 {	padding-left:30px !important;}

/* 変更箇所 */
.block {
	clear:both;
	width: 100%;
	height: 1100px;
}
.block:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.pagetop {
	margin: 100px auto 35px;
	width: 50px;
}
.pagetop a {
	display: block;
	height: 26px;
	background: url(../images/btn_pagetop.png) center top no-repeat;
	text-indent: -9999px;
}
.pagetop a:hover,
.pagetop_r a:hover {
	opacity: .5;
}
.dot_list li:before {
	content: "\30FB";	
}

/* link
--------------------------------------*/
a {
	color: #000;
	outline: none;
}
a:hover { color: #969696;}

.disabled a {
	text-decoration: none;
	color: #969696;
	cursor: default;
}
.disabled a img {
	cursor: default;
	opacity: .5;
}

/* structure
--------------------------------------*/
/* フォント指定 */
html { font-size: 62.5%; }
body {
  font-family: "游ゴシック", YuGothic, Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	font-size: 1.4em;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.wrapper {
	margin: 0 auto;
	min-width: 960px;
	overflow: hidden;
}
#contents {
	position: relative;
}
#header {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 388px;
}
#footer {
	margin: 0 auto;
	padding-top: 30px;
	min-width: 960px;
	border-top: 1px solid #e6e6e6;
}


/* header */
.header_inner {
	position: relative;
	margin: 0 auto;
	width: 960px;
}
.header_inner .header_parts {
	text-align: right;
	letter-spacing: -.4em;
	height: 45px;
}
.header_inner .header_parts li {
	display: inline-block;
	margin-left: 10px;
	letter-spacing: normal;
	line-height: 0;
}
.header_inner .header_parts li.top_contact {
	margin-left: 15px;
}
.header_inner h1 {
	margin-top: 55px;
	text-align: right;
}
.header_inner .catch {
	margin-top: 25px;
	font-size: 12px;
	color: #666;
	text-align: right;
}

#g_navi {
	position: absolute;
	top: 0;
	left: 0;
	padding: 100px 0 0 20px;
	width: 210px;
	border-left: 2px solid #4d4d4d;
	z-index: 1000;
}
#g_navi li li { margin-left: 11px;}
#g_navi li a,
#g_navi li > span {
	display: block;
	height: 15px;
	margin-bottom: 16px;
	text-indent: -9999px;
	background-position: left top;
	background-repeat: no-repeat;
}
#g_navi li li a {
	margin-bottom: 12px;
}
#g_navi > ul > li:last-child a { margin-bottom: 0;}
#gn_top {
	background-image: url(../images/gn_top.png);
}
#gn_company {
	background-image: url(../images/gn_company.png);
}
#gn_greeting {
	background-image: url(../images/gn_s_greeting.png);
}
#gn_profile {
	background-image: url(../images/gn_s_profile.png);
}
#gn_recruit {
	background-image: url(../images/gn_s_recruit.png);
}
#gn_activity {
	background-image: url(../images/gn_activity.png);
}
#gn_promotion {
	background-image: url(../images/gn_promotion.png);
}
#gn_selery {
	background-image: url(../images/gn_selery.png);
}
#gn_wsp {
	background-image: url(../images/gn_wsp.png);
}
#gn_skitto {
	background-image: url(../images/gn_skitto.png);
}
#gn_ifory {
	background-image: url(../images/gn_ifory.png);
}
#gn_special {
	background-image: url(../images/gn_special.png);
}
#gn_product {
	background-image: url(../images/gn_product.png);
}
#g_navi li.disabled a {
	cursor: default;
	opacity: .5;
}

/* footer */
.footer_top {
	margin: 0 auto;
	padding-left: 10px;
	width: 980px;
}
.footer_top:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.footer_top li a {
	text-decoration: underline;
  font-weight:bold;
}
.footer_top li.disabled a {
	text-decoration: none;
}
.footer_top li.disabled:before {
	color: #969696;
}
.footer_navi li:before {
	font-size: 9px;
	content: "\ff1e";
	margin-right: 5px;
}
.footer_navi {
	float: left;
	width: 740px;
	min-height: 100px;
}
.footer_navi li {
	font-size: 12px;
	line-height: 2.6;
}
.footer_navi .list01 {
	float: left;
	width: 170px;
}
.footer_navi .list02 {
	float: left;
	width: 195px;
}
.footer_navi .list03 {
	float: left;
	width: 180px;
}
.footer_navi .list04 {
	float: left;
	width: 180px;
}
.footer_info {
	float: left;
	padding-left: 27px;
	width: 220px;
	border-left: 1px solid #e6e6e6;
	min-height: 100px;
}
.footer_info li:before {
	font-size: 7px;
	content: "\ff1e";
	margin-right: 5px;
}
.footer_info li {
	line-height: 2.3;
	font-size: 10px;
}
.footer_info .list05 {
	float: left;
	width: 75px;
}
.footer_info .list06 {
	float: left;
	width: 115px;
}
.footer_btm {
	display: table;
	margin: 30px auto 60px;
	border-top: 2px solid #e6e6e6;
	width: 960px;
}
.footer_btm_l {
	display: table-cell;
	padding-top: 15px;
	width: 305px;
	vertical-align: bottom;
	letter-spacing: -.4em;
}
.footer_btm_l .logo {
	display: inline-block;
	font-size: 11px;
	letter-spacing: normal;
	text-align: center;
	vertical-align: bottom;
}
.footer_btm_l .link {
	display: inline-block;
	margin: 0 0 5px 20px;
	letter-spacing: normal;
}
.footer_btm_c {
	display: table-cell;
	padding-top: 15px;
	width: 350px;
	vertical-align: bottom;
}
.footer_btm_c address {
	text-align: center;
	line-height: 2.0;
	font-style: normal;
	font-size: 12px;
}
.footer_btm_r {
	display: table-cell;
	padding-top: 15px;
	width: 305px;
	vertical-align: bottom;
}
.footer_btm_r .copyright {
	font-size: 10px;
	text-align: right;
}
.footer_btm_r .sns_box {
	margin-top: 10px;
	text-align: right;
	letter-spacing: -.4em;
}
.footer_btm_r .sns_box .fb,
.footer_btm_r .sns_box .tw {
	display: inline-block;
	margin: 0 0 5px 9px;
	letter-spacing: normal;
	vertical-align: middle;
}

/* contents */
.modal {
	display: none;
}
.tab {
	padding: 60px 0 85px;
	text-align: center;
	letter-spacing: -.4em;
}
.tab li {
	display: inline-block;
	margin: 0 16px;
	width: 272px;
	letter-spacing: normal;
}
.tab li a {
	display: block;
	padding: 16px;
	line-height: 0;
	background-color: #b3b3b3;
	-webkit-transition: .2s;
	transition: .2s;
}
.tab li a img {
	vertical-align: middle;
}
.tab li.disabled a,
.tab li.disabled a:hover {
	background-color: #f4f4f4;
}
.tab_top {
	text-align: center;
}
.tab_top h2 {
	line-height: 0;
}
.inner {
	position: relative;
	clear:both;
	margin: 0 auto;
	width: 960px;
}
.inner:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.main_img {
	position: absolute;
	top: -137px;
	right: 0;
	width: 700px;
}
.txt_main_img {
	position: absolute;
	top: -287px;
	right: 593px;
	width: 68px;
	z-index: 10;
}
@media (max-width: 767px) {
	.wrapper {
		width: 980px;
		margin-bottom: 10px;
	}
}

@media print {
	@page { margin: 12.7mm 5mm; }
	.wrapper {
		width: 960px;
	}
}
/* リマケタグ */
iframe[name="google_conversion_frame"] { position: absolute;}

/* 2016-07-09 */
#header_new {
	position: relative;
	margin: 0 auto;
  padding: 35px 0 0 196px;
	width: 1000px;
  height: 120px;
}
#header_new .header_parts {
  position: absolute;
  top: 0;
  right: 20px;
	text-align: right;
	letter-spacing: -.4em;
  width: 290px;
	height: 45px;
}
#header_new .header_parts li {
	display: inline-block;
	margin-left: 10px;
	letter-spacing: normal;
	line-height: 0;
}
#header_new .header_parts li.top_contact {
	margin-left: 15px;
}
#header_new h1 {
  position: absolute;
  top: 20px;
  left: 45px;
  width: 130px;
}
#header_new .catch {
	margin: 0 0 7px 10px;
	font-size: 12px;
  letter-spacing: -.03em;
	color: #666;
}

#header_new #g_navi {
  position: static;
  padding: 0;
  width: auto;
  border: none;
}
#header_new #g_navi ul:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#header_new #g_navi > ul > li {
  position: relative;
  float: left;
  margin-right: 4px;
  height: 59px;
}
#header_new #g_navi ul > li {
}
#header_new #g_navi li > ul {
  display: none;
  position: absolute;
  top: 59px;
  left: 0;
  width: 165px;
  height: 105px;
  z-index: 1000;
}
#header_new #g_navi li.parent > ul li {
  margin-left: 0;
  margin-top: 1px;
  height: 34px;
  background-color: #fff;
}
#header_new #g_navi li a {
	display: block;
  height: 100%;
  background-position: 10px center;
	background-repeat: no-repeat;
  background-color: #fff;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}
#header_new #g_navi li.parent > ul li a {
  background-position: 25px center;
}
#header_new #g_navi li a:hover {
  background-color: rgba(114,198,208,.3);
}
#header_new #g_navi > ul > li:nth-child(1) {
  width: 105px;
}
#header_new #g_navi > ul > li:nth-child(2) {
  width: 160px;
}
#header_new #g_navi > ul > li:nth-child(3) {
  width: 150px;
}
#header_new #g_navi > ul > li:nth-child(4) {
  width: 175px;
}
#header_new #g_navi > ul > li:nth-child(5) {
  margin-right: 0;
  width: 192px;
}
#header_new #g_navi li li a {
	margin-bottom: 0;
}
#header_new #gn_top {
	background-image: url(../images/top/gn_top.png);
}
#header_new #gn_company {
	background-image: url(../images/top/gn_company.png);
}
#header_new #gn_greeting {
	background-image: url(../images/top/gn_s_greeting.png);
}
#header_new #gn_profile {
	background-image: url(../images/top/gn_s_profile.png);
}
#header_new #gn_recruit {
	background-image: url(../images/top/gn_s_recruit.png);
}
#header_new #gn_activity {
	background-image: url(../images/top/gn_activity.png);
}
#header_new #gn_promotion {
	background-image: url(../images/top/gn_promotion.png);
}
#header_new #gn_selery {
	background-image: url(../images/top/gn_selery.png);
}
#header_new #gn_wsp {
	background-image: url(../images/top/gn_wsp.png);
}
#header_new #gn_ifory {
	background-image: url(../images/top/gn_ifory.png);
}
#header_new #gn_special {
	background-image: url(../images/top/gn_special.png);
}
#header_new #gn_product {
	background-image: url(../images/top/gn_product.png);
}
