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

body,h1,h2,h3,p,img,table,a,ul,li,input,textarea{
	margin: 0;
	padding: 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}
img{
	width: 100%;
}
.clear{
	clear: both
}
a{
	text-decoration: none;
}
h1 span{
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    text-indent: 100%;
    white-space: nowrap;
}
.drawer{
	display: none;
}
#slider {
    width: 100%;
    height:500px;
	padding-top: 300px;
	z-index: 1;
}
.scroll_menu{
	width: 100%;
	padding-top: 10px;
	background: white;
	box-shadow: 0px 0px 10px #aeaeae;
	position: fixed;
	z-index: 99999;
}
.scroll_menu_area{
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
}
.top_header{
	z-index: 1;
	height: 800px;
}
.header_logo{
	width: 360px;
	margin-left: auto;
	margin-right: auto;
}
.top_nav_area{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 9999;
}
.top_nav{
	width: calc(100% - 24px);
	padding: 16px 8px 10px 16px;
	background: white;
	position: absolute;
	box-shadow: 0px 0px 10px #aeaeae;
	bottom:10px;
}
.top_nav_logo{
	width: 130px;
	display: block;
	float: left
}
.logo_sp{
	display: none;
}
.top_nav_ul{
	width: 740px;
	margin-left: 50px;
	float: left;
	list-style: none;
	padding-top: 24px;
}
.scroll_nav_ul{
	width: 740px;
	margin-left: 50px;
	float: left;
	list-style: none;
	padding-top: 20px;
}
.top_nav_li{
	float: left;
	font-size: 18px;
	margin-right: 25px;
}
.top_nav_li a{
	color: #0a1e30;
	font-weight: bold;
	text-decoration: none;
}
.top_nav_contact{
	width: 150px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: -5px;
	background: #0a1e30;
	display: block;
	float: left;
}
.top_nav_contact a{
	color: white;
	text-decoration: none;
}
.wrap{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
.top_news_left{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.top_news_right{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.top_news_left_title{
	padding-top: 60px;
	font-size: 40px;
	margin-bottom: 20px;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	color: #0a1e30;
	line-height: 26px;
}
.top_news_left_title span{
	font-size: 18px;
}
.top_news_ul{
	list-style: none;
}
.top_news_li{
	width: 200px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}
.top_news_li:first-child{
}
.top_news_li a{
	text-decoration: none;
}
.top_news_day{
	color: #fdd300;
	font-weight: bold;
	font-size: 12px;
}
.top_news_image{
	width: 100%;
	height: 120px;
	margin-bottom: 10px;
}
.top_news_day span{
	background: #e9ebf3;
	color: black;
	font-size: 12px;
	padding: 2px 15px;
	margin-left: 5px;
}
.top_news_title{
	color: #0a1e30;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	overflow: hidden;
	height: 22px;
}
.top_what{
	padding-top: 120px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.main_title{
	padding-top: 60px;
	font-size: 40px;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	color: #0a1e30;
	line-height: 26px;
}
.main_title span{
	font-size: 18px;
}
.top_what_area{
	padding-top: 60px;
}
.top_what_image{
	width: 500px;
	float: left;
}
.top_what_textarea{
	width: 440px;
	margin-left: 40px;
	float: left;
	line-height: 18px;
	color: #0a1e30;
}
.top_what_title{
	font-size: 24px;
	font-weight: bold;
}
.top_what_text{
	font-size: 18px;
	margin-top: 20px;
	line-height: 28px;
}
.top_what_bottan{
	background: #0a1e30;
	display: block;
	width: 200px;
	color: white;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-top: 20px;
	font-size: 18px;
	border-radius: 8px;
}
.top_vision{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 120px;
}
.top_app{
	width: 300px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 60px;
	float: left;
}
.top_app_title{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.top_app_image{
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}
.top_app_bottan{
	background: #0a1e30;
	display: block;
	width: 200px;
	color: white;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font-size: 18px;
	border-radius: 8px;}
.top_vision_box{
	width: 850px;
	background: #fffbee;
	position: relative;
	margin-top: 120px;
	font-size: 16px;
	height:450px;
}
.top_vision_image{
	width: 200px;
	position: absolute;
	right: -140px;
	top:-80px;
}
.top_vision_textarea{
	width: 480px;
	padding-left: 20px;
	position: absolute;
	top:-55px;
}
.top_vision_title{
	color: #0a1e30;
	font-size: 28px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 20px;
}
.top_vision_title span{
	color: #f5c72b;
	font-size: 14px;
}
.top_vision_box02{
	width: 850px;
	background: #fffbee;
	position: relative;
	margin-top: 160px;
	margin-left: auto;
	height: 290px;
	margin-bottom: 100px;
}
.top_vision_image02{
	width: 500px;
	position: absolute;
	left: -190px;
	top:-80px;
}
.top_vision_textarea02{
	width: 480px;
	padding-left: 20px;
	position: absolute;
	top:-55px;
	right: 20px;
}
.top_vision_image_sp{
	display: none;
}
.top_vision_image02_sp{
	display: none;
}

.top_drone_small{
	position: absolute;
	width: 300px;
	top: 190px;
	left: 30px;
}
.top_drone_small_sp{
	display: none;
}
.top_message{
	padding-top: 120px;
}
/*インスタ*/
.eapps-instagram-feed-title-container{
	display: none;
}
.eapps-link{
	display: none;
	z-index: 0
}
.eui-widget-title .eapps-instagram-feed-title{
	display: none;
}
.top_gallery{
	margin-top: 120px;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}
.top_gallery_area{
	margin-bottom: 60px;
}
.top_gallery_bottan_area{
	width: 360px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: white;
}
.insta_bottan{
	background: #0a1e30;
	display: block;
	width: 360px;
	color: white;
	position: absolute;
	top: -80px;
	z-index: 999999;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}
.whitearea{
	background: white;
	width: 100%;
	position: absolute;
	height: 150px;
	top: -130px;
	z-index: 99999;
}
.top_company{
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 120px;
}
.company_logo{
	width: 280px;
	float: left;
	margin-top: 80px;
}
.company_table{
	width: 500px;
	margin-left: 100px;
	margin-top: 80px;
	float: left;
	border-collapse: collapse;
}
.company_table th{
	width: 25%;
	border-bottom: 1px solid #e0e0e0;
}
.company_table td{
	padding: 15px 20px;
	border-bottom: 1px solid #e0e0e0;
}
.company_map{
	width: 100%;
	height: 300px;
	margin-top: 80px;
	display: block;
}
.top_recruit{
	background: url("../image/top_recruit.jpg");
	width: 50%;
	float: left;
	padding-top: 120px;
	padding-bottom: 120px;
	background-size: cover
}
.top_recruit_area{
	width: 500px;
	margin-right: auto;
	text-align: center;
}
.top_contact{
	background: url("../image/top_company.jpg");
	width: 50%;
	float: left;
	padding-top: 120px;
	padding-bottom: 120px;
	background-size: cover
}
.top_contact_area{
	width: 500px;
	margin-left: auto;
	text-align: center;
}
.top_contact_title, .top_recruit_title{
	color: white;
	font-size: 24px;
	line-height: 20px;
}
.top_contact_title span , .top_recruit_title span{
	font-size: 14px;
	font-weight: normal;
}
.footer{
	width: 100%;
	background: #0a1e30;
	padding-top: 10px;
}
.footer_area{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.footer_logo{
	display: block;
	width: 140px;
	float: left
}
.footer_menu{
	width: 600px;
	margin-left: 240px;
	padding-top: 20px;
	float: left;
}
.footer_ul{
	list-style: none;
}
.footer_ul li{
	float: left;
	margin-right: 20px;
}
.footer_ul li a{
	color: white;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.copy{
	color: white;
	font-size: 10px;
	text-align: right;
	margin-top: 20px;
	display: block
}
.page_nav_area{
	width: 100%;
	background: white;
	box-shadow: 0px 0px 10px #aeaeae;
	position: fixed;
	z-index: 99999;
}
.page_nav{
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 8px 10px 16px;
}
.page_nav_logo{
	width: 130px;
	display: block;
	float: left
}
.page_nav_ul{
	width: 840px;
	margin-left: 40px;
	float: left;
	list-style: none;
	padding-top: 30px;
}
.page_nav_li{
	float: left;
	margin-right: 25px;
}
.page_nav_li a{
	color: #0a1e30;
	font-weight: bold;
	text-decoration: none;
}
.page_nav_contact{
	width: 150px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: -5px;
	background: #0a1e30;
	display: block;
	float: left;
}
.page_nav_contact a{
	color: white;
	text-decoration: none;
}
.page_header{
	width: 100%;
	padding-top: 160px;
	height: 160px;
}
.page_header_area{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.page_header_box{
	width: 320px;
	padding: 20px;
	position: absolute;
	background: #0a1e30;
	bottom:-215px;
	color: white;
}
.page_header_title{
	display: inline-block;
	font-size: 32px;
	border-bottom: 2px solid white;
	margin-bottom: 5px;
}
.page_wrap{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 120px;
	border-bottom: 1px solid #e9ebf3;
	padding-bottom: 60px;
}
.single_area_title{
	font-size: 30px;
	padding-bottom: 10px;
	margin-top: 40px;
	font-weight: bold;
	border-bottom: 1px solid black;
}
.single_area_title:first-letter{
	color: #0a1e30;
	font-size: 42px;
}
.single_area_day{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 40px;
}
.single_area{
	font-size: 18px;
}
.single_area p{
	font-size: 18px;
}
.single_area img{
	width: 80%;
	height: auto;
}
@media (max-width: 980px){
#slider {
    height:400px;
}
.scroll_menu_area{
	width: 880px;
}
.top_header{
	z-index: 1;
	height: 700px;
}
.top_nav_area{
	width: 880px;
}
.top_nav_logo{
	width: 100px;
}
.top_nav_ul{
	width: 716px;
	padding-top: 25px;
}
.top_nav_li{
	font-size: 14px;
	margin-right: 20px;
}
.top_nav_contact{
	font-size: 14px;
	width: 130px;
}
.wrap{
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
.top_news_left{
	width: 200px;
}
.top_news_right{
	width: 640px;
}
.top_what{
	padding-top: 120px;
}
.main_title{
	padding-top: 60px;
	font-size: 40px;
	background: url("../image/title_logo.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	color: #0a1e30;
	line-height: 26px;
}
.main_title span{
	font-size: 18px;
}
.top_what_area{
	padding-top: 60px;
}
.top_what_image{
	width: 400px;
}
.top_what_text{
	width: 440px;
}
.top_vision{
	padding-top: 120px;
}
.top_vision_box{
	width: 850px;
	height: 300px;
}
.top_vision_image{
	width: 400px;
	right: -30px;
	top:-60px;
}
.top_vision_textarea{
	width: 440px;
}
.top_vision_box02{
	width: 850px;
	height: 300px;
}
.top_vision_image02{
	width: 400px;
	left: -30px;
	top:-60px;
}
.top_vision_textarea02{
	width: 440px;
	top:-55px;
	right: 20px;
}
.top_contact_area , .top_recruit_area{
	width: 440px;
}
.footer_area{
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}
.footer_menu{
	width: 600px;
	margin-left: 140px;
}
.page_nav_area{
	width: 100%;
	background: white;
	box-shadow: 0px 0px 10px #aeaeae;
	position: fixed;
	z-index: 99999;
}
.page_nav{
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 8px 10px 16px;
}
.page_nav_logo{
	width: 130px;
	display: block;
	float: left
}
.page_nav_ul{
	width: 840px;
	margin-left: 40px;
	float: left;
	list-style: none;
	padding-top: 30px;
}
.page_nav_li{
	float: left;
	margin-right: 25px;
}
.page_nav_li a{
	color: #0a1e30;
	font-weight: bold;
	text-decoration: none;
}
.page_nav_contact{
	width: 150px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: -5px;
	background: #0a1e30;
	display: block;
	float: left;
}
.page_nav_contact a{
	color: white;
	text-decoration: none;
}
.page_header{
	width: 100%;
	padding-top: 120px;
	height: 160px;
}
.page_header_area{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.page_header_box{
	width: 320px;
	padding: 20px;
	position: absolute;
	background: #0a1e30;
	bottom:-215px;
	color: white;
}
.page_header_title{
	display: inline-block;
	font-size: 32px;
	border-bottom: 2px solid white;
	margin-bottom: 5px;
}
.page_wrap{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	border-bottom: 1px solid #e9ebf3;
	margin-bottom: 80px;
	padding-bottom: 60px;
}
.single_area_title{
	font-size: 30px;
	padding-bottom: 10px;
	margin-top: 40px;
	font-weight: bold;
	border-bottom: 1px solid black;
}
.single_area_title:first-letter{
	color: #0a1e30;
	font-size: 42px;
}
.single_area_day{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 40px;
}
.single_area{
	font-size: 18px;
}
.single_area p{
	font-size: 18px;
}
.single_area img{
	width: 80%;
	height: auto;
}
}
/*お問い合わせ*/
.contact_table{
	width: 100%;
}
.contact_table th{
	text-align: left;
	width: 20%;
	border-top:1px solid #eee;
}
.contact_table td{
	padding: 20px;
	border-top:1px solid #eee;
	
}
.required{
	color: #0a1e30;
}
.short_form{
	color: #212121;
	background: #f8f8f8;
	border: none;
	font-weight: 500;
	font-size: 18px;
	padding: 10px;
	width: calc(100% - 20px);
}
.textarea{
	color: #212121;
	background: #f8f8f8;
	border: none;
	font-weight: 500;
	font-size: 18px;
	padding: 10px;
	width: calc(100% - 20px);
	height: 200px;
}
.borderbottom{
	border-bottom:1px solid #eee;
}
.submit{
	background: #0a1e30;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: none;
	color: white;
	display: block;
	width: 260px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left:auto;
	margin-right:auto;
}
.thanks_title{
	font-size: 36px;
	font-weight: bold;
}
.thanks_text{
	font-size: 18px;
	margin-top: 10px;
}
.privacy{
	width: 600px;
	height: 150px;
	padding: 20px;
	overflow-y:scroll;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	border:1px solid #eee;
}
.privacy a{
	color: black;
	text-decoration: none;
}
.privacy_title{
	font-weight: bold;
	font-size: 18px;
}
.privacy_text{
	font-size: 14px;
	margin-bottom: 20px;
}
.privacy_dl dt{
	font-weight: bold;
	font-size: 14px;
}
.privacy_dl dd{
	font-size: 12px;
	margin-bottom: 10px;
}
.privacy_check{
	text-align: center;
	display: block;
	margin-top: 30px;
	margin-bottom: 50px;
	font-weight: bold;
}
.privacy_check_text{
	font-size: 14px;
	text-align: center;
	margin-top: 40px;
}
.feature{
}
.feature_area{
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
.feature_title{
	color: #0a1e30;
	text-align: center;
	font-weight: bold;
	font-size: 52px;
	position: relative;
	margin-bottom: 160px;
}
.feature_title:before{
	content: "";
	width: 200px;
	height: 5px;
	background: #0a1e30;
	position: absolute;
	bottom:-10px;
	left: calc(50% - 100px);
}
.feature_box{
	width: 700px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 330px;
	padding-right: 30px;
	margin-left: auto;
	position: relative;
	background: white;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-bottom: 160px;
	margin-top: 60px;
}
.feature_box2{
	width: 700px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 330px;
	padding-left: 30px;
	margin-right: auto;
	position: relative;
	background: white;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-bottom: 160px;
	margin-top: 60px;
}
.feature_box .feature_box_iphone{
	position: absolute;
	width: 230px;
	left: -140px;
	top: -45px;
}
.feature_box2 .feature_box_iphone{
	position: absolute;
	width: 230px;
	right: -140px;
	top: -45px;
}
.feature_box .feature_textarea{
	margin-left: 120px;
}
.feature_box2 .feature_textarea{
	width: 580px;
}
.feature_tag{
	background: #0a1e30;
	display: inline-block;
	color: #fdd000;
	font-size: 24px;
	padding-left: 10px;
	padding-right: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.feature_title2{
	font-size: 40px;
	font-weight: bold;
	line-height: 46px;
	margin-bottom: 15px;
}
.feature_text{
	font-size: 24px;
}
.hikaku{
	padding-top: 60px;
	padding-bottom: 60px;
}
.hikaku_area{
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}
.hikaku_title{
	color: #0a1e30;
	text-align: center;
	font-weight: bold;
	font-size: 52px;
	position: relative;
	margin-bottom: 160px;
}
.hikaku_title:before{
	content: "";
	width: 200px;
	height: 5px;
	background: #0a1e30;
	position: absolute;
	bottom:-10px;
	left: calc(50% - 100px);
}
.point_box{
	margin-bottom: 80px;
}
.point_tag{
	background: #0a1e30;
	display: block;
	text-align: center;
	width: 130px;
	color: #fdd000;
	font-size: 24px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	margin-bottom: 10px;
}
.point_title{
	color: #242424;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.point_table{
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
.gray{
	background: #d7d7d7;
	width: 40%;
	border: 2px solid white;
	font-size: 24px;
}
.th{
	background: #0a1e30;
	padding: 20px;
	border: 2px solid white;
}
.point_table td{
	font-size: 42px;
	font-weight: bold;
	background: #0a1e30;
	color: white;
	text-align: center;
	padding: 20px;
	border: 2px solid white;
}
.th img{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
.point_text{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 24px;
	margin-top: 10px;
	font-weight: bold;
}
.app_submit{
	margin-top: 120px;
	margin-bottom: 40px;
}
.app_header{
	border-top: 30px solid #0a1e30;
	padding-top: 50px;
}
.app_header_area{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.app_header_iphone{
	width: 230px;
	float: left;
}
.app_header_right{
	width: 430px;
	float: left;
	margin-left: 90px;
}
.app_header_logo{
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
.download_area{
	width: 428px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.download_link{
	width: 190px;
	float: left;
	display: block;
	margin-left: 12px;
	margin-right: 12px;
}
.feature_box_iphone_sp{
	display: none;
}