@charset "utf-8";


/*-----------------------------------*/
/* メインビジュアルの指定 */

#aero__body .top_main_visual{
	background: #e9eced url("../images/top_main.jpg") no-repeat 50% 50%;
	background-size: auto 100%;
}

#aero__body .top_main_visual2{
    background-image: url("../images/main_spirit.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#aero__body .top_main_visual3{
    background-image: url("../images/main_topics1903.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#aero__body .top_main_visual4{
    background-image: url("../images/main_slide_1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#aero__body .top_main_visual5{
    background-image: url("../images/main_slide_2.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#aero__body .top_main_visual6{
    background-image: url("../images/main_slide_3.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top_main_recruite{
	position: absolute;
    bottom: 5%;
    right: 10%;
    z-index: 10;
    background: #16469e;
    padding: 10px 20px 10px;
    border-radius: 10px;
	max-width: 300px;
    width: 100%;
}
.top_main_visual6 .top_main_recruite{
	top: 5%;
	bottom: auto;
}
.top_main_recruite_title{
	color: #fff;
    font-size: 16px;
    font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #5a79d6;
    border-top: 1px solid #5a79d6;
	padding: 3px 0;
    margin: 0 0 9px 0;
}
.top_main_recruite_nav-list{
	display: flex;
    justify-content: space-between;
	padding: 0;
	margin: 5px 0 0 0;
}
.top_main_recruite_nav-list_item{
	list-style-type: none;
    flex: 0 1 48%;
	
}
.top_main_recruite_nav-list_item a{
	background: #fff;
	display: block;
	padding: 0.4em 0.5em;
	box-sizing: border-box;
	color: #16469e;
	text-align: center;
	border-radius: 5px;
	transition: opacity 0.4s;
	font-size: 14px;
}
.top_main_recruite_nav-list_item a:after{
	content: "≫";
	display: inline-block;
	margin: 0 0 0 0.3em;
}
.top_main_recruite_nav-list_item a:hover{
	opacity: 0.6;
}


/*-----------------------------------*/

#aero__body p.aero__bgimg{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#aero__body p.aero__bgimg img{
	width: auto;
	height: 100%;
}
#aero__body.top .section-inner{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

#aero__body.top .section-inner h2{
	margin: 0;
	padding: 0;
	font-size: 50px;
	font-weight: 500;
	line-height: 1;
	display: inline-block;
	vertical-align: bottom;
}
#aero__body.top .section-inner p.lead{
	display: inline-block;
	vertical-align: bottom;
	margin: 0 0 0 1em;
	padding: 0;
	font-size: 18px;
	line-height: 1.3;
}
#aero__body.top .section-inner a.linkarrow {
	display: block;
	width: 240px;
	margin: 15px 0 0;
	padding: 0.5em;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	background-color: #000;
	transition: 0.4s;
}
#aero__body.top .section-inner a.linkarrow:hover{
	opacity: 0.7;
}
#aero__body.top .section-inner a.linkarrow span{
	display: inline-block;
	vertical-align: middle;
}
#aero__body.top .section-inner a.linkarrow:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	margin: 0 0.2em 0 0;
	border-left: 10px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

#aero__body.top .section-inner a.linkarrow.btn_white{
	color: #000;
	background-color: #fff;
}
#aero__body.top .section-inner a.linkarrow.btn_white:before{
	border-left: 10px solid #000;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

/* Main Visual
--------------------------------*/
#aero__body .slider_box section {
	width: 100%;
/*	height: calc(100vh - 330px);*/
	height: calc(100vh - 280px);
	max-height: 650px;
	overflow: hidden;
}

#aero__body .slider_box section a {
	text-decoration: none;
}

#aero__body .slider_box section a:hover p{
	background-color: #1e1e1e;
}
#aero__body .slider {
/*	height: calc(100vh - 200px);
	max-height: 726px;*/
	max-width: 1700px;
	margin: 0 auto;
}
#aero__body .slider_box {
    background-color: #E9ECED;
}

.top_mv-inner{
	position: relative;
	/*width: 920px;*/
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.top_main_visual .top_mv-inner div:first-of-type{
	left: 10%;
	right: auto;
}
.top_mv-inner div:first-of-type {
	display: flex;
	position: absolute;
	bottom: 5%;
    left: 2%;
}

.top_mv-inner div p.arrow {

	color: #fff;
	background-color: #000;
	margin: 20px 0 0;
	padding: 0 0.3em 0 0.7em;
	font-size: 20px;
	display: flex;
  justify-content: center;
  align-items: center;
}

.top_mv-inner div.video {
	width: 90px;
	position: absolute;
	bottom: 31px;
	right: 0;
}

.top_mv-inner p.chatch_copy{
	width: auto;
	padding: 0.5em 0.9em 0.5em 0.9em;
	margin: 20px 0 0;
	font-size: 15px;
	color: #fff;
	background-color: #000;
	line-height: 1.2em;
	text-align: left;
}
.top_mv-inner p.chatch_copy em {
	color: #F00;
	font-style: normal;
	font-weight: bold;
}
/* News & Topics
--------------------------------*/
.top_news{
	margin: 0 auto;
	padding: 60px 0 45px 0;
	background-color: #f4f4f4;
	box-shadow: 0 15px 20px -10px rgba(0,0,0,0.3) inset, 0 -15px 20px -10px rgba(0,0,0,0.3) inset;
}
#aero__body .top_news .section-inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	top: auto;
	left: auto;
	transform: none;
}
.top_news .section-inner .news_block{
	flex: 0 0 46%;
	width: 46%;
}
#aero__body.top .section-inner .news_block h2{
	font-size: 21px;
	font-weight: bold;
	color: #005791;
}

