@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------
						header
-----------------------------------------------------*/

header{
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #01a0e2;
    width: 100%;
	z-index: 300;
}

.wrap{
	line-height: 1;
	background-color: #fefbf6;
}

.ta_center{
	text-align: center;
}

/*-----------------------------------------------------
						menu
-----------------------------------------------------*/

.menu_bar{
	padding: 15px;
}

.menu_bar img{
	width: 35%;
}

.menu_btn{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 12;
	padding: 15px 20px;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: relative;
	width: 25px;
	height: 13px;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 3px;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 9px;
}

.menu-trigger span:nth-of-type(3) {
	top: 18px;
}

#hamburger_01.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
	
}

#hamburger_01.menu-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar01 .8s forwards;
	animation: active-menu-bar01 .8s forwards;
}

#hamburger_01.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);

}
	
@-webkit-keyframes active-menu-bar01 {
	100% {
		height: 0;
	}
}
	
@keyframes active-menu-bar01 {
	100% {
		height: 0;
	}
}

.bg_menu{
	position: fixed;
	top: 49px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	display: none;
}

.bg_menu.bg_active{
	display: block;
}

.nav_menu{
	position: fixed;
	top: -55%;
	width: 100%;
	z-index: 15;
	transition: all .5s;
	}

.nav_menu.menu_active{
	top: 48px;
	z-index: 250;
}

.nav_menu nav ul li{
	color: #fff;
	font-weight: bold;
	padding: 15px;
	font-size: 14px;
	background-color: #01a0e2;
	border-top: 1px solid #fff;
	}

/*-----------------------------------------------------
						SlideShow
-----------------------------------------------------*/

.slick_slide{
	width: 100%;
	margin-top: 48px;
}

.slick_slide img{
	width: 100%;
}

.wideslider {
	width: 100%;
	margin-top: 48px;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.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: #FFF url(../images/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../images/next.jpg) no-repeat left center;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	border-radius: 3px;
	width: 6px;
	height: 6px;
	display: inline-block;
	overflow: hidden;
	background: #888;
}
.pagination a.active {
	background-color: #333;
}


/*------------------------------------------------------
.top{
	margin-top: 55px;
	background-image: url("../images/top.png");
	background-size: 100%;
	padding: 47px;
}

.top_title{
	margin-bottom: 20px;
}

.top_title img{
	width: 70%;
}

.sub_title{
	color: #01a0e2;
	font-size: 13px;
	font-weight: bold;
}
-------------------------------------------------------*/

/*-----------------------------------------------------
						SectionTitle
-----------------------------------------------------*/

.section_title{
	font-size: 22px;
	font-weight: bold;
	color: #505050;
	margin-bottom: 25px;
	margin-left: 30px;
	position: relative;
}

.section_title::before{
	content: "";
	position: absolute;
	top: -8px;
	left: -17px;
	transform: rotate(45deg);
	height: 12px;
	width: 12px;
	background-color: #01a0e2;
}

.section_title::after{
	content: "";
	position: absolute;
	top: 8px;
	left: -26px;
	transform: rotate(15deg);
	height: 8px;
	width: 8px;
	background-color: #5fbce2;
}

/*-----------------------------------------------------
						お知らせ
-----------------------------------------------------*/

.osirase{
	width: 100%;
}

.osirase img{
	width: 65%;
	margin-bottom: 25px;
}

.osirase_content_inner{
	padding: 50px 20px;
	font-size: 14px;
	line-height: 1.5;
}

.o_l_s{
	border-bottom: 1px dashed #01a0e2;
	padding: 15px 0;
}

.o_l_s a{
    text-decoration: underline;
}

/*-----------------------------------------------------
						会社案内
-----------------------------------------------------*/

#about{
	padding: 70px 20px 100px;
	position: relative;
	line-height: 1.5;
}

.about_subtitle{
	font-size: 14px;
	color: #01a0e2;
	font-weight: bold;
	z-index: 50;
	text-align: center;
	margin-bottom: 15px;
}

.about_mission{
	margin-top: -27px;
}

.about_lamplight{
	margin-top: -22px;
}

.about_text{
	font-size: 14px;
}

.about_text:nth-child(4){
	margin-bottom: 50px;
}

/*-----------------------------------------------------
						システム開発
-----------------------------------------------------*/

#system_development{
	padding: 70px 20px 100px;
	line-height: 1.5;
}

