@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,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,main,menu,nav,section,summary,time,mark,audio,video{

}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{
	margin:0;
	padding:0;
	font-size:100%;
	background:transparent
}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}.clear {
	clear: both;
}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:12px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 23px;
	margin: 0px;
	padding: 0px;
}

header {
	width:100%;
}
.Inner {
	width: auto;
	position: relative;
	height: auto;
        margin:0 10px 0 10px;
}


#contents {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 70px;
	padding: 0px;
}

a {
    color:#043771;
}
a:hover {
    color:#144d8d;
}

h1 {

}

h2 {
	font-size:24px;
	color:#333;
	margin: 0em;
}

h3 {
    margin-bottom:0.5em;
    font-size:18px;
}

h4 {
    margin-bottom:0.25em;
    font-size:16px;
}

h5 {
    margin-bottom:0.25em;
    padding-left:25px;
    font-size:16px;
    background:url('../images/bg_arrow_black.png') 0 50% no-repeat;
}

h6 {
    margin-bottom:0.25em;
    padding-left:5px;
    font-size:16px;
    font-weight:bold;
}

p {
    margin:0 0 1em 0;
}

img {
    vertical-align:bottom;
}

em {
    font-weight:bold;
}

strong {
    font-weight:bold;
    color:#ff0000;
}

pre {
    margin:1em 0;
    padding:1em;
}

blockquote {
    margin-bottom:1em;
    padding:1em;
    border:1px dotted #ddd;
    border-left:5px solid #ddd;
}

ul,ol,dl {
    margin:0 0 1em 0;
}
ul li {
    list-style:disc;
}
ol li {
    list-style:decimal;
}
li {
    margin-left:2em;
}

dt {
	margin-bottom:5px;
	float: left;
	color: #FFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px;
}
dd {
	margin-bottom:5px;
	margin-left: 0em;
	padding-left: 90px;
	color: #FFF;
}

table {
    width:100%;
    margin-bottom:1em;
    border-collapse:collapse;
    border:1px solid #ddd;
}
th {
    padding:10px;
    text-align:center;
    vertical-align:middle;
    border:1px solid #ddd;
    background:#f1f1f1;
}
td {
    padding:10px;
    text-align:left;
    border:1px solid #ddd;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
	height: auto;
	background-repeat: repeat-x;
	background-position: left top;
}

header h1 {
	top:4px;
	left:0px;
	right:0;
	bottom:0px;
	z-index:10;
	font-size: 10px;
	color: #666666;
	position: static;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-align: center;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	z-index:10;
	position: static;
	right: 0px;
	margin-bottom: 20px;
	overflow: hidden;
}
nav ul {
	position:static;
	float:none;
	margin:0;
	padding: 0px;
}
nav li {
	position:relative;
	float:left;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	width: 33%;
}
nav li a {
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: left center;
	color: #000;
	padding-left: 0px;
	font-weight: bold;
	font-size: 14px;
}
nav li a:hover {
	color:#666;
	text-decoration:none;
}
nav li:first-child {
	display: none;
}
/*================================================
 *  メイン
 ================================================*/
main {
    width:100%;
}

section {
	margin-bottom:30px;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	font-size:11px;
	text-align:center;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0;
	background-color: #000;
}

#hnav {
	position: static;
	top: 0px;
	right: 0px;
	text-align: center;
        margin-top:10px;
	float:right;
}

#cbbtn {
	position: static;
	float:left;
        width:47%;
        margin-bottom:20px;
display:none;
}
#cbbtn img {
        width:100%;
        height:auto;
}
#okbtn  {
	position: static;
	float:right;
        width:47%;
        margin-bottom:20px;
display:none;
}
#okbtn img  {
        width:100%;
        height:auto;
}

#logo {
	position: static;
	left: 0px;
	top: 37px;
	width: auto;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: center;
	float:left;
}

