@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul,li{list-style:none;}
q:before,q:after{content:'';}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}
body{
	font-family: -apple-system, BlinkMacSystemFont, Helvetica, Verdana, Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: normal;
	-webkit-text-size-adjust:100%;
	color: #000;
	background: #ebebeb;
	overflow-x: hidden;
}
a{text-decoration: none;}
a,a:visited{color: #3e3bf1;}
a:hover{text-decoration: underline;}
a:active, a:focus,input:active, input:focus{outline:0;}


/* 共通------------------------------------------------------------*/
.sectitle{
	margin-top: 90px;
	font-size:min(3vw,30px);
	text-align: center;
}
.sectitle span{
	font-family: Times;
	padding-bottom: 20px;
	border-bottom: 3px solid #000;
}
.innerS{
	font-size:min(2.4vw,18px);
	font-weight: 500;
	margin: 60px 0;
}
#footer{
	margin: 240px 0 120px 0;
	text-align: center;
	font-size: max(1vw, 12px);
	white-space: nowrap;
}
#otherstop{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	margin: 0;
	align-items: center;
}
#otherswrapper{
	flex: 1;
	margin-top: 2%;
	width: 66%;
}

/*plice-----*/
.tablebox{
	width: 100%;
	display: flex;
	flex-direction: column; 
	align-items: center;
}
/*.tableheader{
    max-width: 95%;
    padding: 5px 10%;
	margin: 60px 0 0 0;
    border-radius: .6em;
    box-shadow: 0 5px 13px rgba(134, 134, 134, 0.4);
	text-align: center;
	z-index: 10;
}*/
table{
	margin-top: 60px;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 36px;
	background-color: #fcfcfc;
}
.my_table tbody tr:last-child td:first-child{
	border-radius: 0 0 36px 36px;
}
th, td{
	border: 1px solid #ccc;
	padding: 8px 8px 8px 8px;
	vertical-align: middle;
}
th{
	background: linear-gradient(#78e9ec, #49ffc8);
	font-size: min(3vw, 30px);
}
td{
	font-size: min(2.7vw, 20px);
	padding: 8px 6px 8px 12px;
}
.td01{
	padding: 6px 15px 15px 22px;
}
tr:hover{
	background: #e4e4e469;
}

.my_table_top{
	margin-top: 60px;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 6px;
	background-color: #fcfcfc;
}

.feefpvbox{
	display: flex;
	justify-content: space-between;
	border-radius: 36px 36px 0 0;
	margin-top: 20px;
}
.feefpvshelf{
	width: 32%;
	border: solid 1px #ffffff;
	overflow: hidden;
	display: flex;
	flex-direction: column-reverse;
}
.feefpvshelf p{
	padding: 8px 6px 5px 14px;
	background-color: #ffffff;
	font-size:min(2.4vw,14px);
	height: 100%;
	line-height: 1.3;
	letter-spacing:-0.3px;
}
.k99g{
	padding: 8px 22px 5px 14px;
	background-color: #ffffff;
	font-size:min(2.4vw,14px);
	height: 100%;
	line-height: 1.3;
	letter-spacing:-0.3px;
}
.feefpvbox img{
	margin-bottom: -10px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	transition: 0.3s;
}
.feefpvbox img:hover{
	transform: scale(1.05);
}

.feefpvbox2{
	display: flex;
	object-position: center;
	border-radius: 0 0 36px 36px;
	border: solid 1px #ffffff;
	overflow: hidden;
	margin-top: 1%;
}
.sinema{
	width: 190%;
}
.feefpvbox2 img{
	width: 100%;
	margin: -1% 0 -3% 0;
	transition: 0.3s;
}
.feefpvbox2 img:hover{
	transform: scale(1.03);
}
.feefpvbox2 p{
	width: calc(100%-46px);
	height: 100%;
	background-color: #ffffff;
	font-size:min(1.5vw,20px);
	line-height: 1.6;
	padding: 21px 22px 0px 24px;
}

.spherep{
	margin-top: 30px;
	margin-bottom: 1%;
	padding: 18px 18px 6px 18px;
	line-height:1.3;
	font-size:min(3vw,24px);
	background-color: #ffffff;
	border-radius: 36px 36px 0 0;
	border: solid 1px #ffffff;
}
.sphereimg{
	display: flex;
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 0 0 36px 36px;
	border: solid 1px #ffffff;
}
.sphereimg img{
	width: 50%;
	transition: 0.3s;
}
.sphereimg img:hover{
	transform: scale(1.04);
}
.sphereimg p{
	position: absolute;
	bottom: 10px;
	left: 51.5%;
	font-size:min(2.2vw,20px);
}


#ep-models{
	text-align: center;
	font-size:min(2.2vw,24px);
	font-weight: 600;
	margin: 10px;
}
#ep-models span{
	color: rgb(39, 0, 148);
}
#ep-models a{
	color: rgb(71, 4, 255);
	font-size:min(2.2vw,24px);
}


