@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* CSS Basic Style ---------------------------------------------------------- */

/* reset elements */
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.table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: 'Noto Sans Japanese', sans-serif;
}


:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table.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;
}
figure {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
p, hr, blockquote, address, noscript {
	margin: 0px;
	padding: 0px;
	border: none;
}
li {
	list-style-type: none;
}
table, img {
	border: none;
}
em, q, dfn, code, samp, kbd, var, cite, abbr, acronym {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
hr {
	display: none;
	clear: both;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
}
body {
	zoom: 1;
	font-size: 16px;
	font-size: 1.6rem;
	overflow-x: hidden;
	line-height:30px;
}
body:after {
	content: "";
	display: block;
	clear: both;
}
* {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
	box-sizing:border-box;
}
#bg{
	background: #f2f8fc;
	position: absolute;
	left: 60%;
	width: 100%;
	height: 100%;
	z-index: -1;
}
a {
	color: #191919;
	text-decoration:none;
}
a:link {
	color: #191919;
}
a:visited {
	color: #191919;
}
a:hover {
	color: #aaa;
}
a:active {
	color: #191919;
}
body {
	padding: 0;
	font-weight:100;
	color:#000000;
	position: relative;
}
* html body {
	overflow: hidden;
}
img {
	max-width: 100%;
	border: none;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.clearfix:after{
visibility: hidden;
display: block;
content: " ";
clear: both;
height: 0;
}

* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

a:hover img{
	opacity:0.6;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
common
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/*---toggle --*/
.content{
position:relative;
}
/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: fixed;
  width: 30px;
  height: 30px;
  cursor: pointer;
  top:30px;
  right:30px;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
  z-index:9999;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 13px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}


/*=============================
#btn01
=============================*/
#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
#btn01.active span:nth-of-type(2) {
  opacity: 0;
}
#btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}

#toggle_menu{
display:none;
background-color:rgba(255,255,255,0.9);
position:fixed;
top:0;
right:0;
padding:20px;
width:35%;
height:100%;
z-index:9990;
}
#toggle_menu li{
margin:50px 0;
}
/*-- //toggle --*/

.wrap{
	width:1000px;
	margin:0 auto;
	clear: both;
    overflow: hidden;
}
#main_img{
	margin-top:100px;
	width:100%;
	max-height:400px;
	overflow:hidden;
}

#main_img img{
width:100%;
}
#main_title{
	background: #096fc8;
	position: absolute;
	left: 70%;
	width: 100%;
	height: 250px;
	top:300px;
	padding:100px 0 0 30px;
}
#main_title h2{
	font-size:30px;
	font-size:3.0rem;
	font-family: 'Noto Serif JP', serif;
	color:#fff;
	letter-spacing: 0.5rem;
}
#main_title h2 span{
	display: block;
	font-size:14px;
	fon-size:1.4rem;
}

h3{
	font-size:24px;
	font-size:2.4rem;
	font-family: 'Noto Serif JP', serif;
	padding:0;
	margin:0 0 10px 0;
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
header
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#header_area{
position:fixed;
top:0;
z-index:999;
background:#fff;
padding:10px;
clear:both;
overflow:hidden;
width:100%;
}
#header_area #logo{
float:left;
}
#header_area #head_menu{
float:right;
margin-top:20px;
}
#header_area #head_menu li{
float:left;
margin-right:30px;
}
#header_area #head_menu li a{
font-family: 'Noto Serif JP', serif;
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
footer
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer{
clear:both;
overflow:hidden;
background:#191b1f;
}
#footer #contact{
background:#096fc8;
padding:50px;
width:100%;
clear:both;
overflow:hidden;
margin:0;
}
#footer #contact .wrap{
	padding: 10px;
}
#footer #contact #contact_txt{
float: left;
}
#footer #contact #title{
font-size:24px;
font-size:2.4rem;
font-family: 'Noto Serif JP', serif;
color:#fff;
margin-bottom:10px;
}
#footer #contact #sub{
color:#fff;
}
#footer #contact #bt_contact{
float:right;
margin-top:20px;
}
#footer #contact #bt_contact a{
border:1px solid #fff;
color:#fff;
padding:20px 60px;
transition: .3s;
background:#096fc8;
}
#footer #contact #bt_contact a:before {
background: #333;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
#footer #contact #bt_contact a:hover:before {
	transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}
