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






/* ----------------------
   common_sp
---------------------- */
@media screen and (max-width: 640px){
body {
	overflow: hidden;
}
body .pc_only {
	display: none !important;
}
body .sp_only {
	display: block !important;
}
/* ::: float ::: */
.fl { float: none !important; }
.fr { float: none !important; }


/* ----------------------
   header
---------------------- */
header {
	width: 100%;
	min-width: 640px;
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 900;
}

/*--- header current ---*/
#home .menu_list .menu_li:nth-child(1) a {
	border-bottom: 6px solid #fff100;
}
#aboutus .menu_list .menu_li:nth-child(2) a {
	border-bottom: 6px solid #fff100;
}
#member .menu_list .menu_li:nth-child(3) a {
	border-bottom: 6px solid #fff100;
}
#seminar .menu_list .menu_li:nth-child(4) a {
	border-bottom: 6px solid #fff100;
}
#event .menu_list .menu_li:nth-child(5) a {
	border-bottom: 6px solid #fff100;
}
#news .menu_list .menu_li:nth-child(6) a {
	border-bottom: 6px solid #fff100;
}


/* ----------------------
    sp_menu
---------------------- */

/* Toggle(Button) */
header #navToggle {
	position:absolute;/*to body*/
	right:30px;
	top:20px;
	width:95px;
	height:100px;
	cursor:pointer;
	z-index: 999;
	padding: 15px 8px 5px;
	box-sizing: border-box;
	transition: ease-in-out 0.3s;
}
header #navToggle .txt {
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	padding-top: 55px;
	color: #005bab;
	transition: ease-in-out 0.3s;
}
/*-- change txt ---*/
header #navToggle #op_t.txt {
	display: block;
}
header.openNav #navToggle #op_t.txt {
	display: none;
}
header #navToggle #cl_t.txt {
	display: none;
}
header.openNav #navToggle #cl_t.txt {
	display: block;
	color: #fff;
}

header #navToggle div {position:relative}
header #navToggle span {
	display:block;
	position:absolute;/*to div*/
	width:100%;
	border-bottom:solid 4px #005bab;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out}
header #navToggle span:nth-child(1) {top:0}
header #navToggle span:nth-child(2) {top:15px}
header #navToggle span:nth-child(3) {top:30px}

/*--- open #navToggle ---*/
header.openNav #navToggle {
	right: 81%;
}
header.openNav #navToggle span {
	border-bottom: solid 4px #fff;
}
header.openNav #navToggle span:nth-child(1) {
	top: 11px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg)}
header.openNav #navToggle span:nth-child(2),
header.openNav #navToggle span:nth-child(3) {
	top: 11px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg)}

/*---change header ---*/
header.openNav {
	height: 100%;
	background: none;
}
/*--- gnav_cover ---*/
header .gnav_cover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 760px;
	z-index: 995;
	transition: ease-in-out 0.3s;
	background: rgba(0,91,171,0.8);
}
header.openNav .gnav_cover {
	transform: translateX(-760px);
}
/*--- slide_nav ---*/
header .gnav_cover .slide_nav {
	width: 78.66%;
	margin-left: 21.34%;
	height: 100%;
	overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
	background: #fff;
	border-top: 10px solid #e8e8e8;
}
.gnav_cover .slide_nav .nav_cel {
	font-size: 2.2rem;
}
.gnav_cover .slide_nav .nav_cel .nav_title {
	border-bottom: 6px solid #e8e8e8;
	background: #fff;
	display: block;
	font-size: 3rem;
	width: 100%;
	height: auto;
	padding: 22px 0 24px 99px;
	box-sizing: border-box;
	color: #000;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
	transition: ease-in-out 0.3s;
	position: relative;
}
.gnav_cover .slide_nav .nav_cel .nav_title:before {
	content: "";
	width: 84px;
	height: 6px;
	background: #fff100;
	position: absolute;
	bottom: -6px;
	left: 0;
}
.gnav_cover .slide_nav .nav_cel .nav_title img {
	position: relative;
	top: -4px;
}
.gnav_cover .slide_nav .nav_cel .nav_title:first-child {
	border-top: none;
}
.gnav_cover .slide_nav .nav_cel .nav_title:after {
	content: "";
	position: absolute;
	width: 18px;
	height: 26px;
	background: url(/common/img/img_side_arrow.png) no-repeat center center;
	top: 31px;
	left: 35px;
	transition: ease-in-out 0.3s;
}
.gnav_cover .slide_nav .nav_cel .btn-4:after {
	transform: rotate(90deg);
}
.gnav_cover .slide_nav .nav_cel .btn-4.active:after {
	transform: rotate(-90deg);
	opacity: 0.3;
}
.gnav_cover .slide_nav .nav_cel .nav_title .big_home {
	margin-right: 16px;
}
.gnav_cover .slide_nav .nav_cel .nav_title:hover {
	background: #edeff1;
}