.feeairimg{
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
	border-radius: 36px;
	border: solid 1px #ffffff;
}
.feeairimg img{
	width: 100%;
	transition: 0.3s;
	margin-bottom: -10px;
}
.feeairimg img:hover{
	transform: scale(1.04);
}
.feepro{
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
	border-radius: 36px;
	border: solid 1px #ffffff;
}
.feepro p{
	background-color: #ffffff;
	font-size:min(2.7vw,18px);
	padding: 24px 24px 24px 20px;
}

/*view more-----------*/
.Releasetext{
	color: #f35e24;
	font-weight: 500;
	font-size:min(2.2vw,18px);
}


/*each------------------------------------------------------------*/
#eachbox{
	background: rgb(0, 0, 0);
	width: 100%;
	position: fixed;
	top: 0;
	text-align: center;
	z-index: 300;
	padding: 6px 0;
}
#eachbox a{
	background: rgba(187, 187, 187, 0);
	font-family: Times;
	font-weight: 600;
	font-size:min(3.5vw,28px);
	color: rgb(73, 255, 240);
	opacity: 0.7;
	transition: 0.1s;
}
.eachtitle00{
	padding: 10px 0.8%;
}
.eachtitle20{
	padding: 15px 2%;
}
.eachtitleothers00{
	padding: 0px 3%;
}
#eachbox a:hover{
	opacity: 1;
	text-decoration: none;
}


/* header------------------------------------------------------------*/
#topvideo{margin-top: -1.2%;}


/* wrapper------------------------------------------------------------*/
#wrapper {
	display: flex;
	justify-content: space-between;
	justify-content: center;
}

#sns{
	display: flex;
	justify-content: center;
	margin: 1% 3px;
}
#sns li{
	margin: 6px 6px;
}


/*content------------------------------------------------------------*/
#content{width: 63%;}

/*h1---------------------------------------------------------------------------------------------*/
#Company_name{
	text-align: center;
	font-size: min(8vw,100px);
	line-height: 60%;
	color: #000000;
	margin: 10% 0px 60px 0px;
}
#Company_name span{
	text-align: center;
	font-size: min(2.5vw,20px);
	font-weight: 500;
	line-height: 10px;
	color: #000000;
}


#topnewsbox{
	display: flex;
    justify-content: center;
    margin: 1% 3px;
}
#topnews{
	width: 90%;
	height: 120px;
	border-radius: 12px;
	overflow-y: scroll;
	border: 1px rgb(194, 194, 194) solid;
	background-image: linear-gradient(180deg, rgb(255, 234, 255), rgb(228, 253, 255));
}
#topnews p{
	font-size: min(2.2vw,17px);
	font-weight: 500;
	padding:2px 2px 2px 15px;
}

/*secBUSINESS-------------------------------------------------------------*/
#secBUSINESS img{
	object-fit: cover;
	object-position: center;
	transition: 0.3s;
}
#secBUSINESS img:hover{
	transform: scale(1.05);
}
.detail{
	color: rgb(255, 60, 60);
	font-weight: 500;
}
.detail_1{
	color: rgb(255, 60, 60);
	font-weight: 500;
}
.detail:hover{
	text-decoration: underline;
}
.air{
	border-radius: 36px 0 0 0;
}
.ground{
	border-radius: 0 36px 0 0;
}
.example1{
	border-radius: 0 0 0 36px;
}
.example2{
	border-radius: 0 0 36px 0;
}
.videop{
	border-radius: 36px 36px 0 0;
}
.musicp{
	border-radius: 0 0 36px 36px;
}

