@charset "UTF-8";
/* CSS Document */

/* reset */
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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,
input {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
	text-align: center;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
	vertical-align: bottom;
}
p {
	font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #555;
	line-height: 24px;
}
a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;

}
h1 {
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
img {
	border: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
}
li {
	list-style-type: none;
}

/* menu toggle */
.menu-toggle {
	display: none;
	position: absolute;
	left: 2%;
	top: 10px;
	width: 100px;
	height: 20px;
	z-index: 2000;
}
@media (max-width: 700px) {
    .menu-toggle {
		display: block;
	}
}
.menu-toggle span {
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
}
.menu-toggle span.close {
	width: 22px;
	height: 22px;
	display: none;
}
.menu-toggle span.no-js { /* Noscript */
	display: none;
}

/* common */
html {
	font-size: 62.5%;
	color: #333;
}
body {
	height: 100%;
	font-family: 'HelveticaNeue', Helvetica, Arial,'AvenirNext-Regular', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'Osaka', 'MS PGothic', 'Verdana', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
}
ul {
	overflow: hidden;
}

/* common id */
#content {
	position: relative;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

/* common class */
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}

.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mb40 {
	margin-bottom: 40px;
}
.mt80 {
	margin-top: 80px;
}
.mb80 {
	margin-bottom: 80px;
}
.pb-none {
	padding-bottom: 0 !important;
}
.pt10 {
	padding-top: 10px;
}
.pr10 {
	padding-right: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pr20 {
	padding-right: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.pt40 {
	padding-top: 40px;
}
.pb40 {
	padding-bottom: 40px;
}
.bt-single {
	border-top: solid 1px #333;
}
.bb-single {
	border-bottom: solid 1px #333;
}
.bt-single-blue {
	border-top: solid 1px #1b1464 !important;
}
.bb-single-blue {
	border-bottom: solid 1px #1b1464 !important;
}
.bt-thick-blue {
	border-top: solid 2px #1b1464 !important;
}
.bb-thick-blue {
	border-bottom: solid 2px #1b1464 !important;
}
.ba-single-orange {
	border: solid 1px #f15a24 !important;
}
.bt-none {
	border-top: none !important;
}
.bb-none {
	border-bottom: none !important;
}
.va-top {
	vertical-align: top;
}
.va-middle {
	vertical-align: middle;
}
.va-bottom {
	vertical-align: bottom;
}
.text-small {
	font-size: 12px;
	font-size: 1.2rem;
}
.text-smaller {
	font-size: 14px;
	font-size: 1.4rem;
}
.t16 {
	font-size: 16px;
	font-size: 1.6rem;
}
.text-middle {
	font-size: 20px;
	font-size: 2.0rem;
}
.text-larger {
	font-size: 24px;
	font-size: 2.4rem;
}
.text-large {
	font-size: 24px;
	font-size: 2.4rem;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-bottom {
	text-align: bottom;
}
.color-blue {
	color: #1b1464;
}
.color-lightgrey {
	color: e9e9e9;
}
.box-sizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.word-break {
	word-break: break-all;
}
.clear {
	clear: both;
	overflow: hidden;
}
.bold {
	font-weight: bolder;
}
.display-none {
	visibility: hidden;
}
@media (max-width: 700px) {
	.display-toggle {
		display: none !important;
	}
}
.width-fixed {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-right: 20px;
	padding-bottom: 80px;
	padding-left: 20px;
	width: 100%;
	z-index: 500;
}
@media (min-width: 960px) {
	.width-fixed {
		margin-right: auto;
		margin-left: auto;
		padding-top: 80px;
		padding-right: 0px;
		padding-bottom: 80px;
		padding-left: 0px;
		width: 960px;
		z-index: 500;
	}
}
@media (max-width: 700px) {
	.width-fixed {
		margin-right: auto;
		margin-left: auto;
		padding: 80px 20px;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		
	}
}
.width-fixed02 {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 100%;
	z-index: 500;
}
@media (min-width: 960px) {
	.width-fixed02 {
		margin-right: auto;
		margin-left: auto;
		padding-top: 80px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		width: 960px;
		z-index: 500;
	}
}
@media (max-width: 700px) {
	.width-fixed02 {
		margin-right: auto;
		margin-left: auto;
		padding: 80px 20px;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		
	}
}
.width-fixed03 {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 100%;
	z-index: 500;
}
@media (min-width: 960px) {
	.width-fixed03 {
		margin-right: auto;
		margin-left: auto;
		padding-top: 80px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		width: 960px;
		z-index: 500;
	}
}
@media (max-width: 700px) {
	.width-fixed03 {
		margin-right: auto;
		margin-left: auto;
		padding: 80px 20px;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		
	}
}


.width-big {
	overflow: hidden;
	width: 100%;
	z-index: 500;
}
@media (min-width: 1500px) {
	.width-big {
	overflow: hidden;
	width: 70%;
	z-index: 500;
}
}



/* width-variable-bg-fader */
.width-variable-bg-fader-inner {
	overflow: hidden;
}
@media (min-width: 960px) {
	.width-variable-bg-fader  {
		width: 100%;
		height: 500px;
		background-position: center center !important;
		background-size: 1920px 500px !important;
	}
	.width-variable-bg-fader-inner img {
		visibility: hidden;
	}
}
@media (max-width: 960px) {
	.width-variable-bg-fader  {
		width: 100%;
		height: 500px;
		background-position: center center !important;
		background-size: 1920px 500px !important;
	}
	.width-variable-bg-fader-inner img {
		visibility: hidden;
	}
}
@media (max-width: 700px) {
	.width-variable-bg-fader  {
		width: 100%;
		height: 250px;
		background-position: center center !important;
		background-size: 960px 250px !important;
	}
	.width-variable-bg-fader-inner img {
		visibility: hidden;
	}
}



/* header */
#header {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}
@media (max-width: 700px) {
	#header {
	}
}
#header-top {
	width: 100%;
}
@media (min-width: 960px) {
	#header-top-inner  {
		margin: 0 auto;
		width: 960px;
	}
}
h1.header-logo {
	float: left;
	display: inline-block;
	width: 150px;
	height: 50px;
	margin: 0px 0;
	font-size: 0;
	background: url( "../a_image_base/kf_logo01.png" );
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	text-align: center;
}
h1.header-logo a {
	display: block;
	width: 100px;
	height: 34px;
}
@media (max-width: 700px) {
	h1.header-logo {
		float: none;
		display: block;
		margin: 5px auto;
		background-position: center center;
	}
}
.header-logo-reverse {
	padding-top: 9px;
}
.display-toggle-reverse {
	display: none !important;
}
@media (max-width: 700px) {
	.display-toggle-reverse {
		display: block !important;
	}
}
#header-inner {
	width: 100%;
	color: #666666;
	
}
@media (min-width: 960px) {
	#header-inner {
		margin: 0 auto;
		width: 960px;
	}
}
@media (max-width: 700px) {
	#header-inner {
	}
}
#header-inner a {
	color: #555;
}
#header-nav {
	float: right;
	overflow: hidden;
	color: #fff;
	height: 50px;
	margin: 0 auto;
}
@media (min-width: 960px) {
	#header-nav {
	}
}
@media (max-width: 700px) {
	#header-nav {
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling:touch;
	}
}
#header-nav ul  {
	font-size: 0;
}
#header-nav ul li {
    display: inline-block;
	padding: 13px 30px;
	border-right: solid 0px #e6e6e6;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}
