@charset "UTF-8";
/* CSS Document */

.section{
	padding:100px 0;
	color:#003459;
}
#sec01{
	background-image:url(/mobilespace/images/vision/sec01_bg.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
.section .inner{
	position:relative;
	max-width:1100px;
	margin:0 auto;
	padding:0 40px;
}
.section .txt{
	position:relative;
	z-index:10;
	opacity:0;
	transition: opacity .5s, transform .5s;
}
#sec00 .txt{
	padding-right:590px;
	transform: translate(40px,0px);
}
#sec01 .txt{
	transform: translate(40px,0px);
}
#sec02 .txt{
	padding-left:590px;
	transform: translate(-40px,0px);
}
#sec00 .txt.fade{
	opacity: 1;
	transform: translate(0px,0px);
}
#sec01 .txt.fade{
	opacity: 1;
	transform: translate(0px,0px);
}
#sec02 .txt.fade{
	opacity: 1;
	transform: translate(0px,0px);
}
.section .txt h3{
	font-size:30px;
	margin-bottom:25px;
}
.section .txt p{
	font-size:14px;
	line-height:2em;
}
#sec00 .img{
	position:absolute;
	right:40px;
	top:50%;
	margin:-15% auto 0 auto;
	max-width:570px;
}
#sec02 .img{
	position:absolute;
	left:40px;
	top:50%;
	margin:-15% auto 0 auto;
	max-width:570px;
}
#sec00 .img img,
#sec02 .img img{
	width:100%;
	height:auto;
}

/* idea */
#idea{
	background-color:#E8EAEF;
	padding:60px 40px;
	color:#003459;
}
#idea .inner{
	max-width:720px;
	margin:0 auto;
}
#idea .box{
	background-color:#fff;
	padding:20px;
	text-align:center;
	opacity:0;
	transition: opacity .5s;
}
#idea .box.fade{
	opacity: 1;
}
#idea .box h4{
	font-size:34px;
	margin-bottom:10px;
}
#idea .box .txt{
	border:1px dotted #003459;
	padding:20px 40px;
	margin-bottom:20px;
}
#idea .box .txt:last-child{
	margin-bottom:0;
}
#idea .box .txt h5{
	display:inline-block;
	font-size:138.5%;
	border-bottom:3px solid #003459;
	margin-bottom:25px;
}
#idea .box .txt strong{
	display:block;
	text-align:center;
	font-size:167%;
	line-height:1.5em;
	margin-bottom:5px;
}
#idea .box .txt p{
	display:inline-block;
	text-align:left;
	font-size:93%;
}
#idea .box .txt ul{
	overflow:hidden;
}
#idea .box .txt ul li{
	float:left;
	width:33%;
	margin-right:0.5%;
}
#idea .box .txt ul li:last-child{
	margin-right:0;
}
#idea .box .txt ul li strong{
	text-align:left;
}
#idea .box .txt ul li p{
	display:block;
}
#arrow{
	opacity:0;
	padding:50px 0;
	color:#003459;
	font-size:138.5%;
	text-align:center;
	font-weight:bold;
	background-image:url(/mobilespace/images/vision/arrow_bg.png);
	background-position:center;
	background-repeat:no-repeat;
	transition: opacity .5s;
}
#arrow.fade{
	opacity: 1;
}
#idea #note{
	padding-top:10px;
	font-size:85%;
	text-align:right;
	margin-left:1em;
	text-indent:-1em;
	line-height:1.2em;
}

@media screen and (max-width: 1190px) {
.section .txt p .pc{
	display:none;
}
#sec00{
	padding-bottom: 0;
}
#sec01{
	background-image:url(/mobilespace/images/vision/sec01_bg_sp.jpg);
	padding-bottom:270px;
	background-size:1190px auto;
	background-position:center bottom;
}
#sec00 .txt{
	padding-right:0;
}
#sec01 .txt{
	padding-right:0;
}
#sec02 .txt{
	padding-left:0;
	transform: translate(40px,0px);
}
#sec00 .img{
	position:static;
	margin-top:30px;
}
#sec02 .img{
	position:static;
	margin-top:0;
}
}

@media screen and (max-width: 750px) {
.section{
	padding:40px 0;
}
.section .inner{
	padding:0 20px;
}
#sec00 .txt{
	transform: translate(0px,0px);
}
#sec01{
	padding-bottom:200px;
	background-size:900px auto;
}
#sec01 .txt{
	transform: translate(0px,0px);
}
#sec02 .txt{
	transform: translate(0px,0px);
}
.section .txt h3{
	font-size:20px;
	margin-bottom:15px;
}
.section .txt p{
	font-size:13px;
	line-height:1.8em;
}
#sec00 .img,
#sec02 .img{
	max-width:400px;
}