.shootingtitle{
	text-align: center;
	margin:45px 50px 10px 50px;
	font-size:min(4vw,36px);
	font-weight:600;
}

.shootingbox{
	display: flex;
	justify-content: space-between;
}
.shootingbox img{
    width: 100%;
}
.shootingshelf{
	width: 32%;
	border: solid 1px #ffffff;
	overflow: hidden;
}
.shootingshelf p{
	margin-top: -7px;
	padding: 13px;
	background-color: #ffffff;
	height: 100%;
	font-size:min(2.4vw,15px);
}
.shootingshelf span{
	font-weight: 600;
	font-size:min(2.5vw,19px);
}

.shootingbox2{
	display: flex;
	justify-content: space-between;
	padding-top: 1.2%;
}
.shootingbox2 img{
	width: 100%;
}
.shootingbox2img{
	width: 48.9%;
	border: solid 1px #ffffff;
	overflow: hidden;
	background-color: #ffffff;
}
.shootingbox2img1{
	height: 100%;
}
.shootingbox2img p{
	padding: 16px;
	font-size:min(2.4vw,17px);
	font-weight: 600;
}
.shootingbox2img p span{
	font-size:min(2.4vw,18px);
}

.drneeds{
	background-image: linear-gradient(60deg, rgb(255, 224, 255), rgb(180, 235, 241));
	border-radius: 36px;
	margin: 5% 0% 5% 0%;
}
.drneeds div{
	text-align: center;
	padding: 15px 0 0 0;
	font-size:min(3vw,22px);
	font-weight: 600;
}
.drneeds p{
	padding: 5px 15px 18px 28px;
	font-size:min(2.6vw,18px);
}

.productionshelf{
	background-color: #ffffff;
	border: solid 1px #fff;
	overflow: hidden;
	margin-top: 1.2%;
	display: flex;
}
.productionshelf img{
	height: 100%;
	width: 200px;
}
.productionshelf p{
	margin: 15px 15px 12px 16px;
	font-size:min(2.5vw,16px);
}
.PROtitle01{
	font-weight: 600;
	font-size:min(3.6vw,20px);
}


/* secGallery------------------------------------------------------------*/
#galleryimg{
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	width: 100%;
	overflow: hidden;
}
#galleryimg a{
	width: calc(100%/4);
	line-height: 0;
	transition: 0.3s;
}
#galleryimg a:hover{
	transform: scale(1.2);
}