/*--- top_btn_list --*/
.gnav_cover .slide_nav .top_btn_list {
	width: 100%
}
.gnav_cover .slide_nav .top_btn_list .btn_li {
	width: 100%x;
	height: 62px;
	background: #fff;
	margin-left: 1px;
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 1px;
}
.gnav_cover .slide_nav .top_btn_list .btn_li a {
	display: block;
	width: 100%;
	height: 62px;
	vertical-align: middle;
	color: #fff;
	background: #ecf7fd;
	text-decoration: none;
	padding: 15px 0 0 32px;
	text-align: left;
}
.gnav_cover .slide_nav .top_btn_list .btn_li:nth-child(1) a {
	color: #036eb8;
}
.gnav_cover .slide_nav .top_btn_list .btn_li:nth-child(2) a {
	background: #409ad6;
}
.gnav_cover .slide_nav .top_btn_list .btn_li:nth-child(3) a {
	background: #409ad6;
}
.gnav_cover .slide_nav .top_btn_list .btn_li:nth-child(4) a {
	background: #036eb8;
}

/*--- accordion --*/
.nav_cel ul {
	font-size: 2.4rem;
	widht: 100%;
}
.nav_cel ul li {
	width: 100%;
	height: 62px;
	border-bottom: 2px solid #d7dcdf;
}
.nav_cel ul li a {
	display: block;
	width: 100%;
	height: 62px;
	padding: 15px 0 0 99px;
	color: #000;
	font-size: 2.4rem;
	text-decoration: none;
}
.nav_cel ul li a:hover {
	background: #edeff1;;
}


.gnav_cover .slide_nav .link_area {
	width: 100%;
	font-size: 2.4rem;
	color: #005bab;
	text-align: center;
	padding: 24px 0;
}
.gnav_cover .slide_nav .link_area a {
	display: inline-block;
	text-decoration: none;
	color: #005bab;
	padding: 0 5px;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;


}




/*------------------------
	top_keyvisual_area 
--------------------------*/
.top_keyvisual_area {
	min-width: 640px;
	width: 100%;
	background: url(/common/img/img_back_border.jpg);
}
.top_keyvisual_area .swiper-container {
	width: 600px;
	margin: 0 auto;	
}
.top_keyvisual_area .swiper-container .swiper-wrapper {
	width: 600px;
	height: auto;
	margin: 0 auto;
}
.top_keyvisual_area .swiper-container .swiper-wrapper .swiper-slide {
	width: 600px;
	height: auto;
}
.top_keyvisual_area .swiper-container .swiper-wrapper .swiper-slide img {
	width: 600px;
	height: auto;
}


/*------------------------
	leaf_keyvisual_area 
--------------------------*/
.leaf_keyvisual_area {
	min-width: 640px;
	width: 100%;
	background: url(/common/img/img_back_border.jpg);
}
.leaf_keyvisual_area .leaf_area {
	width: 640px;
	margin: 0 auto;	
	padding: 35px 0 30px;
	text-align: center;
	color: #fff;
	background: url(/common/img/img_title_drone.png) no-repeat top 16px left 9px, url(/common/img/img_title_robot.png) no-repeat right 10px bottom;
}
.leaf_keyvisual_area .leaf_area .leaf_title {
	font-size: 2.8rem;
	font-weight: normal;
	letter-spacing: 0.1em;
}




/*------------------------
	main_contents 
------------------------*/
#main_contents {
	min-width: 640px;
	width: 100%;
}
#main_contents .wide_defo {
	width: 640px;
	margin: 0 auto;
	padding: 30px 40px 40px;
	box-sizing: border-box;
}
#main_contents .wide_defo .sub_copy {
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 40px;
}


