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


/*----------------------------------------------------
	☆Top
----------------------------------------------------*/


.header-title{
	position:absolute;
	top: 20%;
	z-index: 0;
	width: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	margin: auto;
}
.header-title p{
	font-size: 2em;
	background: #fff;
	padding: 80px;
}

h1.mvtRight {
	position: absolute;
	opacity: 0;
	z-index: 0;
	top: 54%;
	right: -20px;
	margin-top: -312px;
}

h1.mvtRight.aos-animate {
	position: absolute;
	opacity: 1;
	z-index: 0;
	top: 54%;
	right: 0;
	margin-top: -312px;
}

h1.mvtLeft {
	position: absolute;
	opacity: 0;
	z-index: 0;
	top: 54%;
	left: -1%;
	margin-top: -312px;
}

h1.mvtLeftt.aos-animate {
	position: absolute;
	opacity: 1;
	z-index: 0;
	top: 54%;
	left: -3%;
	margin-top: -312px;
}

p.mvtCenter {
	position: absolute;
	opacity: 0;
	z-index: 0;
	top: 50%;
	left: 50%;
	margin-top: -90px;
	margin-left: -16px;
}

p.mvtCenter.aos-animate {
	position: absolute;
	opacity: 1;
	z-index: 0;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -16px;
}

.section{
	width: 100%;
	position:relative;
	}
#section01 {
	background:url(../img/mv01.jpg) ;
	background-size: cover;
}

#section02 {
	background:url(../img/mv02.jpg) ;
	background-size: cover;
}

#section03 {
	background:url(../img/mv03.jpg) ;
	background-size: cover;
	background-position: center center;
}

#section04 {
	background:url(../img/mv04.jpg) ;
	background-size: cover;
	background-position: center center;
}

#section05 {
	background-size: cover;
	background:url(../img/mv05.jpg) ;
	position:relative;
	background-position: left center;
}


.w39perRight {
	width: 30%;
	text-align: right;
	position:absolute;
	top:17%;
	right:20%;
}

.w39perRight.topChange {
	width: 30%;
	text-align: right;
	position:absolute;
	top:6%;
	right:20%;
}

.w39perLeft {
	width: 30%;
	position:absolute;
	top:17%;
	left:20%;
}


.whitePara{
	color: #fff;
	font-size:1.8rem;
	text-align: left;
	margin-top: 2.2em;
}

.whitePara.letterS{
	letter-spacing: 0;
}

a.btnLink {
	margin: 2em 0 0 0;
	text-align: left;
	position: relative;
	display: inline-block;
	transition: .3s;
}

a.whiteLink {
	color: #fff;
	position: relative;
	display: inline-block;
	transition: .3s;
}

a.btnLink::after {
  position: absolute;
  bottom: -7px;
  right: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #2ecc71;
  transition: .3s;
}
a.btnLink:hover::after {
  width: 100%;
}

a.whiteLink::after {
  position: absolute;
  bottom: -7px;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
}
a.whiteLink:hover::after {
  width: 100%;
}

h2.tlInterchange {
	text-align: left;
}

.tlBonds,
.tlDream {
	text-align: left;
	margin-left: 10%;
}





















#loading{
position: absolute;
left: 50%;
top: 50%;
margin-left:-32px;
margin-top:-32px;
}
#loader-bg {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: #000;
z-index: 1;
}


/*----------------------------------------------------
	☆Masuda
----------------------------------------------------*/


.mvMasuda {
	background: url(../img/mv-masuda.jpg) center top no-repeat;
}

.mvMasuda h1 {
	position: absolute;
	top: 35%;
	right: 15%;
	}

.bgMasuda01{
	background: url(../img/bg-masuda01.jpg) no-repeat;
	background-position: center top;
	height: 700px;
}

.bgMasuda01 h2 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 115px 0 0 0;
}

.bgMasuda02{
	background: url(../img/bg-masuda02.jpg) center top no-repeat;
	padding: 120px 0;
	background-attachment: fixed;
}

/*-----------
	☆history
-----------*/

.childhood p {
	color: #fff;
}

.childhood {
	margin-bottom: 0px;
	position: relative;
	right: -60px;
	z-index: 2;
	overflow: hidden;
}

.childhoodFirst {
position: relative;
z-index: 3;
left: -62px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
width: 140px;
height: 40px;
margin: auto;
background: #111;
color: #fff;
text-align: center;
font-size: 2.2rem;
line-height: 25px;
letter-spacing: .05em;
margin-bottom: 20px;
}

.childhoodLast {
position: relative;
z-index: 3;
left: -62px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
width: 140px;
height: 40px;
margin: auto;
background: #fff;
color: #111;
text-align: center;
font-size: 2.2rem;
line-height: 25px;
letter-spacing: .05em;
margin-top: 20px;
}

.childhoodLine.woodLine {
	transform: scaleY(1) translateX(-62px);
}

