@charset "utf-8";
/*-----
 common_SP
-----  */

html {
    font-size: 14px;
}
body {
    font-family: 'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #333;
    position: relative;
    letter-spacing: .05em;
}
a {
    transition: all ease-in-out .3s;
    text-decoration: none;
    color: #333;
    display: inline-block;
}
a::after,
a::before {
    transition: all ease-in-out .3s;
}
/* 単指示 */
.pc,
.pc-in,
.pc-inbl,
.tab,
.tab-in,
.tab-inbl {
    display: none;
}
.sp,
.sptab {
    display: block;
}
.sp-in,
.sptab_in {
    display: inline;
}
.sp-inbl,
.sptab_inbl {
    display: inline-block;
}
.font-Mincho {
    font-family: 'Noto Serif JP', Yu Mincho, "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
.cmn-main-ttl {
	background: url("img/cmn-mv-sp.jpg") no-repeat;
    background-size: cover;
	position: relative;
	height: 203px;
}
.cmn-main-ttl>h2 {
    color: #fff;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 33px;
    font-weight: bold;
	text-align: center;
    width: 100%;
    line-height: 1.2;
}
.main_content .cmn-sub-ttl {
    font-size: 25px;
    width: 100%;
    max-width: 100%;
    text-align: center;
	margin-top: 35px;
	margin-bottom: 25px;
}
.cmn-content-wrap {
	padding: 0 20px;
}
.cmn-txt {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}
.cmn-bg-color {
	background-color: #E7EDF4;
}
.cmn-sub-ttl-deco {
	display: flex;
	align-items: flex-end;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
	font-size: 32px;
	font-style: italic;
  letter-spacing: -1px;
  font-weight: bolder;
  color: #666;
	line-height: 1;
}
.cmn-sub-ttl-area {
	position: relative;
}
.cmn-sub-ttl-deco::after {
	display: block;
    content: "";
    border-bottom: 1px solid #124F95;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: -20px;
}
.cmn-sub-ttl-deco span {
	margin-left: 15px;
    font-size: 17px;
    color: #808080;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.cmn-overhidden {
	overflow: hidden;
}
.cmn-flex {
    display: flex;
}
.cmn-btn {
    text-align: center;
}
.cmn-btn p {
	position: relative;
    padding: 8px 55px;
    border-radius: 35px;
	background-color: #124F95;
	color: #fff;
	border: 1px solid #124F95;
	font-size: 14px;
}

.cmn-btn p::before {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
	top: 0;
    bottom: 0;
    margin: auto;
    right: 45px;
}
/* header_SP */
.pc-header {
	display: none;
}
.header__nav {
    display: none;
	overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 200;
}
.sp-header {
    position: fixed;
    top: 0;
    z-index: 200;
    width: 100%;
    box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 60%);
	background-color: #fff;
}
.header__main-area {
    display: flex;
    justify-content: space-between;
}
.header__logo-area {
    max-width: 85px;
    padding: 8px 0px;
    margin-left: 12px;
}
.header__btn-area {
    margin-right: 17%;
}
.header__lang-area {
    padding: 12px 0;
    font-size: 10px;
}
.header__lang-area>a {
    display: block;
}
.header__lang-area>a:first-child {
    margin-bottom: 5px;
}
.header__lang-area img {
    width: 20px;
	margin-right: 3px;
}
#btn-spmenu {
    padding: 10px 7px;
    width: 56px;
    cursor: pointer;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#btn-spmenu span:nth-of-type(1) {
    margin-top: 7px;
}
#btn-spmenu span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 0 auto;
    transition: all .3s ease-in-out;
}
#btn-spmenu span:nth-of-type(2), #btn-spmenu span:nth-of-type(3) {
    margin-top: 8px;
}
body.is-menu-open #btn-spmenu span:nth-child(1) {
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    top: 50%;
    margin-top: 10px;
}
body.is-menu-open #btn-spmenu span:nth-child(2) {
    width: 0;
    left: 50%;
}
body.is-menu-open #btn-spmenu span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -12px;
}
body.is-menu-open #btn-spmenu {
    background-color: #fff;
	width: 50px;
	margin: 8px;
}
body.is-menu-open #btn-spmenu span {
    background-color: #808080;
}
body.is-menu-open .sp-header {
    background-color: #E7EDF4;
	box-shadow: none;
}
body.is-menu-open .header__lang-area {
	display: none;
}
.header_sub_list>li a {
    display: block;
    width: 100%;
}
.header__nav_wrap {
    background-color: #E7EDF4;
    padding: 15px 30px;
    border-top: 1px solid #124F95;
}
.header__nav-list >li {
    padding: 10px 1em;
    margin-bottom: 10px;
    background-color: #fff;
    position: relative;
}
.header_sub_icon {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #1A498D;
    border-right: 1px solid #1A498D;
    right: 20px;
    top: 15px;
    transform: rotate(45deg);
    transition: all .3s ease-in-out;
}
.is-active .header_sub_icon {
	top: 15px;
    transform: rotate(135deg);
    transition: all .3s ease-in-out;
}
.header_sub_list {
    line-height: 0;
    height: 0;
    padding-top: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: 0.9s;
    transition: all .3s ease-in-out;
}
.header_sub_list.is-active {
    padding-top: 6px;
    line-height: normal;
    height: auto;
    opacity: 1;
    transition-duration: 0.9s;
    transition: all .3s ease-in-out;
	border-top: 1px solid #124F95;
    margin-top: 6px;
}
.header__nav-txt {
    font-size: 18px;
    font-family: 'Bahnschrift', sans-serif;
}
.header_sub_list>li {
    font-size: 12px;
	line-height: 2;
}
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: auto;
}
.btn > .btn_link {
    width: 100%;
    padding: 14px;
    border: 2px solid #124F95;
}
.header-btn > .btn_link {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #124F95;
}
.btn > .btn_link.mail_icon::before {
    content: "";
    background-image: url("img/mail-img.svg");
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 2.5em;
}
.btn > .btn_link.donation_icon::before {
    content: "";
    background-image: url("img/donation-img.svg");
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 2.5em;
}
#js-black-bg.is-menu-open {
    display: block;
}
#js-black-bg {
    display: none;
    z-index: 190;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
}
.header__nav03>a, .header__nav06>a {
    display: block;
    width: 100%;
}
/* footer_SP */
.footer {
    background-color: #000;
	padding: 20px;
}
.footer-nav-txt, .footer-nav-txt a {
    color: #81ADAD;
	padding-bottom: 6px;
}
.footer-nav-link a {
    color: #fff;
	padding-left: 15px;
    margin-right: 15px;
	display: block;
	width: 100%;
}
.footer-line {
    border-bottom: 1px solid #B7CADF;
	padding-left: 20px;
}
.footer-nav-area {
    margin-bottom: 14px;
}
.footer-nav-area::before {
    display: block;
    content: "";
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: #B7CADF;
    position: absolute;
}
.footer-nav-link {
    display: flex;
    margin-top: 6px;
    font-size: 12px;
}
.footer-nav-link>li {
    position: relative;
    margin-bottom: 6px;
	font-size: 12px;
}
.footer_sub_icon {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #B7CADF;
    border-right: 1px solid #B7CADF;
    top: 3px;
    transform: rotate(45deg);
}
.footer-flex {
    flex-flow: wrap;
}
.en-txt {
	font-size: 14px;
}
.en-txt .footer_sub_icon {
	top: 4px;
}
.copyright {
    color: #fff;
    width: 100%;
    font-size: 12px;
	display: block;
    text-align: center;
	margin-top: 23px;
}
.copyright>a {
    color: #fff;
}
.copyright .copyright-txt {
    margin-top: 10px;
	display: block;
}
.scroll_btn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 15px;
    z-index: 180;
    width: 27px;
    height: 25px;
    transition: all .3s ease-in-out;
}

