@charset "UTF-8";

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, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

*{
	-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 {
    line-height:1;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

/*************   共通設定   *************/
img{
	border: none;
	vertical-align: bottom;
}
.clear{
	clear: both;
	display: block;
}
.right{
	float: right;
}
.right_img{
	float: right;
	margin: 0 0 0 15px;
}
.right_sp{
	float: right;
}
.right_img_sp{
	float: right;
	margin: 0 0 0 15px;
}
.left{
	float: left;
}
.left_img{
	float: left;
	margin: 0 15px 0 0;
}
.left_sp{
	float: left;
}
.left_img_sp{
	float: left;
	margin: 0 15px 0 0;
}
.center{
	text-align: center;
}
.normal{
	font-weight: normal;
}
.bold{
	font-weight: bold;
}
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb25{
	margin-bottom: 25px;
}
.mb30{
	margin-bottom: 30px;
}
.mb35{
	margin-bottom: 35px;
}
.mb40{
	margin-bottom: 40px;
}
.mb45{
	margin-bottom: 45px;
}
.mb50{
	margin-bottom: 50px;
}
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt25{
	margin-top: 25px;
}
.mt30{
	margin-top: 30px;
}
.mt35{
	margin-top: 35px;
}
.mt40{
	margin-top: 40px;
}
.mt45{
	margin-top: 45px;
}
.mt50{
	margin-top: 50px;
}
.ml5{
	margin-left: 5px;
}
.ml10{
	margin-left: 10px;
}
.ml15{
	margin-left: 15px;
}
.ml20{
	margin-left: 20px;
}
.ml25{
	margin-left: 25px;
}
.ml30{
	margin-left: 30px;
}
.ml35{
	margin-left: 35px;
}
.ml40{
	margin-left: 40px;
}
.ml45{
	margin-left: 45px;
}
.ml50{
	margin-left: 50px;
}
.mr5{
	margin-right: 5px;
}
.mr10{
	margin-right: 10px;
}
.mr15{
	margin-right: 15px;
}
.mr20{
	margin-right: 20px;
}
.mr25{
	margin-right: 25px;
}
.mr30{
	margin-right: 30px;
}
.mr35{
	margin-right: 35px;
}
.mr40{
	margin-right: 40px;
}
.mr45{
	margin-right: 45px;
}
.mr50{
	margin-right: 50px;
}
.font8{
	font-size: 8px;
}
.font10{
	font-size: 10px;
}
.font12{
	font-size: 12px;
}
.font14{
	font-size: 14px;
}
.font16{
	font-size: 16px;
}
.font18{
	font-size: 18px;
}
.font20{
	font-size: 20px;
}
.font22{
	font-size: 22px;
}
.font24{
	font-size: 24px;
}
.font26{
	font-size: 26px;
}
.font28{
	font-size: 28px;
}
.font30{
	font-size: 30px;
}
.font40{
	font-size: 40px;
}
.font50{
	font-size: 50px;
}
.caution{
	color: #F00;
}
.black01{
	color: #000;
}
.orange01{
	color: #F90;
}
.orange02{
	color: #F60;
}
.gray01{
	color: #CCC;
}
.gray02{
	color: #999;
}
.gray03{
	color: #666;
}
.gray04{
	color: #333;
}
.red01{
	color: #FF0004;
}

/****************************ボタン設定****************************/
.btn01 {
	position: relative;
	background-color: #1abc9c;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #0e8c73;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.btn01:hover {
	background-color: #31c8aa;
	box-shadow: 0 3px 0 #23a188;
}
.btn01:active {
	top: 3px;
	box-shadow: none;
}

/*************   リンク設定   *************/
a:link,a:visited{
	color: #000;
	text-decoration:underline;
}
a:hover,a:active{
	color: #000;
	text-decoration:none;
}
a.style01:link,a.style01:visited{
	color: #000;
	text-decoration:none;
}
a.style01:hover,a.style01:active{
	color: #000;
	text-decoration:underline;
}
a.style02:link,a.style02:visited{
	color: #4285f4;
	text-decoration:underline;
}
a.style02:hover,a.style02:active{
	color: #4285f4;
	text-decoration:none;
}

a.hover:hover img {
        filter: alpha(opacity=80);
        -moz-opacity:0.80;
        opacity:0.80;
    }

.show_sp{
	display: none;
}
.show_sp02{
	display: none;
}


/****************************段落設定****************************/
h1{
	margin: 0;
	padding: 0;
}

h2{
	margin: 0;
	padding: 0;
}

h3{
	margin: 0;
	padding: 0;
}

/**************************** body ****************************/
body{
	font-size: 1.0em;
	line-height: 1.5;
	color: #333;
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	min-width:980px;
}

/**************************** container ****************************/
#container{
	margin: 0;
	padding: 0 0 60px 0;
}

.mincho{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.topbox01{
	background-color: #F7F7F7;
}
.topbox01_in{
	margin: 0 auto;
	padding: 90px 35px 45px;
	width: 980px;
	background: URL(../img/top_img01.png) right 155px no-repeat;
	background-size: 667px auto;
	color: #4285F4;
}
.topbox01_in .midashi01{
	margin: 0 0 60px 0;
	font-size: 36px;
}
.topbox01_in p{
	margin: 0 0 45px 0;
	line-height: 250%;
}

.h1box01{
	background-color: #F7F7F7;
}
.h1box01_in{
	margin: 0 auto;
	width: 980px;
	padding: 30px 0 30px 35px;
}
.h1box01_in h1{
	color: #009FD6;
	font-size: 34px;
	font-weight: normal;
}
.h1box01_in h1 span{
	display: inline-block;
	font-size: 16px;
	margin-left: 25px;
}
.box01{
	margin: 0 auto;
	width: 980px;
}
.worksbox01{
	padding: 55px 0 45px 35px;
	color: #4285F4;
}
.worksbox01 h2{
	font-size: 26px;
	margin-bottom: 10px;
	font-weight: bold;
}
.worksbox01 ul{
	list-style: none;
}
.worksbox01 ul li{
	width: 220px;
	text-align: center;
	background-color: #009FD6;
	padding: 5px 0;
	color: #FFF;
	font-weight: normal;
	float: left;
	margin: 0 15px 12px 0;
	font-size: 14px;
}

.slider{
	width: 700px;
	margin: 0 auto;
	padding: 65px 0 0 0;
}

.companybox01{
	padding: 55px 0 45px 35px;
	color: #4285F4;
}
.companybox01 h2{
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: bold;
}
.companybox01_01{
	padding: 50px 0 0 0;
	margin-bottom: 20px;
}
.companybox01_01_in{
	padding: 0 10px;
}
.companybox01_01 h3{
	border-bottom: 1px solid #DDD;
	margin-bottom: 30px;
	font-weight: bold ;
	font-size: 20px;
}
.companybox01_01 ul{
	list-style: none;
	float: left;
}
.companybox01_01 ul li{
	margin-bottom: 20px;
	font-size: 14px;
}
.companybox01_01 img{
	float: right;
}

.companybox01_01 table{
	border-collapse: collapse;
	width: 100%;
}
.companybox01_01 table tr{
	border-bottom: 1px solid #EEE;
}
.companybox01_01 table th{
	padding: 20px 15px;
	text-align: left;
	vertical-align: top;
}
.companybox01_01 table td{
	padding: 20px 15px;
	text-align: left;
	vertical-align: top;
}

.companybox01_02{
	margin: 0 auto;
	width: 910px;
	padding: 30px 0 50px 0;
	color: #4285F4;
}
.companybox01_02 iframe{
	width: 100%;
}

/**************************** header ****************************/
header{
	margin: 0;
	padding: 0;
}

#headerbox{
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 160px;
}
#headerbox .logobox{
	margin: 0;
	padding: 0;
	float: left;
}
#headerbox .logobox h1{
	margin: 0 0 25px 0;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
}
#headerbox .logobox img{
	width: 387px;
}

