﻿@charset "utf-8";

/* =======================================
	Common
======================================= */

@font-face {
	font-family: 'BaseFont';
    src: url('./font/nfc1kp001-webfont.eot'); /* IE9 Compat Modes */
    src: url('./font/nfc1kp001-webfont.eot?#iefix') format('embedded-opentype'),/* IE6-IE8 */
	url('./font/NFc1kp001.TTF') format('truetype'), /* Modern Browsers */
	url('./font/NFc1kp001.TTF')  format('truetype'), /* Safari, Android, iOS */
	url('./font/NFc1kp001.TTF') format('truetype'); /* Legacy iOS */
}
@font-face {
	font-family: 'ShingGo';
    src: url('./font/a-otf-shingopro-medium-webfont.eot');/* IE9 Compat Modes */
    src: url('./font/a-otf-shingopro-medium-webfont.eot?#iefix') format('embedded-opentype'),/* IE6-IE8 */
	url('./font/A-OTF-ShinGoPro-Medium.otf') format('opentype'), /* Modern Browsers */
	url('./font/A-OTF-ShinGoPro-Medium.otf')  format('opentype'), /* Safari, Android, iOS */
	url('./font/A-OTF-ShinGoPro-Medium.otf') format('opentype'); /* Legacy iOS */
}
body {
	font-family: BaseFont,"游ゴシック Light","游ゴシック",Yu Gothic,Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  color: #008fd2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration:none;
}