#header-nav ul li:first-child {
	border-left: solid 0px #e6e6e6;
}
@media (max-width: 700px) {
	#header-nav ul li {
		display: block;
		padding: 10px 30px;
		border-right: none; 
		border-bottom: solid 0px #e6e6e6;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.6;
		text-align: left;
		
		
		
	}
	#header-nav ul li:first-child {
		border-left: none;
	}
}
#header-nav ul li a {
}
.target {
	background: #f0f0f0;
}
.equal-interval {
	display: table;
	width: 100%;
}
.equal-interval li {
	display: table-cell;
	padding: 0 5px;
	width: 20%;
	text-align: center;
	vertical-align: middle;
}
.equal-interval li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.2;
	color: #fff;
}
@media (max-width: 700px) {
	.equal-interval {
		display: block;
		width: 100%;
	}
	.equal-interval li {
		display: block;
		padding: 0 5px;
		border-right: none;
		width: 100%;
		text-align: left;
		vertical-align: middle;
	}
}

/* footer */
#footer {
	background: #cccccc;
}
#footer-inner {
	margin: 0 auto;
	padding: 40px;
}
@media (min-width: 960px) {
	#footer-inner  {
		width: 960px;
	}
}
#footer-inner img {
	width: 35%;
}
@media (max-width: 700px) {
	#footer-inner img {
		width: 50%;
	}
}
.footer-nav {
	overflow: hidden;
	display: inline-block;
	padding: 5px 10px;
}
.footer-nav li {
	display: inline-block;
	padding: 0 15px;
}
.footer-nav li a {
	color: #000;
	text-decoration: none;
}
.footer-nav li a:hover {
	color: #333;
	text-decoration: none;

}