/*-- text_box --*/
#main_contents .text_box {
	width: 100%;
	min-width: 100%;
	margin-bottom: 60px;
}
/*-- text_maker --*/
#main_contents .text_box .text_maker {
	width: 100%;
	min-width: 560px;
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 20px;
}
#main_contents .text_box .text_maker span {
	display: inline-block;
	background: linear-gradient(transparent 50%, #fff100 50%);
	padding: 0 5px;
	box-sizing: border-box;
}
/*-- text_defo --*/
#main_contents .text_box .text_defo {
	width: 100%;
	margin: 0 auto;
	font-size: 2.8rem;
	line-height: 1.5;
}
/*-- img_box --*/
#main_contents .text_box .img_box {
	margin: 25px auto 0;
}
#main_contents .text_box .img_box img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
/*-- oragne_list --*/
#main_contents .text_box .orange_list {
	width: 100%;
	margin: 0 auto;
	font-size: 2.8rem;
	line-height: 1.5;
}
#main_contents .text_box .orange_list .ora_li {
	padding-left: 32px;
	position: relative;
	padding-bottom: 10px;
}
#main_contents .text_box .orange_list .ora_li:after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	background: linear-gradient(to right, #f8b626 50%, #f39800 50%);
	top: 10px;
	left: 0;
}
/*-- tab_company --*/
#main_contents .text_box .tab_company {
	width: 560px;
	margin: 0 auto;
	table-layout: fixed;
	font-size: 2rem;
	vertical-align: top;
	border-collapse: collapse;
	line-height: 1.5;
}
#main_contents .text_box .tab_company tr th  {
	color: #fff;
	font-weight: normal;
	background: #57aadf;
	width: 120px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #fff;
}
#main_contents .text_box .tab_company tr td  {
	padding: 10px 0 10px 32px;
	border-bottom: 1px solid #e8e8e8;
	font-size: 1.8rem;
}
/*------------------------
	sub_navi 
------------------------*/

/*-- type_top --*/
#main_contents .sub_navi {
	width: 100%;
	height: 37px;
	margin: 0 auto;
	position: inherit;
	top: -10px;
	margin-bottom: -10px;
	z-index: 120;
}
#main_contents .sub_navi.scroll_top {
	top: 139px !important;
	left: 0;
	margin-bottom: 0;
	background-color: #fff;
	height: auto;
	padding-top: 13px;
	padding-bottom: 0;
}
#main_contents .sub_navi .sub_navi_list {
	min-width: 640px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
}
#main_contents .sub_navi .sub_navi_list .sub_li {
	min-width: 101px;
	height: 37px;
	table-layout: fixed;
	margin: 0 1px;
}

#main_contents .sub_navi .sub_navi_list .sub_li a {
	min-height: 100%;
	padding: 5px 25px;
	height: 100%;
	text-decoration: none;
	font-size: 1.6rem;
	color: #000;
	vertical-align: middle;
	white-space:  nowrap;
	background: #ecf7fd;
}
#main_contents .sub_navi .sub_navi_list .sub_li a:hover {
	background: #036eb8;
	color: #fff;
	opacity: 1;
}




/*------------------------
	leaf_contents
------------------------*/

/*--- border_texture ---*/ 
.wide_defo .border_texture_one {
	font-size: 4rem;
	padding: 0 7px 7px;
	border-bottom: 4px solid #036eb8;
	margin-bottom: 20px;
	color: #036eb8;
	position: relative;
}
.wide_defo .border_texture_one:before {
	position: absolute;
	z-index: 10;
	content: url(/common/img/img_circle_sp.png);
	right: -3px;
	bottom: -25px;
}
.wide_defo .border_texture_two {
	font-size: 4rem;
	width: 100%;
	margin: 0 auto;
	padding: 0 7px 7px;
	border-bottom: 4px solid #036eb8;
	margin-bottom: 30px;
	color: #036eb8;
	position: relative;
	text-align: center;
}
.wide_defo .border_texture_two:before {
	position: absolute;
	z-index: 10;
	content: url(/common/img/img_circle_sp.png);
	right: -3px;
	bottom: -25px;
}
.wide_defo .border_texture_two:after {
	position: absolute;
	z-index: 10;
	content: url(/common/img/img_circle_sp.png);
	left: -3px;
	bottom: -25px;
}