/**************************** footer ****************************/
footer{
	margin: 0;
	padding: 0;	
}

#footerbox{
	margin: 0;
	padding: 0;
}
#footerbox .footerbox_link{
	text-align: center;
	margin-bottom: 50px;
}
#footerbox .footerbox_link a{
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
#footerbox .footerbox_link a:hover{
	color: #009fd6;
}

#footerbox .copyright{
	text-align: center;
	padding: 0 0 10px 0;
	font-size: 11px;
}

#pagetop{
	margin: 0;
	padding: 0;
	position: fixed;
	bottom: 50px;
	right: 20px;
	display: none;
}

/**************************** section ****************************/
section{
	margin: 0;
	padding: 0;
}

article{
	margin: 0;
	padding: 0;
}

/**************************** nav ****************************/
nav{
	margin: 0;
	padding: 0;
}

#gnav{
	margin: 0;
	padding: 70px 0 0 0;
	float: right;
}

#gnav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#gnav ul li{
	margin: 0 0 0 35px;
	padding: 0;
	float: left;
}

#gnav ul a{
	margin: 0;
	padding: 0;
	color: #333;
	text-decoration: none;
}

#gnav ul a.active{
	color: #009FD6;
}
#gnav ul a:hover{
	color: #999;
}
#gnav ul a.active:hover{
	color: #009FD6;
}