/* home */
.display-line {
	float: left;
	padding: 0 10px;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
@media (max-width: 700px) {
	.display-line {
		float: block;
		padding: 0 0 20px 0;
		width: 100%;
	}
}
.display-line img {
	width: 100%;
}
.logosub {
	padding-bottom: 80px;
}
.logosub img {
	width: 490px;
}
@media (max-width: 700px) {
	.logosub img {
	  width: 70%;
  }
}
	


.project-submenu {
	height: 40px !important;
}
.project-submenu-inner {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	width: 100%;
}
@media (min-width: 960px) {
	.project-submenu-inner {
		overflow: hidden;
		margin-right: auto;
		margin-left: auto;
		padding-top: 7px;
		padding-right: 0px;
		padding-bottom: 7px;
		padding-left: 0px;
		width: 960px;
	}
}
@media (max-width: 700px) {
	.project-submenu-inner {
		overflow: hidden;
		margin-right: auto;
		margin-left: auto;
		padding: 7px 20px;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
}
.project-submenu-list {
	float: right;
	text-align: right;
}
.project-submenu-list li {
	float: left;
	margin-left: 40px;
}
.project-submenu-list li:first-child {
	margin-left: 0;
}

/* company */
.company-title {
	background: url( "images/company_title_image.png" );
	background-repeat: repeat;
	background-position: center center;
}
.company-list {
	overflow: hidden;
}
.company-list li {
	overflow: hidden;
	display: table;
	table-layout: fixed;
	padding: 40px 0;
	border-bottom: solid 1px #333;
}
.company-list li:first-child {
	border-top: solid 1px #333;
}
.company-list li div {
	display: table-cell;
}
@media (max-width: 700px) {
	.company-list li div {
		display: block;
	}
}
.company-list-left {
	padding-right: 78px;
}
.company-list-left img {
	width: 159px;
}
@media (max-width: 700px) {
	.company-list-left {
		padding-right: 0;
		padding-bottom: 40px;
	}
	.company-list-left img {
		width: 50%;
	}
}
.company-list-text {
	overflow: hidden;
}
.company-logo img {
	width: 50%;
}
@media (min-width: 960px) {
	.company-logo img {
		width: 500px;
	}
}
@media (max-width: 700px) {
	.officers {
		margin-bottom: 10px;
	}
}
	

/* news */
.news-title {
	background: url( "images/news_title_image.png" );
	background-repeat: repeat;
	background-position: center center;
}
.news-list {
	overflow: hidden;
}
.news-list a {
	display: block;
}
.news-list li {
	overflow: hidden;
	padding: 40px 0;
	border-bottom: solid 1px #333;
}
.news-list li:first-child {
	border-top: solid 1px #333;
}
.news-list-left {
	float: left;
	width: 20%;
	padding-right: 40px;
}
@media (max-width: 700px) {
	.news-list-left {
		float: none;
		padding-right: 0;
		padding-bottom: 40px;
	}
	.news-list-left img {
		width: 50%;
	}
}
.news-list-text {
	overflow: hidden;
}
.bg_toptitle {
	background: url( "images/bg_image.jpg" );
}

/* contact */
.required {
	font-size: 36px;
	font-weight: bold;
	color: #ca291e;
	vertical-align: middle;
	line-height: 1;
	height: 26px;
	display: inline-block;
	padding-right: 3px;
}
/* class - table form */
.table-form {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.table-form textarea {
	resize: vertical;
	border-color: #dcdcdc;
	width: 100%;
	box-sizing: border-box;
}
.table-form dl {
	overflow: hidden;
	display: table;
	table-layout: fixed;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
.table-form dt {
	display:table-cell;
	table-layout: fixed;
	padding: 10px 0;
	width: 25%;
	box-sizing: border-box;
}

.table-form dd {
	display:table-cell;
	table-layout: fixed;
	padding: 10px 0;
	width: 75%;
	box-sizing: border-box;
}

@media (max-width: 700px) {
	table-form dl {
		display: block;
	}
	.table-form dd {
		display: block;
		width: 100%;
	}
	.table-form dt {
		display: block;
		width: 100%;
		border-bottom: dotted 1px #dcdcdc;
		border-right: none;
	}
}
.to-block {
	display: inline-block;
}
input[type="text"] {
	border: solid 1px #dcdcdc;
	padding: 8px 5px;
	width: 100%;
	box-sizing: border-box;
}
.pr20-toggle {
	padding-right: 20px;
}
@media (max-width: 700px) {
	.to-block {
		display: block;
	}
	.pr20-toggle {
		padding-right: 0;
	}
}
	
/* page-top------------------------arrow-------------------------- */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
	display: block;
    text-decoration: none;
}
#page-top a:hover {
    text-decoration: none;
}
.ya {
	color: #777;
}

.arrow {
  width: 50%;
  
}
@media (max-width: 700px) {
  .arrow {
    width: 50%;
	
	
  }
}

.footer-totop {
	text-align: right;

}
.display-toggle {
	display: block
}


/* ホーム スライダー...........position: fixed;    */
#top-slider-wrap {
	width: 100%;
	overflow: hidden;
}
#slide-content {
    display: none;
}
#slide-area {
    width: 100%;
	position: relative;
}
#slide-area img {
    position: absolute;
	display: none;
	width:100%;
	height:100%;
	left:0;
}
.width-variable-bg-fader-inner img {
	visibility: visible !important;
}

/* web font */
.sebastian {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
}
.sebastian600{
	font-family: 'Crimson Text', serif;
	font-weight: 600;
}.sebastian700 {
	font-family: 'Crimson Text', serif;
	font-weight: 700;
}

/* contact form */
input {
max-width: 98%;
}
textarea {
min-width: 98%;
}
.wpcf7-submit {
	padding: 10px 30px;
	border: solid 1px #333333;
	background: #ffffff;
}