.childhoodLine {
	position: absolute;
	z-index: 2;
	width: 1px;
	height: calc(100% + 90px);
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform-origin: center top;
	transform: scaleY(0) translateX(-62px);
	background: #fff;
}

.childhoodLine:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transform: translateX(-10px);
	content: ' ';
	display: block;
	width: 21px;
	height: 21px;
	background: #fff;
}

.childhoodArea {
	width: 100%;
	height: 80px;
	margin-bottom: 70px;
}

.childhoodYear {
	position: relative;
	z-index: 2;
	font-size: 20px;
	line-height: 25px;
}

.childhoodArea:nth-child(2n+1) {
	position: relative;
	right: -28px;
	padding-left: 50%;
	text-align: left;
}

.childhoodArea:nth-child(2n+1) .childhoodYear:before {
	left: -90px;
}

.childhoodYear:before {
	width: 70px;
	height: 1px;
	transform-origin: left center;
	transform: scaleX(0);
}

.childhoodYear:before, .childhoodYear:after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: ' ';
	display: block;
	/*width: 70px;*/
	height: 1px;
	background: #fff;
}

.childhoodPara {
	position: relative;
	margin-top: 10px;
	width: 70%;
	margin-left: 30%;

	font-size: 1.5rem;
}

.childhoodParaRight {
	position: relative;
	margin-top: 10px;
	width: 70%;
	margin-right: 30%;
	font-size: 1.5rem;
}

.childhoodArea.plusImg {
	width: 100%;
	height: 170px;
}

.childhoodArea.plusImg02 {
	width: 100%;
	height: 370px;
}

.childhoodArea:nth-child(2n) {
	position: relative;
	left: -152px;
	padding-right: 50%;
	text-align: right;
}

.childhoodArea:nth-child(2n):nth-child(2n) .childhoodYear:before {
	transform-origin: right center;
}

.childhoodArea.woodLine .childhoodYear:before {
	transform: scaleX(1);
}
.childhoodArea:nth-child(2n) .childhoodYear:before {
	right: -90px;
}
.childhoodYear:before {
width: 70px;
height: 1px;
transform-origin: left center;
transform: scaleX(0);
}

.childhoodYear:before, .childhoodYear:after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: ' ';
	display: block;
	/*width: 70px; */
	height: 1px;
	background: #fff;
}

.childhoodArea:nth-child(2n+1) .childhoodYear:after {
    left: -20px;
}

.childhoodYear:after {
	opacity: 0;
	width: 3px;
	height: 3px;
}

.childhoodImg {
	z-index: 2;
	margin-top: 10px;
	display: inline-block;
}




.bgMasuda03{
	background: url(../img/bg-masuda03.jpg) no-repeat;
	background-position: center top ;
	min-height: 700px;
	background-size:cover;
	background-attachment: fixed;
	margin-bottom:-20px;
}

.bgMasuda03 h2 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: right;
	padding: 115px 0 0 0;
}



/*----------------------------------------------------
	☆Works
----------------------------------------------------*/

h1.mvtWorks {
	position: absolute;
	opacity: 0;
	z-index: 0;
	top: 34%;
	left: -3%;
}

h1.mvtWorks.aos-animate {
	position: absolute;
	opacity: 1;
	z-index: 0;
	top: 34%;
	left: 15%;
}

.worksArea01 img,
.worksArea02 img,
.worksArea03 img,
.worksArea04 img,
.worksArea05 img {
	max-width: 100%;
}

.worksArea01,
.worksArea02,
.worksArea03,
.worksArea04,
.worksArea05 {
	margin: 120px auto;
	overflow: hidden;
}
.worksArea01 {
	width: 100%;
	max-width: 1540px;
}


.mtControl {
	margin-top: 1em;
}

.worksArea01 .worksArea01Left {
	float: left;
	width: 57%;
	margin-right: 10%;
}
.worksArea01 .worksArea01Right {
	float: right;
	width: 33%;
	margin: 80px 0 0 0;
}

.worksArea01 .worksArea01Right h2 {
	margin-left: 10%;
}

.worksArea02 {
	width: 100%;
	max-width: 1000px;
}

.worksArea02 .worksArea02Left {
	float: left;
	width: 47%;
	margin: 90px 0 0 0;
}
.worksArea02 .worksArea02Right {
	float: right;
	width: 52%;
}

.worksArea03 {
	width: 100%;
	max-width: 1200px;
	margin-top: -180px;
}

.worksArea03 .worksArea03Left {
	float: left;
	width: 41.6%;
	margin-right: 5%;
}

.worksArea03 .worksArea03Right {
	float: left;
	width: 40%;
	padding: 120px 0 0 0;
}

.worksArea04 {
	width: 100%;
	max-width: 1200px;
}

.worksArea04 .worksArea04Left {
	float: left;
	width: 41.6%;
	margin-left: 8%;
	margin-top: 140px;
}

.worksArea04 .worksArea04Right {
	float: right;
	width: 34.1%;
}

.worksArea05 {
	background: url(../img/bg-works01.jpg) center top no-repeat;
	background-attachment: fixed;
	margin-bottom: 0;
}