/* common_content_SP */
.sub-ttl-txt {
	margin-bottom: 33px;
	font-size: 32px;
	font-weight: bolder;
	text-align: center;
	color: #666;
	letter-spacing: -1px;
	font-style: italic;
}
.ttl_line {
	max-width: 50px;
  position: relative;
  display: block;
  margin: 20px auto 0;
	padding: 2px;
}
.ttl_line::before {
	position: absolute;
  content: "";
  display: block;
  height: 100%;
  background-color: #124F95;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.common-area {
    margin-top: 30px;
	padding: 0 20px;
}
.banner-area {
    padding: 0 42px 20px;
    border-bottom: 1px solid;
}
.banner-area>li {
    margin-bottom: 10px;
}
.investor {
    margin-top: 24px;
}
.cmn-area-ttl {
	border-left: 2px solid #124F95;
	font-size: 16px;
	margin-bottom: 20px;
}
.cmn-area-ttl .cmn-area-ttl-txt {
    padding-left: 10px;
}
.investor-list {
    display: flex;
    flex-wrap: wrap;
}
.cmn-list{
    display: flex;
    flex-wrap: wrap;
}
.cmn-list>li {
	flex-basis: calc((100% - 20px)/2);
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}
.investor-list>li {
	display: flex;
	flex-basis: 50%;
	align-items: center;
	padding: 20px 10px;
}
.investor-list>li img {
	max-width: 150px;
}