/*--- pagination_box ---*/
.pagination_box {
	width: 100%;
	margin: 40px auto 40px;
	border-top: 2px solid #036eb8;
	border-bottom: 2px solid #036eb8;
}
.pagination_box .page_flex {
	display: flex;
	justify-content: space-between;
	font-size: 2rem;
}
.pagination_box .page_flex .page_p {
	width: 33.33%;
}
.pagination_box .page_flex .page_p a {
	display: block;
	padding: 15px 0px;
	text-decoration: none;
	text-align: center;
	color: #036eb8;
	position: relative;
}
.pagination_box .page_flex .page_p.no_active a {
	pointer-events: none;
	color: #ddd;
}
.pagination_box .page_flex .page_p a:hover {
	background: #ecf7fd;
}
.pagination_box .page_flex .page_p:first-child a {
	text-align: left;
	padding-left: 45px;
}
.pagination_box .page_flex .page_p:first-child a:before {
	content: "＜";
	font-size: 2.8rem;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -20px;
}
.pagination_box .page_flex .page_p:last-child a {
	text-align: right;
	padding-right: 45px;
}
.pagination_box .page_flex .page_p:last-child a:before {
	content: "＞";
	font-size: 2.8rem;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -20px;
}

/*--- top_flex ---*/
#main_contents .top_flex {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px; 
	box-sizing: border-box;
}
#main_contents .top_flex .news_box,
#main_contents .top_flex .fb_box {
	width: 560px;
}

/*- news_box -*/
#main_contents .top_flex .news_box {
	background: #f5f5f5;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.news_box .news_list {
	background: #fff;
	font-size: 2.8rem;
	padding-top: 6px;
}
.news_box .news_list .news_dl {
	width: 100%;
	padding: 12px 12px 10px;
	border-bottom: 1px solid #f5f5f5;
}
.news_box .news_list .news_dl .date {
	padding-bottom: 8px;
}

/*- news_type_list -*/
#main_contents .news_type_list {
	width: 560px;
	margin: 0 auto 60px;
}
.news_type_list .news_list {
	background: #fff;
	font-size: 2.8rem;
	padding-top: 6px;
}
.news_type_list .news_list .news_dl {
	padding: 16px 20px 16px;
	background: #ecf7fd;
	display: flex;
	flex-direction: column;
}
.news_type_list .news_list .news_dl:nth-child(2n) {
	background: #fff;	
}
.news_type_list .news_list .news_dl .date {
	padding-bottom: 10px;
	width: 100%;
	text-align: right;
}
.news_type_list .news_list .news_dl dd {
	width: 100%;
}

/*- type_no_float -*/
.news_type_list.type_no_float .news_list .news_dl {
	padding: 16px 20px 16px;
	background: #ecf7fd;
	display: flex;
	flex-direction: column;
}
.news_type_list.type_no_float .news_list .news_dl:nth-child(2n) {
	background: #fff;	
}
.news_type_list.type_no_float .news_list .news_dl .date {
	padding-bottom: 10px;
	width: 100%;
	text-align: left;
	padding-right: 10px;
	font-weight: bold;
}
.news_type_list.type_no_float .news_list .news_dl dd {
	width: 100%;
}


/*- fb_box -*/
#main_contents .top_flex .fb_box {
	border: 1px solid #409ad6;
	background: url(/common/img/img_back_border.jpg);
	padding-top: 20px;
	display: flex;
}
.fb_box #fb_page_plugin_area {
	align-self: flex-end;
	width: 500px;
	margin: 0 auto;
}

/*-- back_boreder_white --*/
#main_contents .back_border_white {
	min-width: 640px;
	background: url(/common/img/img_back_border2.jpg);
}

/*-- pickup_box --*/
.pickup_box,
.pickup_box_leaf{
	display: flex;
	justify-content: center;
	padding-top: 10px;
	margin-bottom: 60px;
	flex-wrap: wrap;
}
.pickup_box_leaf {
	width: 100%;
	margin: 0 auto 60px;
}
.pickup_box .link_cel {
	width: 240px;
	position: relative;
	background: #008bce;
	margin: 10px;
}
.pickup_box_leaf .link_cel {
	width: 235px;
	height: 163px;
	margin: 0 10px 20px;
	position: relative;
	background: #008bce;
}
.pickup_box_leaf .link_cel a {
	display: block;
	border: 10px solid #57aadf;
	background: rgba(255,255,255,1.00);
	width: 100%;
	height: 100%;
}

.pickup_box .link_cel a:hover {
	opacity: 1;
}