.css_btn_class {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color: #0056A9;
	font-size: 14px;
	color: #FFF;
	padding-top: 2px;
	padding-right: 30px;
	padding-bottom: 2px;
	padding-left: 30px;
	text-decoration: none;
	position: absolute;
	left: 409px;
	top: 382px;
}
.css_btn_class:hover {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color: #0056A9;
	font-size: 14px;
	color: #FFF;
	padding-top: 2px;
	padding-right: 30px;
	padding-bottom: 2px;
	padding-left: 30px;
	text-decoration: none;
	position: absolute;
	left: 409px;
	top: 382px;
}
.Inner02 {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
}

h2.tit {
	background-color: #0056A9;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	width: 300px;
	padding-top: 12px;
	padding-bottom: 6px;
	color: #FFF;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 40px;
}
.title {
	color: #0056A9;
	margin: 0px;
	position: absolute;
	left: 5px;
	top: 166px;
	font-size: 20px;
	text-align: center;
	width: 482px;
}
.comm {
	position: absolute;
	left: 5px;
	top: 200px;
	text-align: center;
	width: 483px;
}
.btnD {
	border: 1px solid #0056A9;
	position: absolute;
	left: 155px;
	top: 289px;
	font-size: 15px;
	color: #0056A9;
}
.btnD a {
	display: block;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	text-decoration: none;
	color: #0056A9;
}
.newsTi {
	background-image: url(../images/line2.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	background-color: #F7F7F7;
	font-size: 18px;
	font-weight: bold;
	color: #0056A8;
	margin-bottom: 20px;
}
.pad {
	background-color: #F7F7F7;
	padding-right: 10px;
}
.authorization {
	padding-left: 15px;
}
#footIn {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	position: relative;
margin-bottom: 35px;
}
#footIn #footlogo {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	margin: 0px;
	position: static;
	top: 0px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footIn .nav {
	position: static;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
}
#footIn ul li {
	font-size: 12px;
	color: #999;
	list-style-type: none;
	right: 0px;
	top: 36px;
	float: none;
	background-color: #333;
	padding: 0px;
	height: auto;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-align: left;
	margin: 0px;
}
#footIn .nav li a {
	color: #999;
	text-decoration: none;
	display: block;
	padding: 10px;
}

#footIn .nav .last {
	padding-right: 0px;
}
#footIn .comp {
	font-size: 12px;
	color: #999;
	text-align: left;
	position: static;
	right: 0px;
	margin: 0px;
	padding: 10px;
	top: 0px;
}
.copyright {
	background-color: #666;
	padding-top: 3px;
	padding-bottom: 3px;
}
small  {
	font-size: 10px;
	color: #FFF;
	background-color: #666666;
}
#footIn02 .pnav {
	color: #FFF;
	position: absolute;
	top: 30px;
}


#footIn02 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	position: relative;
}
#footIn02 .ficon ul {
	margin: 0px;
	padding: 0px;
}
#footIn02 .ficon ul li {
	float: left;
	padding-right: 10px;
	list-style-type: none;
}
#footIn02 .ficon {
	position: absolute;
	top: 20px;
	right: -300px;
}

.wideslider {
	width: 100%;
	height: 550px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
 
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {
	background-color: #fff;
	background-image: url(../images/prev.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.slider_next {
	background-color: #fff;
	background-image: url(../images/next.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

h2.tk {
	border-bottom-style: none;
	padding-bottom: 10px;
	margin-bottom: 20px;
color: #05B3B1;
font-size:20px;
}
h2.tk span {
	border-bottom-style: none;
}


.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
 
.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
	display: inline-block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.wideslider ul li {
	margin: 0px;
	padding: 0px;
}
#news {
	background-color: #cccccc;
	height: auto;
}
#news #newsinner {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: auto;
}
#news #newsinner .titleArea {
	background-color: #05B3B1;
	height: auto;
	width: 100%;
	text-align: center;
	float: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#news #newsinner .detail {
	bac
	kground-color: #5f605b;
	float: none;
	width: auto;
	height: auto;
	background-color: #5F605A;
	padding: 10px;
}
#cont {
	background-image: none;
	height: auto;
	padding-top: 15px;
}
#cont .fl {
	float: none;
	width: auto;
}
#cont .box01 {
	float: left;
	height: auto;
	width: 50%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#cont .box02 {
	float: right;
	height: auto;
	width: 50%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#cont .box03 {
	float: left;
	height: auto;
	width: 50%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#cont .box04 {
	float: right;
	height: auto;
	width: 50%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#cont .box05 {
	float: left;
	height: auto;
	width: 50%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#cont .box06 {
	float: right;
	height: auto;
	width: 50%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#cont .fr {
	float: none;
	width: auto;
	clear: both;
	padding-top: 20px;
}