.top_news .section-inner .news_block a{
	color: #000;
	text-decoration: none;
}
#aero__body.top .section-inner a.old_link{
	display: inline-block;
	float: right;
	font-size: 14px;
}
#aero__body.top .section-inner a.old_link:hover{
	text-decoration: none;
	color: #00588f;
}
#aero__body.top .section-inner a.old_link:before{
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 0;
	height: 0;
	margin: 0.3em 0.5em 0 -1.2em;
	border-style: solid;
	border-width: 5px 0px 5px 10px;
	border-color: transparent transparent transparent #00588f;
}
/*
.top_news .section-inner .news_block a .news_img:hover{
	filter: alpha(opacity=70);opacity: 0.7;
}

.top_news .section-inner .news_block a .news_txt:hover{
	text-decoration: underline !important;
}
*/

.top_news .section-inner .news_block ul{
	clear: both;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	list-style: none;
	margin: 1.5em 0 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.6;
}
.top_news .section-inner .news_block li{
	flex: 0 0 48%;
	width: 48%;
	box-sizing: border-box;
	margin: 0;
	padding: 0px;
}
.top_news .section-inner .news_block li p.news_img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.top_news .section-inner .news_block li time{
	display: block;
	vertical-align: top;
	font-weight: bold;
	margin: 0.7em 0 0.3em 0;
}
.top_news .section-inner .news_block li p.news_txt{
	display: block;
	vertical-align: top;
	margin: 0;
}
.top_news .section-inner .news_block li em{
	font-style: normal;
	font-weight: 700;
	color: #f00;
	margin: 0 0 0 0.5em;
}
.top_news .section-inner .news_block li:hover{
	filter: alpha(opacity=70);opacity: 0.7;
}


/* Dream
--------------------------------*/
.top_dream{
	width: 100%;
	height: 0;
	padding: 49% 0 0;
	background: url(../images/top_dream.jpg) no-repeat 50% 0;
	background-size: contain;
}

#aero__body.top .top_dream .section-inner{
	top: auto;
	bottom: 14%;
	color: #fff;
}


/* History
--------------------------------*/
.top_history{
	width: 100%;
	height: 0;
	padding: 40% 0 0;
	margin-top: -60px !important;
	background: url(../images/top_history.png) no-repeat 50% 0;
	background-size: contain;
}

#aero__body.top .top_history .section-inner{
	top: auto;
	bottom: 10%;
}


/* Business
--------------------------------*/
.top_business{
	width: 100%;
	height: 0;
	padding: 36% 0 0;
	background: url(../images/top_business_structure.jpg) no-repeat 50% 0;
	background-size: cover;
}

#aero__body.top .top_business .section-inner{
	top: 16%;
	color: #fff;
}

/* How
--------------------------------*/
/*
.top_how{
	width: 100%;
	height: auto;
	padding: 0;
	background: #f4f5f5;
}
.top_how::after{
 content: "";
 display: table;
 clear: both;
}
#aero__body.top .top_how .section-inner{
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
}
#aero__body.top .top_how .section-inner h2,
#aero__body.top .top_how .section-inner p{
	display: block;
}
#aero__body.top .top_how .section-inner p{
	margin: 1em 0 0 0;
}
#aero__body.top .top_how .top_movie_box{
 float: right;
 width: 50%;
 height: auto;
 padding: 0;
}
#aero__body.top .top_how .top_movie_box .top_movie_box_inner{
 position: relative;
 width: 100%;
 height: 0;
 padding: 56.25% 0 0;
 background: url(../images/top_how.jpg) no-repeat 100% 50%;
 background-size: cover;
}
#aero__body.top .top_how .top_movie_box .top_movie{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: auto;
 
}
*/

/* Spirit
--------------------------------*/
.top_spirit{
	width: 100%;
	height: 0;
	padding: 34% 0 0;
	background: #356ba8 url(../images/top_spirit.jpg) no-repeat 100% 0;
	background-size: contain;
}
#aero__body.top .top_spirit .section-inner{
	top: 50%;
	color: #fff;
 transform: translate(-50%, -50%);
}
#aero__body.top .top_spirit .section-inner h2,
#aero__body.top .top_spirit .section-inner p{
	display: block;
}
#aero__body.top .top_spirit .section-inner p{
	margin: 1em 0 0 0;
}

