@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:14px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}

header {
	width:100%;
}
.Inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 140px;
}


#contents {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

	padding-top: 70
.px;
	padding-top: 70px;
}

a {
    color:#043771;
}
a:hover {
    color:#144d8d;
}

h1 {

}

h2 {
	margin-top:0px;
	margin-bottom:1em;
	font-size:24px;
	color:#333;
}

h3 {
    margin-bottom:15px;
    font-size:18px;
}

h4 {
    margin-bottom:10px;
    font-size:15px;
}

h5 {
    margin-bottom:0.25em;
    padding-left:25px;
    font-size:16px;
}

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: url(images/ar.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
dd {
	margin-bottom:5px;
	margin-left: 0em;
	padding-left: 110px;
	color: #FFF;
}
dd a {
	color: #FFF;
	text-decoration:none;
}
dd a:hover {
	color: #ccc;
	text-decoration:none;
}

table {
    width:100%;
    margin-bottom:1em;
    border-collapse:collapse;
    border:1px solid #ddd;
}
th {
    padding:10px;
    text-align:left;
    vertical-align:middle;
    border:1px solid #ddd;
    background:#f1f1f1;
    width:200px;
}
td {
    padding:10px;
    text-align:left;
    border:1px solid #ddd;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
	height: 140px;
	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: absolute;
	width: 597px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	top:80px;
	z-index:10;
	position: absolute;
	right: 0px;
}
nav ul {
	position:relative;
	float:left;
	margin:0;
	padding: 0px;
}
nav li {
	position:relative;
	float:left;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
}
nav li a {
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: left center;
	color: #000;
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
}
nav li a:hover {
	color:#666;
	text-decoration:none;
}



/*================================================
 *  メイン
 ================================================*/
main {
    width:100%;
}

section {
	margin-bottom:40px;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	font-size:11px;
	text-align:center;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0;
	background-color: #000;
}

#hnav {
	position: absolute;
	top: 0px;
	right: 0px;
}

#logo {
	position: absolute;
	left: 0px;
	top: 37px;
}
#cbbtn {
	position: absolute;
	left: 596px;
	top: 30px;
}
#okbtn  {
	position: absolute;
	left: 596px;
	top: 0px;
}
.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: 1000px;
	margin-right: auto;
	margin-left: auto;
	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: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 240px;
	position: relative;

}
#footIn #footlogo {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	margin: 0px;
	position: absolute;
	top: 84px;
}
#footIn .nav {
	position: absolute;
	top: 63px;
	right: -1px;

}
#footIn ul li {
	font-size: 12px;
	color: #999;
	list-style-type: none;
	right: 0px;
	top: 36px;
	padding-left: 20px;
	float: left;
}
#footIn .nav li a {
	color: #999;
	text-decoration: none;
}

#footIn .nav .last {
	padding-right: 0px;
}
#footIn .comp {
	font-size: 12px;
	color: #999;
	text-align: right;
	position: absolute;
	right: 0px;
	margin: 0px;
	padding: 0px;
	top: 120px;
}
#footIn .comp a {
	color: #fff;
}
.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;
}
 
.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: 170px;
}
#news #newsinner {
	height: 170px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#news #newsinner .titleArea {
	background-color: #05B3B1;
	height: 100px;
	width: 230px;
	padding-top: 70px;
	padding-left: 20px;
	float: left;
}
#news #newsinner .detail {
	bac
	kground-color: #5f605b;
	float: right;
	width: 720px;
	height: 150px;
	padding-top: 20px;
	padding-left: 30px;
	background-color: #5F605A;
}
#cont {
	background-image: url(images/bgbg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	height: 430px;
	padding-top: 70px;
}
#cont .fl {
	float: left;
	width: 651px;
}
#cont .box01 {
	float: left;
	width: 217px;
}
#cont .box02 {
	float: left;
	width: 217px;
}
#cont .box03 {
	float: left;
	width: 217px;
}
#cont .box04 {
	float: left;
	width: 217px;
}
#cont .box05 {
	float: left;
	width: 217px;
}
#cont .box06 {
	float: left;
	width: 217px;
}

#cont .fr {
	float: right;
	width: 333px;
}

.slicknav_menu {
	display:none;
}
.widesliderSP {
	display: none;
}