.worksArea05 div {
	margin: 50px auto;
	text-align: center;
}

.whiteMiddleCenter {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.whiteSmallCenter {
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.worksArea05 div.banner {
	margin-bottom: 100px;
}



/*----------------------------------------------------
	☆Interchange
----------------------------------------------------*/


.interchangeBg {
	background: url(../img/bg-interchange01.png) no-repeat;
	background-position: center bottom ;
		height: 2908px;
	padding: 0;
	margin: 0 0 -70px 0;
}


.smallCenter {
	font-weight: bold;
	text-align: center;
	font-size: 1.8rem;
	font-family: Arial, Roboto, 游ゴシック体, 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.interchangePhotoArea{
	position: relative;
	margin: 70px 0 0;
}

.narrowTx {
	text-align: center;
	transform: scale(0.8, 1);
	color: #517188;
	font-size: 6rem;
	font-weight: 500;
	margin-bottom: 0.3em;
	font-family: Arial, Roboto, 游ゴシック体, 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.narrowTx span {
	font-size: 5rem;
}

.interchangePhotoArea .interChange01{
	position: absolute;
	top: 0;
	left: 0;
}

.interchangePhotoArea .interChange02{
	position: absolute;
	top: 0;
	right: 75px;
}



/*----------------------------------------------------
	☆Bonds
----------------------------------------------------*/

h1.mvtBonds {
	position: absolute;
	opacity: 0;
	z-index: 0;
	top: 34%;
	right: -3%;
}

h1.mvtBonds.aos-animate {
	position: absolute;
	opacity: 1;
	z-index: 0;
	top: 34%;
	right: 15%;
}

#whiteBg {
	margin:0 auto -20px;
	width:100%;
	padding: 0 0 10px;
	background: #fff;
}

.bonds01,
.bonds02,
.bonds03,
.bonds04 {
	margin: 120px auto;
	overflow: hidden;
}

.bonds01 p,
.bonds02 p,
.bonds03 p,
.bonds04 p{
	font-weight: normal;
	line-height: 2.04;
}

.bonds01{
	width: 100%;
	max-width: 1200px;
	margin-top: 0;
	padding-top: 120px;
}

.bondsArea01Left {
	float: left;
	width: 50%;
}

.bondsArea01Right {
	float: right;
	width: 50%;
}

.bondsArea01Left p {
	margin: 24% 0 19% 20%;
	width: 64%;
	font-size:1.8rem;
}


.bonds02,
.bonds04{
	width: 95%;
	max-width: 1400px;
}

.bonds02 h2{
	position: relative;
	margin: 0 20% -100px 0;
	text-align: right;
	z-index: 1;
}


.bonds02 p {
	position: relative;
	width: 100%;
	font-size:1.8rem;
	max-width: 600px;
	background: #fff;
	padding: 3% 5% 0;
	margin: -6% 0 0 20%;
	z-index: 1;
}


.bonds03{
	width: 100%;
	max-width: 1200px;
}

.bondsArea03Left {
	float: left;
	width: 61.7%;
}

.bondsArea03Right {
	float: right;
	width: 25%;
}

.bondsArea03Right p {
	margin: 50% 0 0;
	font-size:1.8rem;
}

.bonds04 h2 {
	position: relative;
	z-index: 2;
	margin: -140px 0 0 20%;
}



/*----------------------------------------------------
	☆Dream
----------------------------------------------------*/

h1.mvtDream {
	position: absolute;
	opacity: 0;
	z-index: 0;
	top: 34%;
	right: -3%;
}

h1.mvtDream.aos-animate {
	position: absolute;
	opacity: 1;
	z-index: 0;
	top: 34%;
	right: 15%;
}

#grayBg {
	margin:0 auto -20px;
	width:100%;
	padding: 0;
	background: #F3F2F1;
}


#roadArea {
	background: url(../img/img-road.png) repeat-y;
	background-position:center top;
	margin: 0 auto;
	padding:0 0 100px;
}

section.dreamInner {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding-top:120px;
}

.dream01,
.dream02,
.dream03 {
	overflow:hidden;
	position: relative;
}

.dreamLeft01 {
	float:left;
	width:40%;
	margin-right:10%;
}

.dreamRight01 {
	float:right;
	margin-left:10%;
	width:40%;
}

.alignRight {
	text-align:right;
}

.dream02 p {
	width:100%;
	margin: 0 0 70px 0;
	font-size:1.8rem;
	font-weight:bold;
	line-height:2.4;
}

.mtDreamCon01 {
	margin: 80px 0 0;
}

.mtDreamCon02 {
	margin: 40px 0;
}

.streetMasuda {
	position:absolute;
	top:100px;
	right:0;
}


.street {
	position:absolute;
	top:100px;
	left:0;
}

.dream03 p {
	width:100%;
	margin: 70px 0 70px 0;
	font-size:1.8rem;
	font-weight:bold;
	line-height:2.4;
}




























































