@charset "utf-8";
/*default clear設定*/
ul, menu, dir {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-before: 0em;
	-webkit-padding-after: 0em;
	-webkit-padding-start: 0px;
	-webkit-padding-end: 0px;
}
p {
display: block;
-webkit-margin-before: 0px;
-webkit-margin-after: 0px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
fieldset{
	border:none;
}
hr {
	display: none;
}
img {
	border: 0px;	
}
p {
	padding: 0;
	margin: 0;
}
table {
display: table;
border-collapse: collapse;
-webkit-border-horizontal-spacing: 0px;
-webkit-border-vertical-spacing: 0px;
}
 input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
  cursor: pointer;
  }

/*基本css*/
a:link {
	color: #3399CC;
	text-decoration: underline;
}
a:active {
	color: #3399CC;
	text-decoration: none;
}
a:visited {
	color: #3399CC;
	text-decoration: underline;
}
a:hover {
	color: #3399CC;
	text-decoration: none;
}
/*a href css*/
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
a {
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}

.cf:after {
	content: ".";
	display: block;
	visibility: hidden;
	line-height: 0;
	width: 100%;
	height: 0;
	clear: both;
}
.cfb:before {
	content: ".";
	display: block;
	visibility: hidden;
	line-height: 0;
	width: 100%;
	height: 0;
	clear: both;
}
.sp10:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  width: 100%;
  height: 10px;
}
.sp20:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  width: 100%;
  height: 20px;
}
.sp30:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  width: 100%;
  height: 30px;
}
.sp50:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  width: 100%;
  height: 50px;
}
.bold {
	font-weight: bold;
}
.txtrd {
	color: #F10004;
}
.txtgr {
	color: #008A1F;
}

.txts {
	font-size: small;
}
.txtm {
	font-size: medium;
}
.txtL {
	font-size: large;
}
.txtLL {
	font-size: x-large;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}


/*--------------------------
ボタン共通
---------------------------*/

.button_area {
	margin-bottom: 30px;
	text-align: center;
}
/*メインボタン系*/

.submit-button {
	background-color: #D9B205;
	color: #ffffff;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
	font-size: 18px;
	text-decoration: none;
	border-style: none;
	font-weight: bold;
	line-height: 18px;
}
.submit-button a {
	color: #ffffff;
	text-decoration: none;
}
.submit-button a:hover {
	color: #ffffff;
	text-decoration: none;
}

.submit-button:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
  color: #ffffff;
   }
.reset-button {
	border: 1px solid #BBBBBB;
	background-color: #a3a3a3;
	color: #ffffff;
	padding: 8.5px 18px;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
	margin-right: 1%;
	border-radius: 5px;
   }
.reset-button:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
  color: #ffffff;
   }
   
/* body
------------------------------------------------*/
body , html {
	height: 100%;
}
body {
	border: none;
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: medium;
	background-color: #DBDBDB;
}
#wrap {
	padding: 0px;
	margin: 0px;
	position: relative;
}
h2 {
	text-align: center;
	font-size: 28px;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	margin-bottom: 10px;
	margin-top: 30px;
}
h3 {
	text-align: center;
	font-size: 16px;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	margin-bottom: 40px;
	margin-top: 10px;
}
h4 {
}
/*#service h2 {
	color: #FFFFFF;
}
#service h3 {
	color: #FFFFFF;
}*/
  
/* header
------------------------------------------------*/
header {
	width: 100%;
	background-image: url(../img/header_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	min-width: 1000px;
	height: 100px;
	display: block;
	position: fixed;
	top: 0px;
	z-index: 100;
}
header #header {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
header #header h1 {
	float: left;
	margin-left: 20px;
}
header #header h1 .title {
	display: block;
}
header #header h1 .title_sub {
	display: block;
}
header #header h1 a {
	display: block;
}

/* global-navi ------------------------------------------------*/

#gnav {
	float: right;
}
#gnav ul {
	margin-top: 30px;
}
#gnav li {
	display: inline-block;
	margin-right: 30px;
	text-align: center;
}
#gnav li .title {
	font-size: 18px;
}
#gnav li .title_sub {
	font-size: 12px;
}
#gnav li a {
	text-decoration: none;
	color: #000000;
}
#gnav li a:hover {
	color: #747474;
}

/*メインコンテンツ
------------------------------------------------*/

#wrapper-content {
	margin-top: 30px;
}
.contents {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
}
/* fv
------------------------------------------------*/
#fv {
	background-image: url(../img/main_bg.jpg);
	background-position: center top;
	background-size: auto 100%;
	height: 800px;
	width: 100%;
	background-attachment: fixed;
}

#fv .logo {
	text-align: center;
	padding-top: 250px;
}
#fv .logo img {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


/* service
------------------------------------------------*/
#service {
background-color: #ececec;
background-image: url(../img/message_bg.jpg);
background-repeat: no-repeat;
background-size: cover;
}
#service h2 {
color: #FFFFFF;
}
#service h3 {
color: #FFFFFF;
}
#service .left {
	float: left;
	width: 450px;
}
#service .right {
	float: right;
	width: 470px;
}

