@charset "UTF-8";

/* mainArea
-------------------------------------------------*/
.mainArea.carry {
	background: url(../images/carry/bg_mainimg.jpg) no-repeat center center;
	background-size: cover;
}
.mainArea.pilot {
	background: url(../images/pilot/bg_mainimg.jpg) no-repeat center center;
	background-size: cover;
}
.mainArea.busy {
	background: url(../images/business/bg_mainimg.jpg) no-repeat center center;
	background-size: cover;
}
.mainArea {
	overflow: hidden;
}
.mainArea .mimg {
	width: 49%;
	float: left;
	padding-left: 1%;
}
.mainArea .cont {
	width: 45%;
	float: left;
	color: #fff;
	padding: 2.95em 0 0;
}
.mainArea .cont .ttl {
	border-bottom: #fff 2px solid;
	padding-bottom: 0.05em;
	margin-bottom: 0.1em;
}
.mainArea .cont ul li {
	padding: 1.5em 0 0;
	line-height: 1.7;
	letter-spacing: -0.02em;
	margin-right: -1.5em;
}
.mainArea .cont ul li .tit {
	font-weight: bold;
	display: block;
	line-height: 1.5;
}
@media only screen and (min-width:768px){
.mainArea .mimg span {
	display: none;
}
.mainArea.pilot .cont {
	width: 48%;
	padding-top: 3.8em;
	padding-left: 0.8%;
}
.mainArea.busy .mimg {
	width: 54.4%;
}
.mainArea.busy .cont {
	width: 37%;
	padding-left: 1%;
}
}
@media only screen and (min-width:768px) and (max-width:1024px){
.mainArea .cont ul li {
	letter-spacing: -0.04em;
	margin-right: -1.5em;
}
}
@media only screen and (min-width:768px) and (max-width:1000px){
.mainArea .cont {
	padding: 4.2vw 0 0;
}
.mainArea .cont .ttl {
	padding-bottom: 0.6vw;
}
.mainArea .cont ul li {
	padding-top: 2.4vw;
	padding-bottom: 0.2vw;
}
.mainArea.pilot .cont {
	padding-top: 5.2vw;
}
.mainArea.pilot .cont ul li {
	padding-bottom: 0.4vw;
}
}
@media only screen and (max-width:767px){
.mainArea .mimg {
	padding: 0 1.5em 0 0;
	float: none;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.mainArea .mimg .num01,
.mainArea .mimg .num02,
.mainArea .mimg .num03 {
	position: absolute;
	top: 24vw;
	right: 0;
	color: #fff;
	font-size: 4vw;
	font-weight: bold;
}
.mainArea .mimg .num02 {
	top: 44vw;
}
.mainArea .mimg .num03 {
	top: 89vw;
}
.mainArea.pilot .mimg .num01 {
	top: 26.5vw;
}
.mainArea.pilot .mimg .num02 {
	top: 42vw;
}
.mainArea.pilot .mimg .num03 {
	top: 87vw;
}
.mainArea.busy .mimg .num01 {
	top: 22vw;
}
.mainArea.busy .mimg .num02 {
	top: 40vw;
}
.mainArea.busy .mimg .num03 {
	top: 80vw;
}
.mainArea .cont {
	float: none;
	width: 100%;
	padding: 0 0 5vw;
}
.mainArea .cont .ttl {
	font-size: 6vw;
}
.mainArea .cont ul {
	margin-left: 1.5em;
}
.mainArea .cont ul li {
	margin: 0;
	list-style-type: decimal;
}
.mainArea .cont ul li .tit {
	font-size: 4.2vw;
}
}


/* conceptArea
-------------------------------------------------*/
.conceptArea {
	padding: 2.2em 0 6.5em;
}
.conceptArea .title {
	font-weight: bold;
	text-align: center;
	padding: 0.4em 0 1.8em;
}
.conceptArea .cont {
	width: 98%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	background: #1f2a40;
	color: #fff;
}
.conceptArea .cont .ttl {
	padding-bottom: 0.7em;
	letter-spacing: 0;
	margin-right: -0.5em;
}
.conceptArea .cont .ttl span {
	color: #ff6926;
}
.conceptArea .cont .tit {
	font-weight: bold;
	padding-bottom: 0.5em;
}
.conceptArea .cont .sec {
	width: 50%;
	padding: 1em 2.2%;
	box-sizing: border-box;
	line-height: 1.7;
	letter-spacing: 0.02em;
}
.conceptArea .cont .img01 {
	width: 50%;
}
@media only screen and (max-width:767px){
.conceptArea {
	padding: 5vw 0 10vw;
}
.conceptArea .title {
	font-size: 4vw;
}
.conceptArea .cont {
	display: block;
	position: relative;
	padding: 80vw 0 5vw;
}
.conceptArea .cont:last-child {
	padding-bottom: 8vw;
}
.conceptArea .cont .ttl {
	font-size: 5.2vw;
	margin: 0;
}
.conceptArea .cont .sec {
	width: 100%;
	float: none;
	box-sizing: border-box;
	padding: 1em 4% 0;
}
.conceptArea .cont .tit {
	font-size: 4.2vw;
}
.conceptArea .cont .img01 {
	width: 92%;
	float: none;
	position: absolute;
	top: 0;
	left: 4%;
	padding: 1.5em 0;
} 
}


/* lineupArea
-------------------------------------------------*/
.lineupArea {
	padding: 2.2em 0 2.8em;
}
.lineupArea ul {
	display: flex;
    flex-wrap: wrap;
}
.lineupArea ul li {
	width: 28%;
	padding: 0 2.667%;
}
.lineupArea ul li .cont {
	width: 91.5%;
	margin: 0 auto;
}
.lineupArea ul li .img01 {
	padding: 1.9em 0 1.7em;
}
.lineupArea ul li .cont .txt {
	min-height: 4.4em;
	padding-bottom: 0.5em;
	padding-right: 1em;
}
.lineupArea ul li .cont .tit {
	font-weight: bold;
	padding-bottom: 0.7em;
}
@media only screen and (max-width:767px){
.lineupArea {
	padding: 0;
}
.lineupArea ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: -5vw;
}
.lineupArea ul li {
	width: 50%;
	padding: 5vw 0 0;
}
.lineupArea ul li .img01 {
	padding: 0 0 2vw;
}
.lineupArea ul li .cont .tit {
	font-size: 4.2vw;
}
.lineupArea ul li .cont .txt {
	min-height: 3.5em;
	padding-right: 0;
}
}