/****************************ul li設定****************************/
	
ul.list_style01{
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}
ul.list_style01 li{
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

/****************************table設定****************************/
table.table_style01{
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}
table.table_style01 th{
	margin: 0;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #CCCCCC;
}
table.table_style01 td{
	margin: 0;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #CCCCCC;
}

table.table_inquiry{
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}
table.table_inquiry th{
	margin: 0;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	border: 1px dotted #CCCCCC;
}
table.table_inquiry td{
	margin: 0;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	border: 1px dotted #CCCCCC;
}
table.table_inquiry td.btn{
	margin: 0;
	padding: 20px;
	text-align: center;
	vertical-align: top;
	border: none;
}

/**************************** form設定 IE_CSS3 ****************************/
input[type="text"] ,input[type="email"] ,textarea {
	padding: 3px;
	font-size:16px;
	border:1px solid #CCC;
	border-radius: 3px;
	width: 100%;
}

input[type="text"]:focus,
textarea:focus{
	border:1px solid #666;
	position:relative;
	behavior: url(ie_css3/PIE.htc);
}

/*input[type="text"]:hover,
textarea:hover{
	border:1px solid #666;
}*/


.form_login input[type="text"],
textarea {
	padding: 5px;
	font:20px Arial,'Helvetica Neue',Helvetica,sans-serif;
	border:1px solid #666;
	border-radius: 3px;  
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;
	box-shadow: 0px 1px 3px #999 inset;
	-webkit-shadow: 0px 1px 3px #999 inset;
	-moz-box-shadow: 0px 1px 3px #999 inset;	
	background-color: #FFF;
	position:relative;
	behavior: url(ie_css3/PIE.htc);
}

.form_login input[type="text"]:focus,
textarea:focus{
	border:1px solid #4D70AA;
	background-color: #FFF;
	box-shadow: 0px 1px 3px #666 inset;
	-webkit-shadow: 0px 1px 3px #666 inset;
	-moz-box-shadow: 0px 1px 3px #666 inset;
	position:relative;
	behavior: url(ie_css3/PIE.htc);	
}

/*.form_login input[type="text"]:hover,
textarea:hover{
	border:1px solid #4D70AA;
	background-color: #FFF;
	box-shadow: 0px 1px 3px #666 inset;
	-webkit-shadow: 0px 1px 3px #666 inset;
	-moz-box-shadow: 0px 1px 3px #666 inset;
	
	
}*/



/****************************canvas設定****************************/
div#stage{
    width:500px;
    height:500px;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-250px;
    margin-top:-250px;
    background:#000;
}

/**************************** sp header ****************************/
#spmenubtn{
	margin: 0;
	padding:0;
	cursor: pointer;
	top: 0;
	right: 0;
	position: absolute;
	display: none;
}
 
#overlay{
	display: none;
	width: 100%;
	height:100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 100;
	background: rgba(0,0,0,0.8);
	overflow-y: auto;
}
 
#text{
	font-size: 40px;
	color: #eee;
	padding-top: 400px;
	vertical-align: middle;
	font-weight: bold;
}
 
#spmenubtnclose{
	margin: 0;
	padding: 0;
	cursor: pointer;
	top: 0;
	right: 0;
	position: absolute;
	color: #FFF;
}

ul.spmenu{
	margin: 0;
	padding: 70px 0 0 0;
	list-style: none;	
}
ul.spmenu li{
	margin: 0;
	padding: 0;
}
ul.spmenu li.midashi{
	margin: 0;
	padding: 5px 0 5px 15px;
	background-color: #FFF;
	color: #000;
	text-align: left;
	font-weight: bold;
}
ul.spmenu li a{
	margin: 0;
	padding: 7px 0 7px 15px;
	display: block;
	text-align: left;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background: url(../img/arrow01.png) 97% 50% no-repeat;
	background-size: 10px 16px;
	border-bottom: 1px dotted #FFFFFF;
}
ul.spmenu li.second a{
	padding: 7px 0 7px 29px;
}
ul.spmenu li a.first{
	border-top: 1px dotted #FFFFFF;
}