.sd_text{
	font-size: 14px;
}

ul li.sd_list{
    padding-left: 1em;
    text-indent: -1em;
}

/*-----------------------------------------------------
						会社概要
-----------------------------------------------------*/

#company{
	padding: 70px 20px 100px;
	line-height: 1.5;
}

.border{
	width: 90%;
	margin: 0 auto;
	border-bottom: thin dotted #01a0e2;
}

.company_info{
	text-align: left;
}

.company_info th{
	font-size: 14px;
	font-weight: bold;
	width: 25%;
	padding: 10px 0;
	vertical-align: top;
}

.company_info td{
	font-size: 14px;
	width: 75%;
	padding: 10px 0;
	vertical-align: top;
}

.company_info td a{
    text-decoration: underline;
}

/*-----------------------------------------------------
						アクセス
-----------------------------------------------------*/

#access{
	padding: 70px 20px 100px;
	line-height: 1.5;
}

.access_map{
	width: 90%;
	margin: 0 auto;
}

.map{
	width: 100%;
	margin-bottom: 10px;
}

.map img{
	width: 100%;
}

.btn_map{
	width: 50%;
	margin-bottom: 20px;
}

.btn_map img{
	width: 100%;
}

.address{
	font-size: 14px;
}

ul li.moyori{
    padding-left: 1em;
    text-indent: -1em;
}

/*-----------------------------------------------------
						開発実績
-----------------------------------------------------*/

#developments{
	padding: 70px 20px 100px;
	line-height: 1.5;
}

.records{
	width: 100%;
	margin: 0 auto;
}

.pieces img{
	width: 90%;
	margin: 10px auto;
}

/*-----------------------------------------------------
						サービス
-----------------------------------------------------*/

#service{
	padding: 70px 20px 100px;
	line-height: 1.5;
}

.agile_txt{
    text-align: left;
    margin: 8px auto 0;
}

.agile_ttl{
    font-size: 2.4rem;
    color: #009fe8;
    font-weight: bold;
    text-align: center;
}

.agile_link{
    text-decoration: none;
    color: inherit;
}



/*-----------------------------------------------------
						お問い合わせ
-----------------------------------------------------*/

#inquiry{
	padding: 70px 20px 100px;
	margin-bottom: 100px;
	line-height: 1.5;
}

.inquiry_form{
	font-size: 14px;
	width: 90%;
	margin: 0 auto;
}

.in_explanation{
	margin-bottom: 40px;
}

.kome{
	color: #de051f;
}

.form_content{
	margin-bottom: 30px;
}

label{
	display: block;
}

.input_style{
	width: 92.7%;
	background-color: #fff;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #ccc;
}

.input_style:focus{
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

#content{
	height: 150px;
}

.btn_send{
	width: 100%;
	background-color: #009de6;
	padding: 10px;
	letter-spacing: 5px;
	border-radius: 3px;
}

.send{
	font-weight: bold;
	color: #fff;
	font-size: 15px;
}

.sending_completion{
	margin-top: 50px;
	line-height: 1.7em;
	letter-spacing: 0.2em;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #069edd;
	display: none;
}

div.lamp_ship{
	width:100%;
	margin:0 auto;
	position:relative;
}

div.light{
	float: left;
	position: absolute;
	top: -88px;
}

div.light img{
	display:block;
}


div.ship{
    z-index:1;
	position:absolute;
	left:-210px;
	top:-30px;
	transform:rotate(5deg);
}

div.footer{
	width:100%;
	height:50px;
	background:url(../images/sea.png) repeat-x;
}

p.copyright{
	width:100%;
	text-align:center;
	padding: 30px 0 20px;
	background:url(../images/bg_sea.png) repeat-x;
	color:#FFF;
	font-size:14px;
}

/*-----------------------------------------------------
					　緊急のお知らせ
-----------------------------------------------------*/
.att{
    width: 80%;
    background-color: rgba(245,151,0,.1);
    color: #f59700;
    border: 4px solid #f59700;
    border-radius: 10px;
    padding: 24px;
    margin: 32px auto 0;
    box-sizing: border-box;
}

.att_ttl{
    font-size: 1.2rem;
    text-align: center;
    color: #f59700;
    margin-bottom: 16px;
}

.att_txt{
    font-size: 1rem;
    color: #333;
    line-height: 1.4;
}


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