.wideslider {
	display: none;
}
.widesliderSP {
	display: inherit;
}
.contL {
	text-align: center;
	float: static;
	width: 100%;
	background-color: #5F605A;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contL img {
	width: 30%;
        height:auto;
}
.contR {
	float: static;
height: auto;
}
.contR img {
	width: 100%;
        height:auto;
}



.contact_form{
	display: block;
	}

 /* お問い合わせ左側 */
.contact_left{
	float: none;
	width: 100%;
	}

 /* お問い合わせ右側 */
.contact_right{
	float: none;
	}

 /* テキストフォームの設定 */
.wpcf7-text{
	margin: 5px 0 5px;
	padding: 11px;
	width: 90%;
	color: #636063;
	font-family: "Myriad Pro", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 16px;
	border: none;
	background: #f3f3f3;
	}

 /* テキストフォームのフォーカス時の設定 */
.wpcf7-text:focus{
	background: #f3f3f3;
	}

 /* テキストエリアの設定 */
.wpcf7-textarea{
	margin: 6px 0 24px;
	padding: 11px;
	width: 90%;
	height: 218px;
	color: #636063;
	font-family: "Myriad Pro", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 16px;
	border: none;
	background: #f3f3f3;
	}

 /* テキストエリアのフォーカス時の設定 */
.wpcf7-textarea:focus{
	background: #f3f3f3;
	}

 /* 送信ボタンの設定 */
.wpcf7-form-control.wpcf7-submit{
	display: block;
	width: 180px;
	height: 40px;
	border: none;
	text-indent: -9999px;
	background: url(images/send.png) no-repeat;
        -moz-background-size:cover;
        background-size:cover;
        margin:0 auto 0 auto;
	}

 /* 送信ボタンのフォーカス時の設定 */
.wpcf7-form-control.wpcf7-submit:hover{
	filter: alpha(opacity=80);
	opacity: .6;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfix{
	overflow:hidden;
	}
.contact_form{
	padding:20px;
	background: #fafafa;
	}
.detail {
background: #f3f3f3;
width:260px;
margin-bottom:15px;
}



.ch {
	background-color: #05B3B1;
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
	color: #FFF;
}

.cn01 {
	float: none;
	width: auto;
	text-align: center;
	border: 1px solid #CCC;
	padding: 10px;
        margin-bottom:10px;
	margin-right: 0px;
}
.cn01 .cbox01 {
	background-color: #D9FFB7;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
}
.fonts  {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}

.cn02 {
	float: none;
	width: auto;
	text-align: center;
	padding: 10px;
	border: 1px solid #CCC;
        margin-bottom:10px;
	margin-right: 0px;
}
.cn02 .cbox01 {
	background-color: #FFFFCE;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
}

.cn03 {
	float: none;
	width: auto;
	text-align: center;
	padding: 10px;
	border: 1px solid #CCC;
}
.cn03 .cbox01 {
	background-color: #FFE3E3;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
        margin-bottom:10px;
}
.txtc {
	text-align: center;
        padding-top:20px;
        margin-bottom:30px;
}

h4.uk{
color:#05b3b1;
}

.youtube iframe{
  width: 100%;
}

.mb0{
margin-bottom:0px!important;
}

.fLogo{
display:none;
}

.spfLogo{
	display: inherit;
margin:0 10px 30px 10px;
	overflow: hidden;
}

.splogo01{
width:48%;
float:left;
align:center
margin-right:0px;
}

.splogo02{
width:48%;
float:right;
align:center
margin-right:0px;
}

.splogo03{
width:48%;
float:left;
align:center
margin-right:0px;
}

.splogo04{
width:48%;
float:right;
align:center
margin-right:0px;
}



/*下層メイン*/
#bg_news {
	display:none;
}
#bg_newsSP {
	display: inherit;
}