/* Product
--------------------------------*/
.top_product{
	width: 100%;
	height: 0;
	padding: 26% 0 0;
	margin-top: 50px !important;
	margin-bottom: 50px !important;
	background: url(../images/top_product.png) no-repeat 50% 0;
	background-size: cover;
}
#aero__body.top .top_product .section-inner{
	top: 35%;
}
#aero__body.top .top_product .section-inner h2,
#aero__body.top .top_product .section-inner p{
	display: block;
}
#aero__body.top .top_product .section-inner p{
	margin: 1em 0 0 0;
}

/* innovation
--------------------------------*/
.top_innovation{
	width: 100%;
	height: 0;
	padding: 29% 0 0;
	/*background: #0F6AA8 url(../images/top_innovation.jpg) no-repeat 100% 0;*/
	background: url(../images/top_innovation.jpg) no-repeat 100% 0, linear-gradient(90deg, rgba(201,215,255,1) 0%, rgba(0,120,171,1) 56%);
	background-size: contain;
}
#aero__body.top .top_innovation .section-inner{
	top: 50%;
	color: #fff;
 transform: translate(-50%, -50%);
}
#aero__body.top .top_innovation .section-inner h2,
#aero__body.top .top_innovation .section-inner p{
	display: block;
}
#aero__body.top .top_innovation .section-inner p{
	margin: 1em 0 0 0;
}

/* How
--------------------------------*/
.top_how{
	width: 100%;
	height: 0;
	padding: 36% 0 0;
	background-size: cover;
	background-color: #f3f5f7;
	background-image: url(../images/top_how.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
/*
.top_how .test{
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}
*/
#aero__body.top .top_how .section-inner{
	top: 30%;
}
#aero__body.top .top_how .section-inner h2,
#aero__body.top .top_how .section-inner p{
	display: block;
}
#aero__body.top .top_how .section-inner p{
	margin: 1em 0 0 0;
}

@media only screen and (min-width: 1550px) {
.top_product{background-position: 50px 0;}
}

/* Thank You
--------------------------------*/

#aero__body.thankyou{}
#aero__body.thankyou .aeroengine_page_title{
    width: 100%;
    height: 200px;
    background-image: -webkit-linear-gradient(left, rgba(184, 197, 216, 1), rgba(35, 117, 163, 1));
    background-image: -o-linear-gradient(left, rgba(184, 197, 216, 1), rgba(35, 117, 163, 1));
    background-image: linear-gradient(to right, rgba(184, 197, 216, 1), rgba(35, 117, 163, 1));
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#aero__body.thankyou .aeroengine_page_title h2{
    position: relative;
    padding: 0 0 20px 0;
    font-size: 25px;
    text-align: center;
}
#aero__body.thankyou .aeroengine_page_title h2:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    background: #fff;
}
#aero__body.thankyou .aeroengine_page_title h2 br{
    display: none;
}
@media only screen and (max-width: 768px) {    
    #aero__body.thankyou .aeroengine_page_title h2 br{
        display: block;
    }
}

#aero__body.thankyou .aeroengine_page_title_inner{
    max-width: 920px;
    width: 90%;
    color: #fff;
}
#aero__body.thankyou .section-inner{
    padding: 30px 0 0 0;
    text-align: center;
}
#aero__body.thankyou .section-inner > h2{
    display: inline-block;
    background: #2f419e;
    color: #fff;
    line-height: 1;
    padding: 0.5em 1em;
}
#aero__body.thankyou .section-inner > p{
    line-height: 2;
    font-weight: 500;
}
#aero__body.thankyou .section-inner .address{
    border-top: 3px double #cfcfcf;
    border-bottom: 3px double #cfcfcf;
    margin: 40px 0 0 0;
}
#aero__body.thankyou .section-inner .address p{
    line-height: 2;
}

/* Contacrs
--------------------------------*/

#aero__body.contacts{}
#aero__body.contacts .aeroengine_page_title{
    width: 100%;
    height: 320px;
    background-image: linear-gradient(to right, rgb(43 94 168), rgb(16 42 57));
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
}
#aero__body.contacts .aeroengine_page_title h2{
    position: relative;
    padding: 0 0 20px 0;
    font-size: 28px;
    text-align: center;
}
#aero__body.contacts .aeroengine_page_title h2:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    background: #fff;
}
#aero__body.contacts .aeroengine_page_title h2 br{
    display: none;
}
@media only screen and (max-width: 768px) {    
    #aero__body.contacts .aeroengine_page_title h2 br{
        display: block;
    }
}
#aero__body.contacts .section-inner{
    padding: 30px 0 0 0;
    width: 90%;
    max-width: 800px;
}
#aero__body.contacts .section-inner h4{
    font-feature-settings: "palt";
    font-size: 20px;
    margin: 30px 0 0 0 ;
    padding: 0;
}
#aero__body.contacts .section-inner p{
    font-feature-settings: "palt";
    font-size: 16px;
    margin: 15px 0 0 0;
    padding: 0;
}
#aero__body.contacts .section-inner .caution{
    background: #e8f6ff;
    padding: 25px;
    margin: 30px 0 0 0;
}
#aero__body.contacts .section-inner .caution p:first-child{
    margin: 0 0 0 0;
}