.pickup_box_leaf .link_cel a:hover  {
	opacity: 1;
	background: rgba(255,255,255,0.8);
}
.pickup_box .link_cel a img {
	width: 240px;
	height: auto;
	
}
.pickup_box .link_cel a:hover img {
	opacity: 0.8;
}
.pickup_box .link_cel a span.cover ,
.pickup_box_leaf .link_cel a span.cover  {
	min-width: 100%;
	height: 30px;
	text-align: center;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -50%;
	z-index: 100;
}
.pickup_box .link_cel a span.cover  .text_b,
.pickup_box_leaf .link_cel a span.cover .text_b {
	font-size: 2rem;
	color: #008bce;
	background: linear-gradient(transparent 50%, #fff100 50%);
	display: inline-block;
	padding: 0 5px;
	box-sizing: border-box;
	margin: 0 auto;
	min-width: 134px;
}
.pickup_box_leaf .link_cel a .text_defo {
	width: 84%;
	margin: 0 auto;
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -42%;
	text-align: left;
	display: inline-block;
	font-size: 1.4rem;
	color: #000;
	line-height: 1.5;
}
.pickup_box .link_cel a:hover span.text_b {
	opacity: 1;
}
.back_border {
	position: relative;
}
.back_border:before {
	content: "";
	width: 70%;
	height: 60%;
	position: absolute;
	border: 20px solid #036eb8;
	top: 20%;
	left: 15%;
}
/*-- banner_box --*/ 
.banner_box {
	display: flex;
	justify-content: center;
	margin-bottom: 70px;
	flex-direction: column;
	padding: 0 30px;
}
.banner_box .banner_cel {
	width: 500px;
	height: 110px;
	display: table;
	margin-bottom: 20px;
}
.banner_box .banner_cel:nth-child(1) {
	background: #90c31f;
}
.banner_box .banner_cel:nth-child(2) {
	background: #f39800;
}
.banner_box .banner_cel a {
	width: 500px;
	height:110px;
	display: table-cell;
	font-size: 2.3rem;
	font-weight: bold;
	letter-spacing: 0.4rem;
	vertical-align: middle;
	color: #fff;
	padding-left: 33px;
	box-sizing: border-box;
	text-decoration: none;
	transition: ease-in-out 0.3s;
	background: url(/common/img/img_con_banner.png) no-repeat top center;
}
.banner_box .banner_cel:nth-child(1) a {
	border: 10px solid #65b254;
}
.banner_box .banner_cel:nth-child(2) a {
	border: 10px solid #f8b62b; 
}
.banner_box .banner_cel:nth-child(1) a:hover {
	border: 10px solid #90c31f;
	background-color: #65b254;
}
.banner_box .banner_cel:nth-child(2) a:hover {
	border: 10px solid #f39800;
	background-color: #f8b62b;
}

.banner_box .banner_cel a:hover {
	opacity: 1;
}

/*---- blog_box ---*/
#main_contents .blog_box {
	width: 100%;
	font-size: 2.4rem;
	line-height: 1.5;
}
#main_contents .blog_box *{
	margin-bottom: 20px;
}

#main_contents .blog_box a {
	color: #036eb8;
}
#main_contents .blog_box a[href$=".pdf"] {   
    display: inline-block;
	margin-bottom: 20px;
}  
#main_contents .blog_box img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

/* ----------------------
   footer
---------------------- */
footer {
	min-width: 640px;
	width: 640px;
	background: #036eb8;
	z-index: 940;
}
footer .footer_inner {
	width: 100%;
	margin: 0 auto;
	padding: 16px 0 62px;
	position: relative;
	z-index: 950;
}
footer .footer_inner .left_text {
	float: none;
	font-size: 2.4rem;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 14px 0;
}
footer .footer_inner .left_text a {
	color: #fff;
	text-decoration: none;
}
footer .footer_inner .copy {
	float: none;
	font-size: 2.4rem;
	color: #fff;
	width: 100%;
	text-align: center;
}
footer .footer_inner .btn_top {
	position: absolute;
	top: -110px;
	right: 50%;
	width: 85px;
	margin-right: -40px;
	display: block;
	z-index: 920;
}
footer .footer_inner .btn_top:hover {
	animation: none;
}

footer .footer_inner .btn_top a {
	padding-bottom: 113px;
	font-size: 1.2rem;
	text-decoration: none;
	color:#036eb8;
	letter-spacing: -0.08em;
	background: url(/common/img/img_robo01.png) no-repeat top 30px center;
	position: relative;
	padding-top: 5px;
	transition: ease-in-out 0s;
}
footer .footer_inner .btn_top a:hover {
	background: url(/common/img/img_robo02.png) no-repeat top 20px center;
	padding-top: 0;
	opacity: 1;
}

}