/* original-code */
.wrapper{
	background-color: transparent;
}
a:hover{
	opacity: .6;
}
p{
	line-height: 1.8;
}
iframe{
	width: 100%;
}
.bg-green{
	background-color: #B5D5A9;
}

.page-header{
	background-position-x: top!Important;
}

.scroll-arrow{
	width: 20px;
}

h2.concept-ttl{
	margin:0 0 20px;
	color: #099239;
	font-family: "ro-nikkatsu-sei-kai-std";
	font-size: 3em;
}
h2.section-ttl .small, h2.section-ttl-sm .small{
	color: #099239;
	font-size: 50%;
}

.concept-movie{
	background-color: #fff;
	box-shadow: 0px 3px 5px #999;
	padding: 10px;
	margin-top: 50px;
}

.movie-area{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie-area iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%!important;
	height: 100%!important;
}
.con-box{
	padding: 20px;
	margin: 10px 0;
    border: 3px solid #099239;
    background-color: #fff;
}
.con-box p{
	font-size: 1.1em;
}
.con-txt-box{
	padding: 0;
}
p.concept-lead{
	font-size: 1.1em;
	line-height: 1.9;
}
img.con-ttl{
	width: 40%;
}
.about-box{
	padding: 0 50px;
}
.about-ttl{
	font-size: 1.8em;
	margin-bottom: 20px;
	display: block;
}
.mirai-mainIllust{
	background-color: #fff;
}

.mirai-mainIllust p{
	color: #704025;
	font-size: 1.2em;
}
.company-head{
    display: block;
    font-size: 1.5em;
	
}
.staff{
    display: block;
    font-size: 1.2em;
	
}

h3{
   font-weight: bold;
   font-size: 18px;
   letter-spacing: .2em;
}

.contact{
	border: 2px solid #6bd098;
	margin: 30px;
	padding: 15px 0;
	position: relative;
	border-radius: 10px;
}

.contact h4{
	margin: 0;
	font-size: 1.2em;
	color: #099239;
	font-weight: bold;
	padding-top: 10px;
}

.contact a{
	margin: 0;
	font-size: 1.2em;
	color: #6bd098;
	font-weight: bold;
	padding-top: 10px;
}
.toggled .navbar-toggler-bar:nth-child(1) {
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
	top: 6px;
}

.toggled .navbar-toggler-bar:nth-child(2) {
	width: 0;
}

.toggled .navbar-toggler-bar:nth-child(3) {
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
	top: -6px;
}
/*page-top button*/
#pagetop {
    bottom: 90px;
}
#pagetop {
    position: fixed;
    bottom: 53px;
    left: calc(50% + 567px);
    z-index: 20;
 }
 #pagetop img {
     width: 58px;
     height: 74px;
 }
 
 
 
/*modal*/ 
.modal-dialog {
    max-width: 860px;
}
.carousel-inner .carousel-item img{
	height: auto;
	width: 100%;
	margin-bottom: 30px;
}

.carousel-indicators{
	bottom: 30px;
}
.modal-header button.close{
	margin-top: -60px;
}


@media (max-width: 991px) {
	img.con-ttl{
		width: 60%;
	}
	.con-txt-box{
		padding: 0 15px 30px;
	}
	.about-box{
		padding: 10px 15px;
	}
	.navbar-collapse::after{
		background-color: #B5D5A9;
	}
	.navbar-collapse .navbar-nav > .nav-item > .nav-link{
		color: #fff!important;
	}
	.concept-movie{
		margin-top:0;
	}
	.mirai-mainIllust p{
		font-size: 0.9em;
	}
	#pagetop {
	   right: 10px;
	   left: 0;
	   text-align: right;
	 }
}

@media (max-width: 768px) {
   .navbar .navbar-brand{
   	max-width: 200px;
   	margin: 0;
   	padding: 15px;
   }
   .section{
   	padding: 20px 0;
   }
   
   p.concept-lead{
   	font-size: 1.2em;
   }
   .con-box p{
   	font-size: 1.2em;
   }
   img.con-ttl{
   	width: 40%;
   }
   .mirai-mainIllust p{
   	font-size: 1.2em;
   }
   .footer .copyright{
   	font-size: 14px;
   }
}