h3.uk {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #05B3B1;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

h2.tk {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	margin-bottom: 50px;
}
h2.tk span {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #05b3b1;
}
.attachment-full{
width:100%;
height:auto;
}



.contact_form{
	display: block;
	}

 /* お問い合わせ左側 */
.contact_left{
	float: left;
	width: 260px;
	}

 /* お問い合わせ右側 */
.contact_right{
	float: right;
	}

 /* テキストフォームの設定 */
.wpcf7-text{
	margin: 6px 0 0px;
	padding: 11px;
	width: 260px;
	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: 550px;
	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;
	}

 /* 送信ボタンのフォーカス時の設定 */
.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: left;
	width: 30.5%;
	text-align: center;
	border: 1px solid #CCC;
	padding: 10px;
	margin-right: 10px;
}
.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: left;
	width: 30.3%;
	text-align: center;
	padding: 10px;
	border: 1px solid #CCC;
	margin-right: 10px;
}
.cn02 .cbox01 {
	background-color: #FFFFCE;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
}

.cn03 {
	float: left;
	width: 30.5%;
	text-align: center;
	padding: 10px;
	border: 1px solid #CCC;
}
.cn03 .cbox01 {
	background-color: #FFE3E3;
	text-align: center;
	padding: 10px;
	margin-top: 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{
width:820px;
margin:0 auto 0 auto;
overflow: hidden;
}

.logo01{
width:215px;
float:left;
margin-right:30px;
}

.logo02{
width:150px;
float:left;
margin-right:30px;
}

.logo03{
width:234px;
float:left;
margin-right:30px;
}

.logo04{
width:131px;
float:right;
}

.spfLogo{
display:none;
}

.contL {
	text-align: center;
	float: left;
	width: 250px;
	background-color: #5F605A;
	height: 75px;
	padding-top: 25px;
}
.contR {
	float: right;
height: 100px;
}



/*下層メイン*/
#bg_news {
	background-image: url(images/news.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
	height: 400px;
}
#bg_news #inner {
	height: 400px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#bg_news #inner img {
	padding-top:150px;
}


#bg_business {
	background-image: url(images/business.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
	height: 400px;
}
#bg_business #inner {
	height: 400px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#bg_business #inner img {
	position:absolute;
	top: 50%;
	margin-top: -50px;
	left: 0px;
}

#bg_philosophy{
	background-image: url(images/philosophy.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
	height: 400px;
}
#bg_philosophy #inner {
	height: 400px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#bg_philosophy #inner img {
	position:absolute;
	top: 130px;
	margin-top: -50px;
	left: 0px;
}

#bg_recruit{
	background-image: url(images/recruit.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
	height: 400px;
}
#bg_recruit #inner {
	height: 400px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#bg_recruit #inner img {
	position:absolute;
	top: 50%;
	margin-top: -50px;
	left: 0px;
}

#bg_greeting{
	background-image: url(images/greeting.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
	height: 400px;
}
#bg_greeting #inner {
	height: 400px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#bg_greeting #inner img {
	position:absolute;
	top: 50%;
	margin-top: -50px;
	left: 0px;
}

#bg_company{
	background-image: url(images/company.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
	height: 400px;
}
#bg_company #inner {
	height: 400px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#bg_company #inner img {
	position:absolute;
	top: 50%;
	margin-top: -50px;
	left: 0px;
}

#bg_inquiry{
	background-image: url(images/inquiry.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
	height: 400px;
}
#bg_inquiry #inner {
	height: 400px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#bg_inquiry #inner img {
	position:absolute;
	top: 50%;
	margin-top: -50px;
	left: 0px;
}

#bg_consultation{
	background-image: url(images/consultation.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
	height: 400px;
}
#bg_consultation #inner {
	height: 400px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#bg_consultation #inner img {
	position:absolute;
	top: 50%;
	margin-top: -50px;
	left: 0px;
}

#bg_cn{
	background-image: url(images/cn.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
	height: 400px;
}
#bg_cn #inner {
	height: 400px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#bg_cn #inner img {
	position:absolute;
	top: 50%;
	margin-top: -50px;
	left: 0px;
}

#bg_businessSP {
display:none;
}
#bg_philosophySP{
display:none;
}
#bg_recruitSP{
	display:none;
}
#bg_greetingSP{
	display:none;
}
#bg_companySP{
	display:none;
}
#bg_inquirySP{
	display:none;
}
#bg_consultationSP{
	display:none;
}
#bg_cnSP{
	display:none;
}