a:focus, a:active {
  outline: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

p {
  font-size: 20px;
  color: #727272;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  margin: 0 0 30px 0;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

hr.style-three {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

hr.style-four {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* header ----------------------------*/
@media (min-width: 0px) {
	.submenu{
	  position: fixed;
	  width: 100%;
	  display:none;
	  background: #FFF;
	}
}
@media (min-width: 960px) {
	.submenu{
	  position: fixed;
	  width: 100%;
	  display:block;
	  background: #FFF;
	}
}
/* full----------------*/
.dropmenu,
.dropmenu .logo_wrap,
.dropmenu .logo_wrap
 {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.dropmenu li .subtop.company,
.dropmenu li .subtop.service,
.dropmenu li .subtop.recruit,
.dropmenu li .subtop.access,
.dropmenu li .subtop.contact
 {
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
}
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 100%;
  margin: 10px auto 25px;
  padding-left: 10%;
  padding-right: 10%;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 13%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu .logo_wrap{
	padding-top:40px;
}
@media (min-width: 0px) {
	.dropmenu .logo_wrap img{
		width:260px;
	}
}
@media (min-width: 1000px) {
	.dropmenu .logo_wrap img{
		width:280px;
	}
}
@media (min-width: 1150px) {
	.dropmenu .logo_wrap img{
		width:320px;
	}
}
.dropmenu .logo_block{
  width: 35%;
}
.dropmenu .bl{
  border-left: 1px solid #d5d5d5;
}

.dropmenu .icon_block a{
  display: block;
  margin: 0;
  padding: 90px 0 10px;
  background: #FFF;
  color: #000;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.dropmenu li .subtop{
  transition-property:none;
}

.dropmenu li .subtop.company{
  background-image: url(../images/img_menu_company.png);
  background-repeat: no-repeat;
  background-position: center 10px; 
}
.dropmenu li .subtop.company:hover{
  background-image: url(../images/img_menu_company_r.png);
  background-repeat: no-repeat;
  background-position: center 10px; 
}
.dropmenu li .subtop.service{
  background-image: url(../images/img_menu_service.png);
  background-repeat: no-repeat;
  background-position: center 10px; 
}
.dropmenu li .subtop.service:hover{
  background-image: url(../images/img_menu_service_r.png);
  background-repeat: no-repeat;
  background-position: center 10px; 
}
.dropmenu li .subtop.recruit{
  background-image: url(../images/img_menu_recruit.png);
  background-repeat: no-repeat;
  background-position: center 10px; 
}
.dropmenu li .subtop.recruit:hover{
  background-image: url(../images/img_menu_recruit_r.png);
  background-repeat: no-repeat;
  background-position: center 10px; 
}
.dropmenu li .subtop.access{
  background-image: url(../images/img_menu_access.png);
  background-repeat: no-repeat;
  background-position: center 10px; 
}
.dropmenu li .subtop.access:hover{
  background-image: url(../images/img_menu_access_r.png);
  background-repeat: no-repeat;
  background-position: center 10px; 
}
.dropmenu li .subtop.contact{
  background-image: url(../images/img_menu_contact.png);
  background-repeat: no-repeat;
  background-position: center 10px; 
}
.dropmenu li .subtop.contact:hover{
  background-image: url(../images/img_menu_contact_r.png);
  background-repeat: no-repeat;
  background-position: center 10px; 
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 25px 0 0 0;
}
.dropmenu li ul li{
  width: 230px;
}
.dropmenu li ul .b_top{
  border-top: 5px solid #008fd2;
}
.dropmenu li ul .b_side{
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.dropmenu li ul .b_bottom{
  border-bottom: 1px solid #dcdcdc;
}

.dropmenu li ul li a{
  padding: 13px 15px;
  background: #FFF;
  text-align: left;
}
.dropmenu li:hover > a{
  background-color: #008fd2;
  color:#FFF;
}
.dropmenu li a:not(.logo_llink):hover{
  background: #008fd2;
}
.dropmenu.style-four{
  position:fixed;
  top:138px;
}
/* short----------------*/
.dropmenu.scroll,
.dropmenu.scroll .logo_wrap,
.dropmenu.scroll .logo_wrap,
.dropmenu.scroll li .subtop.company,
.dropmenu.scroll li .subtop.service,
.dropmenu.scroll li .subtop.recruit,
.dropmenu.scroll li .subtop.access,
.dropmenu.scroll li .subtop.contact
 {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.dropmenu.scroll{
  *zoom: 1;
  list-style-type: none;
  width: 100%;
  margin: 10px auto 15px;
  padding-left: 10%;
  padding-right: 10%;
}
.dropmenu.scroll:before, .dropmenu.scroll:after{
  content: "";
  display: table;
}
.dropmenu.scroll:after{
  clear: both;
}
.dropmenu.scroll li{
  position: relative;
  width: 13%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu.scroll .logo_wrap{
	padding-top:15px;
}
@media (min-width: 0px) {
	.dropmenu.scroll .logo_wrap img{
		width:260px;
	}
}
@media (min-width: 1000px) {
	.dropmenu.scroll .logo_wrap img{
		width:280px;
	}
}
@media (min-width: 1150px) {
	.dropmenu.scroll .logo_wrap img{
		width:320px;
	}
}
.dropmenu.scroll .logo_block{
  width: 35%;
}
.dropmenu.scroll .bl{
  border-left: 1px solid #d5d5d5;
}

.dropmenu.scroll .icon_block a{
  display: block;
  margin: 0;
  padding: 25px 0 20px;
  background: #FFF;
  color: #000;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu.scroll li .subtop{
  transition-property:none;
}
.dropmenu.scroll li .subtop.company{
  background-image: none;
  background-repeat: no-repeat;
  background-position: center 10px; 
}
.dropmenu.scroll li .subtop.company:hover{
  background-image: none;
  background-repeat: no-repeat;
  background-position: center 10px; 
}
.dropmenu.scroll li .subtop.service{
  background-image: none;
  background-repeat: no-repeat;
  background-position: center 10px; 
}
.dropmenu.scroll li .subtop.service:hover{
  background-image: none;
  background-repeat: no-repeat;
  background-position: center 10px; 
}
.dropmenu.scroll li .subtop.recruit{
  background-image: none;
  background-repeat: no-repeat;
  background-position: center 10px; 
}
.dropmenu.scroll li .subtop.recruit:hover{
  background-image: none;
  background-repeat: no-repeat;
  background-position: center 10px; 
}
.dropmenu.scroll li .subtop.access{
  background-image: none;
  background-repeat: no-repeat;
  background-position: center 10px; 
}
.dropmenu.scroll li .subtop.access:hover{
  background-image: none;
  background-repeat: no-repeat;
  background-position: center 10px; 
}
.dropmenu.scroll li .subtop.contact{
  background-image: none;
  background-repeat: no-repeat;
  background-position: center 10px; 
}
.dropmenu.scroll li .subtop.contact:hover{
  background-image: none;
  background-repeat: no-repeat;
  background-position: center 10px; 
}
.dropmenu.scroll li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 15px 0 0 0;
}
.dropmenu.scroll li ul li{
  width: 230px;
}
.dropmenu.scroll li ul .b_top{
  border-top: 5px solid #008fd2;
}
.dropmenu.scroll li ul .b_side{
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.dropmenu.scroll li ul .b_bottom{
  border-bottom: 1px solid #dcdcdc;
}

.dropmenu.scroll li ul li a{
  padding: 13px 15px;
  background: #FFF;
  text-align: left;
}
.dropmenu.scroll li:hover > a{
  background-color: #008fd2;
  color:#FFF;
}
.dropmenu.scroll li a:not(.logo_llink):hover{
  background: #008fd2;
}
.dropmenu.scroll.style-four{
  position:fixed;
  top:74px;
}


/* フェードイン ----*/
#fade-in li ul{
  visibility: hidden;
  opacity: 0;
  transition: 0s;
}
#fade-in li:hover ul{
  visibility: visible;
  opacity: 1;
}
#fade-in li ul li a{
  visibility: hidden;
  opacity: 0;
  transition: .1s;
  padding: 14px 0 14px 5px;

}
#fade-in li:hover ul li a{
  visibility: visible;
  opacity: 1;
  padding: 14px 0 14px 5px;

}
/* フェードインでおりてくる ----*/
#fade-in2 li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
}
#fade-in2 li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}
/* 左から右へ ----*/
#left-to-right ul{
  overflow: hidden;
  width: 0;
  transition: .5s;
}
#left-to-right li:hover ul{
  width: 100%;
}
#left-to-right li:hover ul li a{
  white-space: nowrap;
}
/* 全体がめくれてくる ----*/
#flip > li{
  perspective: 400px;
}
#flip li ul{
  visibility: hidden;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  transition: .3s;
}
#flip li:hover ul{
  visibility: visible;
  transform: rotateX(0);
}
/* 上から回転してあらわれる ----*/
#flip2 li ul {
  visibility: hidden;
  perspective: 400px;
}
#flip2 li:hover ul{
  visibility: visible;
}
#flip2 ul li{
  transform: rotateY(90deg);
  transform-origin: 50% 0;
  transition: .3s;
}
#flip2 li:hover li{
  transform: rotateY(0);
}
#flip2 ul li:nth-child(2) {
  transition-delay: .1s;
}
#flip2 ul li:nth-child(3) {
  transition-delay: .2s;
}
#flip2 ul li:nth-child(4) {
  transition-delay: .3s;
}
#flip2 ul li:nth-child(5) {
  transition-delay: .4s;
}
/* 上からパタパタめくれる ----*/
#flip3 ul {
  visibility: hidden;
  perspective: 400px;
}
#flip3 li:hover ul{
  visibility: visible;
}
#flip3 ul li{
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  transition: .1s;
}
#flip3 li:hover ul li{
  transform: rotateX(0);
}
#flip3 li:hover ul li:nth-child(1) {
  transition-delay: 0s;
}
#flip3 li:hover ul li:nth-child(2) {
  transition-delay: .1s;
}
#flip3 li:hover ul li:nth-child(3) {
  transition-delay: .2s;
}
#flip3 li:hover ul li:nth-child(4) {
  transition-delay: .3s;
}
#flip3 li ul li:nth-last-of-type(1) {
  transition-delay: 0s;
}
#flip3 li ul li:nth-last-of-type(2) {
  transition-delay: .1s;
}
#flip3 li ul li:nth-last-of-type(3) {
  transition-delay: .2s;
}
#flip3 li ul li:nth-last-of-type(4) {
  transition-delay: .3s;
}