#footer #contact #bt_contact a:hover{
	background:#fff;
	color:#096fc8;
}
#footer_area{
	padding:40px;
}
#footer_area .wrap{
	width:700px;
	margin:0 auto;
}
#footer_logo_area{
	margin-bottom:30px;
	    clear: both;
    overflow: hidden;
}
#footer_logo{
	float:left;
	margin-right:20px;
}
#footer_lead{
	float:left;
	color:#fff;
	font-size:12px;
	font-size:1.2rem;
	margin-top:15px;
}
#footer_company{
	float:left;
	color:#fff;
	font-size:12px;
	font-size:1.2rem;
	clear: both;
}
#footer_nav{
	float: right;
}
#footer_nav li{
	float:left;
	padding:0 10px;
	line-height: 1;
}
#footer_nav li a{
	color:#fff;
	font-size:12px;
	font-size:1.2rem;
}
#footer_nav li+ li {
  border-left: 1px solid #fff;
}
.copyright{
	color:#fff;
	font-size:12px;
	font-size:1.2rem;
	padding:10px;
	text-align: center;
	clear:both;
	overflow: hidden;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
index
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#index #main_img{
max-height:500px;
}
#index #main_title{
left: 60%;
top: 450px;
padding: 50px 0 0 30px;
}
.title{
	font-size:30px;
	font-size:3.0rem;
	font-family: 'Noto Serif JP', serif;
	background: url("images/i_title.png") no-repeat left top;
	padding:0 0 0 35px;
	width: 1200px;
	margin:10px auto;
}
.title span{
	font-size:12px;
	font-size:1.2rem;
	display: block;
	color:#096fc8;
	margin-top:5px;
}
#news{
	width: 1200px;
	margin:10px auto;
	clear:both;
	overflow:hidden;
}
#news .title{
font-size:18px;
font-size:1.8rem;
background:none;
padding:0 30px 0 0;
width:auto;
float:left;
margin:0;
}
#news li{
float:left;
}
#about{
	width: 1200px;
	margin: 100px auto;
	padding: 50px;
	background: #fff;
}
#about .txt{
	float:left;
	width:600px;
}
#about .txt p{
	font-size:18px;
	font-size:1.8rem;
	line-height:36px;
	margin:20px 0;
}
#about .txt .bt{
	margin-top: 60px;
}
#about .txt .bt a{
border:1px solid #000;
color:#000;
padding:15px 50px;
transition: .3s;
background:#fff;
}
#about .txt .bt a:before {
background: #333;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
#about .txt .bt a:hover:before {
	transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}
#about .txt .bt a:hover{
	background:#333;
	color:#fff;
}
#about .photo{
	float:right;
	width:350px;
}
#service_box{
	background:#f7f7f7;
	padding:100px;
	clear:both;
	overflow: hidden;
	width:100%;
}
#service_box ul li{
	width:49.7%;
}
#service_box ul li:nth-child(odd){
	float:left;
}
#service_box ul li:nth-child(even){
	float:right;
}
#service_box ul li .title{
	font-size:20px;
	font-size:2.0rem;
	font-family: 'Noto Sans Japanese', sans-serif;
	background:none;
	padding:0;
	width:100%;
	margin:10px 0;
	font-weight:bold;
}
#service_box ul li .lead{
margin-bottom:20px;
}
#service_box ul li li{
width:100%;
margin: 0 0 0 20px;
}
#service_box ul li li:nth-child(odd) , #service_box ul li li:nth-child(even){
float:none;
list-style: disc;
font-size:14px;
font-size:1.4rem;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
company
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#company{
	width: 1200px;
	margin: 100px auto;
	padding: 50px;
	background: #fff;
}
#company dl{
	width:100%;
}
#company dt{
	float: left;
    clear: left;
    width: 15%;
}
#company dd{
	float: left;
    width: 85%;
	margin-bottom: 30px;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
service
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#service{
	width: 1200px;
	margin: 100px auto;
	padding: 50px;
	background: #fff;
}
#service .wrap{
margin:0 auto 100px auto;
}
#service .wrap .lead{
margin:0 0 50px 0;
font-size:18px;
font-size:1.8rem;
font-weight:normal;
}
#service .wrap h3{
clear:both;
overflow:hidden;
}
#service .wrap .photo{
float:left;
width:300px;
margin:0 20px 60px 0;
}
#service .wrap .txt{
float:left;
width:670px;
margin:0 0 60px 0;
}
#service .wrap .txt p{
margin-bottom:30px;
}
#service .wrap .txt ul{
margin:0 0 0 20px;
}
#service .wrap .txt li{
list-style: disc;
font-weight:normal;
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
works
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#works{
	width: 1200px;
	margin: 100px auto;
	padding: 50px;
	background: #fff;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
contact
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#contact{
	width: 1200px;
	margin: 100px auto;
	padding: 50px;
	background: #fff;
}
#contact p{
margin-bottom:50px;
}
#contact dl{
	width:100%;
	clear:both;
	overflow:hidden;
}
#contact dt{
	float: left;
    clear: left;
    width: 20%;
}
#contact dt span{
color:#ff0000;
}
#contact dd{
	float: left;
    width: 80%;
	margin-bottom: 30px;
}

input[type="text"] , textarea{
	padding:10px;
	width:100%;
	border-radius:5px;
	border:1px solid #666666;
}
textarea{
	height:200px;
}
.bt_box{
	text-align:center;
}
.bt_box .bt{
	background:#096fc8;
	color:#fff;
	text-align:center;
	padding:10px 35px;
	border:none;
}
.error_list{
margin-bottom:50px;
clear:both;
overflow:hidden;
}
.error_list li{
	color:#ff0000;
}
.lead_contact{
font-size: 24px;
font-size: 2.4rem;
font-family: 'Noto Serif JP', serif;
padding: 0;
margin: 0 0 50px 0;
text-align:center;
}
.bt_toppage a{
	background:#096fc8;
	color:#fff;
	text-align:center;
	padding:10px 35px;
	border:none;
}