/* idea */
#idea{
	padding:40px 0;
	max-width:100%;
}
#idea .box h4{
	font-size:24px;
}
#idea .box .txt{
	padding:20px 20px;
}
#idea .box .txt h5{
	font-size:16px;
}
#idea .box .txt strong{
	font-size:18px;
}
#idea #box02 .txt strong{
	font-size:14px;
}
#idea .box .txt p br{
	display:none;
}
#idea .box .txt ul li{
	float:none;
	width:auto;
	margin:0 0 20px 0;
}
#idea .box .txt ul li:last-child{
	margin-bottom:0;
}
#arrow{
	padding:40px 0;
	font-size:16px;
	background-size:120px auto;
}
#idea #note{
	padding:10px 20px 0 20px;
	text-align:left;
}
}

@media screen and (max-width: 550px) {
#sec01{
	padding-bottom:140px;
	background-size:620px auto;
}
#idea #box02 .txt strong{
	text-align:left;
}
#idea #box02 .txt strong br{
	display:none;
}
}

/* whats */
#whats{
	background-color: #dadee5;
	padding: 100px 40px;
}
#whats h2{
	color: #003459;
	text-align: center;
	margin-bottom: 40px;
}
#whats h2 br{
	display: none;
}
#whats h2 span,
#whats h2 strong{
	display: block;
	line-height: 1.4;
}
#whats h2 span{
	font-size: 24px;
}
#whats h2 strong{
	font-size: 42px;
	margin-top: 10px;
}
#whats .inner{
	max-width: 1100px;
	margin: 0 auto;
}
#whats .box{
	overflow: hidden;
	background-color: #fff;
	box-sizing: border-box;
	padding: 60px;
}
#whats .box:nth-child(odd){
	background-color: #f8f9fa;
}
#whats .box .img{
	overflow: hidden;
	position: relative;
	padding-top: 40.817%;
	width: 40.817%;
	background-color: #e4e4e4;
}
#whats .box.imgLeft .img{
	float: left;
}
#whats .box.imgRight .img{
	float: right;
}
#whats .box .img img{
	position: absolute;
	left: -25%;
	top: 0;
	height: 100%;
	width: auto;
}
#whats .box .txt{
	position: relative;
	width: 59.183%;
	padding-top: 20px;
	box-sizing: border-box;
	opacity: 0;
	transition: opacity .5s, transform .5s;
}
#whats .box.imgLeft .txt{
	float: left;
	transform: translate(-20px,0px);
	padding-left: 60px;
}
#whats .box.imgLeft .txt.fade{
	opacity: 1;
	transform: translate(0px,0px);
}
#whats .box.imgRight .txt{
	float: right;
	transform: translate(20px,0px);
	padding-right: 60px;
}
#whats .box.imgRight .txt.fade{
	opacity: 1;
	transform: translate(0px,0px);
}
#whats .box .txt .subTtl{
	display: table;
}
#whats .box .txt .subTtl strong,
#whats .box .txt .subTtl p{
	display: table-cell;
	vertical-align: middle;
	color: #003459;
	font-weight: bold;
	line-height: 1;
}
#whats .box .txt .subTtl strong{
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	padding-right: 10px;
}
#whats .box  .txt .subTtl p{
	font-size: 18px;
}
#whats .box .txt h3{
	font-size: 32px;
	margin-top: 25px;
}
#whats .box .txt > p{
	font-size: 14px;
	line-height: 2.4;
	margin-top: 15px;
}
@media screen and (max-width: 1000px) {
#whats .box .img{
	padding-top: 0;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
#whats .box.imgLeft .img,
#whats .box.imgRight .img{
	float: none;
}
#whats .box .img img{
	position: relative;
	left: 0;
	height: auto;
	width: 100%;
}
#whats .box .txt{
	width: 100%;
	padding-top: 20px;
}
#whats .box.imgLeft .txt,
#whats .box.imgRight .txt{
	float: none;
	padding: 30px 0 0 0;
	transform: translate(0px,0px);
}
}
@media screen and (max-width: 750px) {
#whats{
	padding: 40px 0 0 0;
}
#whats h2{
	margin-bottom: 30px;
}
#whats h2 br{
	display: block;
}
#whats h2 span{
	font-size: 15px;
}
#whats h2 strong{
	font-size: 24px;
	margin-top: 5px;
}
#whats .box{
	padding: 40px 20px 30px;
}
#whats .box.imgLeft .txt,
#whats .box.imgRight .txt{
	padding: 30px 0 0 0;
}
#whats .box .txt .subTtl strong{
	font-size: 36px;
}
#whats .box  .txt .subTtl p{
	font-size: 16px;
}
#whats .box .txt h3{
	font-size: 22px;
	margin-top: 15px;
}
#whats .box .txt > p{
	font-size: 13px;
	line-height: 2;
	margin-top: 10px;
}
}