/* footer ----------------------------*/

#footer .logo_wrap{
	position:relative;
	width:100%;
	margin-top: 30px;
}
#footer .logo_wrap .icon_img{
	margin:10px auto;
	width:220px;
}
#footer .logo_wrap .icon_copy{
	text-align:center;
	width:100%;
	font-size:24px;
	color:#000;
	font-family: ShingGo,’ヒラギノ角ゴ Pro W3′,’Hiragino Kaku Pro’,’メイリオ’,Meiryo,’ＭＳ Ｐゴシック’,’MS P’,sans-serif ;

}
#footer .site_wrap {
	position:relative;
	width:100%;
	margin:50px 0;
/*	z-index: 1000;*/
}
@media (min-width: 0px) {
	#footer .site_wrap .site {
		width: 300px;
		margin:0 auto;
	}
}
@media (min-width: 600px) {
	#footer .site_wrap .site {
		width: 650px;
		margin:0 auto;
	}
}
@media (min-width: 1290px) {
	#footer .site_wrap .site {
		width: 1245px;
		margin:0 auto;
	}
}
#footer .site_wrap .site_block {
	float:left;
	font-size:11pt;
}

@media (min-width: 0px) {
	#footer .site_wrap .site_block {
		margin-right:0px;
		width: 150px;
	}
}