.GAmore{
	text-align: center;
	background: linear-gradient(#bebebe, #ebebeb);
	padding: 2px 0;
}
.GAmore a{
	font-family:"游ゴシック";
	font-size: min(4vw,33px);
	font-weight: 600;
	color: #3e3bf1;
}


/* secCOMPANY------------------------------------------------------------*/
.COMinfo{
	font-size:min(2.4vw,18px);
	margin: 60px 0 30px 0;
}
.caution01{
	font-size:min(2vw,15px);
	font-weight: 400;
	letter-spacing:-0.3px;
	margin-top: 100px;
}

.map{
	margin-top: 100px;
}

/*sidebar------------------------------------------------------------
#sidebar{
	background: #31313100;
	width: min(14%, 250px);
	margin-top: 5px;
	margin-left: 10px;
	z-index: 200;
}
#sidebarWrap{
	position: sticky;
	top: 38px;
}
#sidebarlogo{
	margin:0 11% 0 11%;
	padding-top: 10px;
}
#mainnav a{
	color: #000;
	font-size:min(1.8vw,21px);
	font-weight: 500;
	margin: 0% 11%;
}
.panel{
	display:block !important;
}
.seclist li{
	padding: 2% 0px;
}
#sns li:hover{
	opacity: 0.8;
}*/


.job-posting {
    
  
	background-color: #f9f9f9;
		border: 1px solid #ddd;
		border-radius: 8px;
		padding: 20px;
		margin: 60px 80px;
		
	   
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	}
	
	.job-posting h2 {
		
	text-align: center;
		
	   
	color: #333;
	font-size:min(2.5vw,20px);
		
	   
	margin-bottom: 20px;
	}
	
	.job-details h3 {
		
	   
	color: #121212;
	font-size:min(2.5vw,20px);
		
	   
	margin-top: 15px;
	}
	
	.job-details p,
	.job-details ul {
		color: #050505;
		line-height: 1.6;
		font-size:min(2.4vw,18px);
	}
	
	.job-details ul {

	list-style-type: disc;
		margin-left: 20px;
	}


/* RESPONSIVE 設定------------------------------------------------------------*/
@media only screen and (max-width: 1100px){
	#otherswrapper{
		width: 85%;
	}
	#content{
		width: 75%;
	}
	.sinema{
		width: 170%;
	}
	.feefpvbox2 img{
		margin: 0% 0 -2% 0;
	}
	.feefpvbox2 p{
		width: calc(100%-21px);
		font-size:min(2.4vw,18px);
		line-height: 1.3;
		letter-spacing: -0.1px;
		padding: 10px 9px 6px 12px;
		margin: 0% 0;
		margin: 0% 0 -2% 0;
	}
	.job-posting {
			margin: 60px 40px;
		}
}
@media only screen and (max-width: 640px){
	#sns img{
		width: 28px;
		height: 28px;
	}
	.sectitle{
		margin-top: 30px;
	}
	#otherswrapper{
		width: 94%;
	}

	table{
		border-radius: 24px;
	}
	.td01{
		padding: 5px 12px 12px 10px;
	}
	.feefpvbox p{
		letter-spacing:0px;
		padding: 5px;
	}
	.k99g{
		padding: 3px 9px 2px 3px;
	}
	.feefpvbox2{
		border-radius: 0 0 24px 24px;
	}
	.feefpvbox2 img{
		margin: 0% 0 -3% 0;
	}
	.feefpvbox2 p{
		font-size:min(2.6vw,15px);
		padding: 6px 10px 2px 6px;
	}
	.my_table tbody tr:last-child td:first-child{
		border-radius: 0 0 24px 24px;
	}
	.drneeds{
		border-radius: 24px;
	}
	.feeairimg{
		border-radius: 24px;
	}
	.spherep{
		margin-top: 30px;
		margin-bottom: 1%;
		padding: 10px 10px 6px 10px;
		line-height:1.3;
		font-size:min(3vw,24px);
		background-color: #ffffff;
		border-radius: 24px 24px 0 0;
		border: solid 1px #ffffff;
	}
	.sphereimg{
		border-radius:  0 0 24px 24px;
	}

	.feepro{
		border-radius: 24px;
	}
	.feepro p{
		padding: 12px;
	}

	#content{
		width: 90%;
		margin-left: min(1%, 5px);
	}
	
	.eachtitle00{
		padding: 10px 0.8%;
	}
	.eachtitle20{
		padding: 10px 0.8%;
	}
	.eachtitleothers00{
		padding: 10px 2%;
	}

	#topvideo{
		margin-top: 2%;
	}

	#topnews{
		width: 90%;
		height: 90px;
	}
	.air{
		border-radius: 24px 0 0 0;
	}
	.ground{
		border-radius: 0 24px 0 0;
	}
	.example1{
		border-radius: 0 0 0 24px;
	}
	.example2{
		border-radius: 0 0 24px 0;
	}
	.videop{
		border-radius: 24px 24px 0 0;
	}
	.musicp{
		border-radius: 0 0 24px 24px;
	}

	.shootingshelf p{
		margin-top: -2px;
		padding: 7px;
	}
	.shootingbox2img p{
		padding: 8px;
	}
	.drneeds div{
		font-weight: 700;
	}
	.drneeds p{
		padding: 5px 15px 18px 22px;
	}
	.productionshelf img{
		height: 100%;
		width: 100px;
	}

	#galleryimg a{
		width: calc(100%/2);
	}
	.job-posting {
		margin: 60px 0px;
	}
}