.logo-img03-size, .logo-img10-size, .logo-img23-size {
	width: 100% !important;
}
.logo-img03-size img {
	width: 207px !important;
	padding: 12px 0;
}
.logo-img10-size img, .logo-img23-size img {
	width: 251px !important;
}
.cmn-list>li:nth-child(even) {
    margin-left: 20px;
}
.sponsor {
    margin-top: 24px;
}
.participation {
    margin-bottom: 27px;
	margin-top: 20px;
}
.sns-btn-area {
	width: 52vw;
	margin: 24px auto;
}

.sns-btn-list img {
  height: 40px;
}
.sns-btn-list {
  display: flex;
  justify-content: space-between;
}
.sns-btn-list>li {
	width: 40px;
}
.sns-btn-list>li:last-child {
    margin-right: 0;
}
.common-area a {
    display: inline-block;
    width: 100%;
		text-align: center;
}
.cmn-item-ttl {
    margin: 20px auto;
    background-color: #124F95;
    color: #fff;
    text-align: center;
    border-radius: 17px;
    font-size: 17px;
    padding: 5px;
}
.cmn-no-img {
    position: relative;
}
.cmn-no-img::before {
    display: block;
    border-radius: 0 0 40px 40px;
    background-color: #124F95;
    width: 81px;
    content: "";
    position: absolute;
    height: 43px;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
}
.cmn-no-img .no01-img {
	max-width: 25px;
}
.cmn-no-img img {
    position: relative;
    max-width: 30px;
    z-index: 1;
    padding-top: 5px;
}
@media screen and (min-width:1024px) {
  /*hover*/
  a:hover {
      transition: all .3s ease;
      opacity: .8;
	color: #124F95;
  	font-weight: 400;
  }
  /* 単指示 pc */
  .pc {
      display: block;
  }
  .pc-in {
      display: inline;
  }
  .pc-inbl,
  .tabpc-inbl {
      display: inline-block;
  }
  .sp,
  .sp-in,
  .sp-inbl,
  .sptab,
  .sptab_in,
  .sptab_inbl {
      display: none;
  }
	.sub-ttl-txt {
		font-size: 40px;
	}
	/* header_PC */
	.sp-header {
		display: none;
	}
	.pc-header {
		display: block;
		box-shadow: 0px 5px 3px rgb(0, 0, 0,0.5);
		position: relative;
		z-index: 150;
	}
	.header__nav {
		display: block !important;
		overflow: visible;
		position: relative;
		width: auto;
		height: auto;
		top: 0 !important;
	}
	.header_wrap {
		display: flex;
		justify-content: space-between;
	}
	.header__logo-area {
		max-width: 137px;
		padding: 20px 0px 11px;
		margin-left: 30px;
	}
	.header-nav-area {
		display: flex;
		margin-right: 24px;
	}
	.header__nav-list {
		display: flex;
	}
	.header__nav-list >li {
		margin: 54px 0 23px;
		margin-bottom: 0;
		border-left: 1px solid #000;
    	padding: 0 15px;
		background: rgba(0,0,0,0);
	}
	.header__nav-list >li:last-child {
		border-right: 1px solid #000;
	}
	.header__nav-txt {
		font-size: 16px;
	}
	.header_sub_list-pc {
		margin-top: 8px;
		border-top: 3px solid #124F95;
		padding: 10px 20px;
		font-size: 12px;
		box-shadow: 2px 2px 2px rgb(0, 0, 0, 0.8);
		background: rgba(255,255,255,0.9);
	}
	.header_sub_list-pc>li {
		line-height: 1.8;
		position: revert;
		align-items: center;
		display: flex;
	}
	.header_sub_list_icon {
		position: absolute;
		content: "";
		width: 8px;
		height: 8px;
		border-top: 1px solid #B7CADF;
		border-right: 1px solid #B7CADF;
		transform: rotate(45deg);
		left: 7px;
	}
	.header_sub_list-pc-area {
		position: absolute;
		left: 0;
		width: 187px;
		display: none;
	}
	.is-active .header_sub_list-pc-area {
		display: block;
	}
	.btn > .btn_link-pc.contact_icon {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.btn > .btn_link-pc.donation_icon {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.btn > .btn_link-pc {
		width: 100%;
		padding: 5px 10px;
		min-height: 36px;
	}
	.header-btn-pc > .btn_link-pc {
		font-size: 11px;
		color: #000;
		background-color: #fff;
		border-radius: 30px;
		border: 2px solid #124F95;
	}
	.btn.header-btn-pc > .btn_link-pc.contact_icon::before {
		background-image: url("img/contact-img-pc.svg");
		height: 25px;
		width: 25px;
		margin-right: 5px;
	}
	.btn.header-btn-pc > .btn_link-pc.donation_icon::before {
		background-image: url("img/donation-img-pc.svg");
		height: 25px;
		width: 25px;
		margin-right: 5px;
	}
	.btn > .btn_link-pc.contact_icon::before {
		content: "";
		background-repeat: no-repeat;
		background-size: contain;
		padding-left: 1.2em;
		background-position: center;
	}
	.btn > .btn_link-pc.donation_icon::before {
		content: "";
		background-repeat: no-repeat;
		background-size: contain;
		padding-left: 1.2em;
		background-position: center;
	}
	.btn {
		margin: 40px 18px 15px;
	}
	.btn > .btn_link-pc.contact_icon:hover::before {
		background-image: url("img/contact-img-pc-hover.svg");
	}
	.btn > .btn_link-pc.donation_icon:hover::before {
		background-image: url("img/donation-img-pc-hover.svg");
	}
	.header-btn-pc > .btn_link-pc:hover {
		color: #fff;
		background-color: #1A498D;
		opacity: 1;
	}
	.header__lang-area {
		padding: 0;
		font-size: 14px;
		text-align: center;
		margin-top: 25px;
	}
	.header__lang-area>a:first-child {
		margin-bottom: 0;
		float: right;
	}
	.header__lang-area>a:last-child {
		float: left;
		margin-right: 10px;
	}
	.header__lang-area img {
		width: 50px;
		margin-right: 0;
		display: block;
		margin-bottom: 5px;
	}
	.cursor {
		cursor: default;
	}
	.header__lang-area>a:hover {
		color: #124F95;
		font-weight: 600;
	}

	.header__nav-list >li.is-active {
		/*background-color: #124F95;*/
	}
	.header__nav-list >li::before {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		content: '';
		background: #124F95;
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform .3s;
	}
	.header__nav-list >li.is-active:hover::before {
		transform-origin: left top;
		transform: scale(1, 1);
	}
	.header__nav-list >li:hover>a {
		opacity: 1;
		color: #fff;
		transform-origin: left top;
  		transform: scale(1, 1);
	}
	.header__nav-list >li>a {
		transition: inherit;
	}
	.header__nav-list >li.is-active .header__nav-txt {
		color: #fff;
	}

	/* footer_PC */
	.footer {
		padding: 40px 0 30px;
	}
	.footer-wrap {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
		padding: 20px;
	}
	.footer-nav-area::before {
		display: none;
	}
	.footer-nav-link {
		display: block;
		margin-top: 10px;
	}
	.footer-line {
		padding-left: 0;
		text-align: center;
		border-top: 1px solid #B7CADF;
	}
	.footer-nav-txt, .footer-nav-txt a {
		padding-bottom: 0;
		font-size: 14px;
	}
	.footer-line p {
		margin: 10px 0;
	}
	.footer-nav-area {
		margin-bottom: 14px;
		margin-right: 37px;
	}
	.footer-nav-area:last-child {
		margin-right: 0;
	}
	.footer-nav-area:nth-of-type(4) {
		width: 77px;
	}
	.footer-nav-area:nth-of-type(7) {
		width: 95px;
	}
	.copyright {
		line-height: 1.6;
	}
	.scroll_btn {
		bottom: 100px;
	}

	/* common_content_PC */
	.common-area {
		width: 1000px;
		margin: 82px auto 38px;
		padding: 0;
	}
	.banner-area {
		display: flex;
		flex-flow: wrap;
		padding: 0 104px 50px;
	}
	.banner-area>li {
		margin-bottom: 10px;
		width: calc((100% - 41px)/3);
		margin-right: 20px;
	}
	.banner-area>li:nth-child(3n) {
		margin-right: 0;
	}
	.investor {
		margin-top: 50px;
	}
	.sponsor {
		margin-top: 30px;
	}
	.cmn-list>li {
		/* width: calc((100% - 80px)/5);
		margin-right: 20px; */
		flex-basis: 20%;
    padding: 20px 10px;
	}
	.cmn-list>li:nth-child(even) {
		margin-left: 0;
	}
	.cmn-list>li:nth-child(5n) {
		margin-right: 0;
	}
	.participation {
		margin-top: 40px;
	}
	.logo-img03-size, .logo-img10-size, .logo-img23-size {
		width: calc((100% - 93px)/5) !important;
	}
	.cmn-mv {
		margin-top: 0 !important ;
	}
	.cmn-main-ttl>h2 {
		font-size: 60px;
	}
	.cmn-main-ttl {
		background: url("img/cmn-mv-pc.jpg") no-repeat;
		width: 100%;
		background-size: cover;
		background-position: center;
		padding-top: 19.3%;
		height: 0;
	}
	.main_content .cmn-sub-ttl {
		margin-top: 60px;
		font-size: 40px;
	}
	.cmn-txt {
		font-size: 18px;
	}
	.cmn-content-wrap {
		max-width: 1000px;
		padding: 0;
		margin: 0 auto;
		overflow: hidden;
    	position: relative;
	}
	.cmn-sub-ttl-deco span {
		font-size: 20px;
	}
	.cmn-sub-ttl-deco::after {
		width: 50%;
		left: auto;
		height: 1px;
		right: 0;
	}
	.business01-aircraft .cmn-sub-ttl-deco span,
	.business01-future .cmn-sub-ttl-deco span {
		margin-bottom: 7px;
	}
	.cmn-sub-ttl-deco {
		position: static;
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 18px;
		padding-left: 0;
		border-bottom: 1px solid #124F95;
		font-size: 40px;
	}
	.cmn-btn p {
		position: relative;
		background-color: #fff;
		padding: 8px 55px;
		border-radius: 35px;
		color: #124F95;
		border: 1px solid #124F95;
	}
	.cmn-btn p:hover {
		background-color: #124F95;
		color: #fff;
		border: 1px solid #124F95;
	}
	.cmn-btn p::before {
		border-top: 1px solid #124F95;
		border-right: 1px solid #124F95;
	}
	.cmn-btn p:hover::before {
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.cmn-item-ttl {
		margin: 40px auto 30px;
		border-radius: 18px;
		font-size: 20px;
		padding: 8px;
	}
	.cmn-btn a:hover {
		opacity: 1;
	}
	.investor-list>li {
		flex-basis: 20%;
		padding: 20px 10px;
	}
	.sns-btn-area {
		width: 200px;
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	 /*  TABのみ */
	.header__btn-area {
		margin-right: 8%;
	}
	.btn > .btn_link-pc {
		padding: 12px 15px;
	}
	.header__nav-list >li {
		margin: 54px 0 23px;
	}
	.header__lang-area>a:first-child {
		 float: none;
	}
	.header__lang-area>a:last-child {
		 float: none;
		 margin-right: 0;
	}
	.banner-area {
		display: flex;
    	flex-wrap: wrap;
	}
	.logo-img03-size img, .logo-img10-size img, .logo-img23-size img {
		width: auto!important;
	}
	.banner-area>li:nth-child(odd) {
		margin-right: 10px;
	}
	.banner-area>li {
		width: calc((100% - 10px)/2);
		display:flex;
		justify-content: center;
		align-items: center;
	}
	.cmn-list>li {
		width: calc((100% - 40px)/3);
		margin-right: 20px;
	}
	.cmn-list>li:nth-child(even) {
		margin-left: 0;
	}
	.cmn-list>li:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 360px) {
	/*  iphone5のみ */
	.header__btn-area {
		margin-right: 20%;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1460px) {
	/* 特定範囲のみ */
	.header__logo-area {
		max-width: 95px;
		padding: 23px 0;
		margin-left: 20px;
	}
	.header__nav-list >li {
		padding: 0 8px;
	}
	.header__lang-area img {
		width: 45px;
	}
}