@media (min-width: 1290px) {
	#footer .site_wrap .site_block {
		margin-right:50px;
		width: initial;
		width: auto;
	}
}
#footer .site_wrap .site_block a{
	color:#727272;
}
#footer .bottom_wrap{
	background: #008fd2;
	padding:30px 0;
}
#footer .bottom_block{
	float: left;
}
#footer .bottom_block p{
	color:#FFF;
	font-size:14pt;
}
#footer .copyright{
	width: 100%;
	height:100%;
	text-align:center;
	margin-bottom: 50px;
	padding: 0 50px;
}
@media (min-width: 1600px)
	#footer .copyright{
		margin-bottom: 75px;
	}
}
@media (min-width: 0px) {
	#footer .copyright{
		width:100%;
	}
}
@media (min-width: 1600px) {
	#footer .copyright{
		width:60%;
	}
}
footer{
	z-index:100000;
	background: #FFF;
}
#footer .copyright p{
	text-align:center;
    position: relative;
    top: 25px;
}
@media (min-width: 0px) {
	#footer .telfax{
		padding-left: 0px;
	}
}
@media (min-width: 600px) {
	#footer .telfax{
		padding-left: 50px;
	}
}
@media (min-width: 0px) {
	#footer .telfax{
		border:none;
	    width: 100%;
	}
}
@media (min-width: 1600px) {
	#footer .telfax{
		border-left: 1px solid #FFF;
		width: initial;
		width: auto;
	}
}
@media (min-width: 0px) {
	#footer .telfax .office{
		margin: 0 auto 26px auto;
		width: initial;
		width: auto;
	}
}
@media (min-width: 600px) {
	#footer .telfax .office{
		margin: 0 auto 26px auto;
		width: 550px;
	}
}
@media (min-width: 1600px) {
	#footer .telfax .office{
		padding-bottom:2px;
		width: initial;
		width: auto;
	}
}



@media (min-width: 0px) {
	#footer .telfax .office p{
		margin-right:0px;
		text-align: center;
	}
	#footer .telfax .office p{
		float:none;
	}
}
@media (min-width: 600px) {
	#footer .telfax .office p{
		margin-right:35px;
		text-align: center;
	}
	#footer .telfax .office p.moji3{
		margin-right:16px;
	}
	#footer .telfax .office p.keta11{
		margin-right:26px;
	}
	#footer .telfax .office p{
		float:left;
	}
}
@media (min-width: 0px) {
	#footer .button_wrap{
		position: relative;
		bottom: 0px;
		right: 30px;
		display:none;
		z-index: 100;
	}
}
@media (min-width: 600px) {
	#footer .button_wrap{
		position: fixed;
		bottom: 0px;
		right: 30px;
		display:none;
		z-index: 100;
	}
}
#footer .button_wrap p{
	float:right;
}
#footer .button_wrap p:hover{
	opacity:0.7;
	transition: 0.3s;
}
#footer .button_wrap .gotop{
	background:#008fd2;
	cursor: pointer;
}
#footer .button_wrap .search{
	background:#0072a8;
	cursor: pointer;
}
#footer hr{
	margin:0px;
}
/* .page-header ----------------------------*/
hr.hr-header{
  background: #008fd2;
  height: 3px;
  height: 4px;
  width: 250px;
  border: none;
}
.page-header{
	text-align:center;
	margin-bottom: 50px;
}
@media (min-width: 0px) {
	.page-header h1{
		font-size:28pt;
		letter-spacing: 3px;
		color:#008fd2;
	}
	.page-header small{
		font-size:14pt;
		margin-left:10px;
	}
}
@media (min-width: 400px) {
	.page-header h1{
		font-size:32pt;
		letter-spacing: 4px;
		color:#008fd2;
	}
	.page-header small{
		font-size:16pt;
		margin-left:10px;
	}
}
.page-header small.blk{
	color:#000;
}
.page-header small.wht{
	color:#FFF;
}
/* Clearfix: contain floats ----------------------------*/
.clearfix:before,
.clearfix:after {
    content: " "; 
    display: table;
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 */
.clearfix {
    *zoom: 1;
}


/* Google 検索用ダイアログ */
#basic-modal-content {
  display: none;
}
#basic-modal-content .small{
  font-size: 10pt;
  margin-left: 15px;
}
/* Overlay */
#simplemodal-overlay {
  background-color: #000;
}

/* Container */
#simplemodal-container {
  width: 360px;
  height: 145px;
  color: #bbb;
  background-color: #FFF;
  padding: 35px 10px 25px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
}

#simplemodal-container .simplemodal-data {
  padding: 8px;
}

#simplemodal-container code {
  background: #141414;
  border-left: 3px solid #65B43D;
  color: #bbb;
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
  padding: 4px 6px 6px;
}

#simplemodal-container a {
  color: #ddd;
}

#simplemodal-container a.modalCloseImg {
  background: url(../images/img_btn_close.png) no-repeat;
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#simplemodal-container h3 {
  color: #84b8d9;
}
/* Google 検索テキスト */
#gsc-i-id1{
	height:18px !important;
	font-size:10pt !important;
}
/* Google 検索ボタン */
.gsc-search-button-v2{
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
/* ラフ用はりぼて */
#sample{
	width:100%;
	height:1000px;
}
.haribote img{
	width:100%;
}