#bg_business {
	display:none;
}
#bg_businessSP {
	display: inherit;
}

#bg_philosophy{
	display:none;
}
#bg_philosophySP{
	display: inherit;
}

#bg_recruit{
	display:none;
}
#bg_recruitSP{
	display: inherit;
}

#bg_ass{
	display:none;
}
#bg_assSP{
	display: inherit;
}
#bg_staff{
	display:none;
}
#bg_staffSP{
	display: inherit;
}

#bg_greeting{
	display:none;
}
#bg_greetingSP{
	display: inherit;
}

#bg_company{
	display:none;
}
#bg_companySP{
	display: inherit;
}

#bg_inquiry{
	display:none;
}
#bg_inquirySP{
	display: inherit;
}

#bg_consultation{
	display:none;
}
#bg_consultationSP{
	display: inherit;
}

#bg_cn{
	display:none;
}
#bg_cnSP{
	display: inherit;
}

/*----------------------------------------------------
    .demo01
----------------------------------------------------*/
.demo01 th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:480px){
    .demo01 { margin: 0 0px; }
    .demo01 th,
    .demo01 td{
        width: auto;
        display: block;
        border-top: none;
    }
    .demo01 tr:first-child th   { border-top: 1px solid #ddd; }
}

.cnbtn{
width:100%;
margin:0px auto 40px auto;
}

.busimg02{
width:100%;
margin:0px auto 40px auto;
}

.busimg02 img {
width:100%;
height:auto;
}

/*----------------------------------------------------
    .demo01
----------------------------------------------------*/
.demod th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:480px){
    .demod { margin: 0 0 20px 0; }
    .demod th,
    .demod td{
        width: auto;
        display: block;
        border-top: none;
    }
    .demod tr:first-child th   { border-top: 1px solid #ddd; }
}

.wpcf7-select{
padding:5px;
}

.demod .wpcf7-text{
width:50%;
}

.fulll{
width:100%!important;
-webkit-box-sizing: border-box; /* 古いWebkit系用 */
-moz-box-sizing: border-box;     /* 古いFirefox用 */
box-sizing: border-box;           /* 標準 */
}

.photoArea{
width:100%;
float:none;
margin:0 0 20px 0;
}
.tArea{
width:100%;
float:none;
}

.bbox{
margin-bottom:30px;
overflow:hidden;
}

div.wpcf7 .screen-reader-response {
    position: absolute!important;
    bottom: -14px!important;
    padding: 2px!important;
    width: 100%!important;
    text-align: center!important;
    font-size: 10px!important;
    overflow: hidden!important;
    clip: auto!important;
    height: auto!important;
color:#ff0000!important;
}

.ewe{
width:100%;
height:auto;
}

.metaslider .flexslider{
margin: 0 0 60px 0!important;
}


.footer_fix_btn {
  position:fixed;
  bottom:0;
  width:100%;
  padding:0;
  text-align:center;
z-index:100;
display: block;
}
.fbarea{
overflow: hidden;
    margin: 0;
    padding: 0;
}
.fbarea li {
    width: 33.3%;
height:47px;
    float: left;
    text-align: center;
    list-style: none;
    margin: 0;
padding:5px 0;
}
.fbarea li a {
}
.fbarea li img{
width:auto;
height:100%;
}
.fbarea li.fb01 {
background:#282828;
}
.fbarea li.fb02 {
background:#434343;
}
.fbarea li.fb03 {
background:#686868;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 780px) {
.pc { display: none !important; }
.sp { display: block !important; }
}