#service .left img {
	margin-bottom: 20px;
}
#service p {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.4em;
	text-align: left;
	font-weight: bold;
	margin-bottom: 30px;
}
#service p.title {
	font-size: 28px;
	line-height: 1.4em;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #FFFFFF;
	display: block;
}

#service .right ul {
	padding: 10px;
	background-color: rgba(255,255,255,1.00);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#service .right ul li {
	padding: 0px;
	background-color: rgba(255,255,255,0.2);
	margin-bottom: 5px;
}
#service .right ul li p {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.4em;
	text-align: left;
	font-weight: bold;
	margin-bottom: 20px;
}
#service .right ul li .index {
	font-size: 20px;
	line-height: 1.4em;
	color: #FFFFFF;
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
	display: block;
}
#service .revo {
width: 50%;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 3%;
padding-right: 3%;
margin-left: auto;
margin-right: auto;
color: #FFFFFF;
text-align: center;
}
#service .revo h4 {
font-size: 50px;
line-height: 1em;
margin-top: 20px;
margin-bottom: 30px;
font-family: "MS Serif", "New York", serif;
}
#service .revo p {
line-height: 1.8em;
}
#service .revo a {
width: 70%;
margin-left: auto;
margin-right: auto;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
padding-top: 10px;
padding-bottom: 10px;
color: #FFFFFF;
background-color: #E87A00;
text-decoration: none;
font-size: large;
margin-bottom: 20px;
}
#service .revo a:hover {
background-color: #C86900;
}


/* work
------------------------------------------------*/
#work {
	background-image: url(../img/work_bg.jpg);
	background-repeat: repeat;
}




/* message
------------------------------------------------*/
#message {
	background-image: url(../img/message_bg.jpg);
	background-position: center top;
	width: 100%;
	background-size: cover;
	background-attachment: fixed;
}
#message h2 {
	color: #FFFFFF;
}
#message h3 {
	color: #FFFFFF;
}
#message .contents {
	background-image: url(../img/message.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	height: 1170px;
}
#message dl {
	margin-bottom: 30px;
}
#message dl dt {
	margin-bottom: 10px;
	font-size: 20px;
	color: #FF9800;
	font-weight: bold;
	line-height: 1.4em;
	padding-bottom: 5px;
	border-bottom: 1px solid #FC9900;
}
#message dl dd {
	font-size: 12px;
	line-height: 1.4em;
-webkit-margin-start: 20px;
}



/* company
------------------------------------------------*/
#company {
	padding-bottom: 0px;
	background-image: url(../img/company_bg.jpg);
	background-repeat: repeat;
}

#company #map_canvas {
}

#company .info {
	padding-top: 30px;
	margin-right: 30px;
}
#company .info p {
	margin-bottom: 5px;
}

/******************************************************************************
     Footer
 ******************************************************************************/

#footer {
	background-image: url(../img/bg4.png);
	-moz-box-shadow: #000 0 0 6px;
	-webkit-box-shadow: #000 0 0 6px;
	-khtml-box-shadow: #000 0 0 6px;
	box-shadow: #000 0 0 6px;
	min-height: 100px;
	z-index: 10;
	color: #fff;
}
#footer .wrapper-footer {
	width:1000px;
	max-width:100%;
	min-width:768px;
	margin:0 auto;
	text-align: center;
}
#footer .wrapper-footer p {
	padding: 30px;
	color: #fff;
	font-size: 12px;
}



/*--------------------------
ポップアップ
---------------------------*/

.modal {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFFFFF;
	margin-top: 2%;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
	display: block;
}
.modal .img img {
    margin: 0;
	padding: 0;
	vertical-align: bottom;
}


.modal > label:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	color: #878787;
}

.modal > label {
	cursor: pointer;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.modal-overlay {
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.modal-wrap {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #000000;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 900px;
}
#contents section .modal-wrap h3 {
	font-size: 25px;
	margin-bottom: 10px;
}

.modal-wrap label {
	background: #FFD300;
	color: #000;
	cursor: pointer;
	display: inline-block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}

.modal input {
position: absolute;
z-index: -9999;
visibility: hidden;
}

.modal-overlay {
opacity:0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	-moz-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	-ms-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	-o-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
z-index: -999;
}

input:checked ~ .modal-overlay {
opacity: 0.96;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
z-index: 999;
}

.modal-wrap .poptxt {
	font-size: 16px;
	line-height: 1.4em;
	float: left;
	text-align: left;
	width: 300px;
	height: auto;
}
.modal-wrap .poptxt p {
	margin-bottom: 15px;
}
.modal-wrap .poptxt .index {
font-size: 20px;
display: inline-block;
color: #FFFFFF;
padding: 5px;
background-color: #949494;
margin-bottom: 10px;
}
.modal-wrap .popimg {
	float: right;
	width: auto;
	height: auto;
}
