article#main {
	max-width: none;
	margin: 0;
}
#main {
	width: 100vw;
	height: 100vh;
	margin: 0!important;
	overflow: visible;
	position: relative;
	background-image: url("../images/grd.svg"), url("../images/bg_cloud.jpg");
	background-size: contain, cover;
	background-repeat: repeat-x, no-repeat;
	background-position: bottom center, bottom center;
	z-index: 1000;
}
#main #bg_mask rect {
	width: 100vw;
	position: absolute;
	top: 0;
	left: 0;
}
#splash {
	width: 100vw;
	height: 100vh;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background: #000;
	z-index: 2010;
}
#flash {
	width: 100vw;
	height: 100vh;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background: #fff;
	z-index: 2000;
}
#flash .banner {
	width: 100vw;
}
#flash p {
	color: #009EE7;
	font-size: 40px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 2;
	text-align: center;
	display: flex;
}

#main #main_svg {
	width: 100vw;
	height: 100vh;
	overflow: visible;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1020;
}
#main #sun rect {
}
#main #sun g {

}
#main path, 
#main rect, 
#main polygon {
	width: 100%;
}
#copy_mask {
	width: 100%;
}
#copy image {
	width: auto;
	max-height: 400px;
}
#main h1 {
	width: 15vw;
	position: absolute;
	top: calc(100vw * .6);
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1010;
}
#main h1 img {
	width: 100%;
}
#main #sun {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1020;
}
#main #line_wrap {
	width: 100vw;
	height: calc(100vw * .4 + 100vw * .1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1020;
}

.svg_title {
	fill: #fff;
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: 1px;
}

#expression h2 svg {
	width: 100%;
	max-height: 112px;
}
#expression .ribbon {
	width: 140px;
	margin: 20px auto;
	display: block;
}
#expression .flex {
	width: 100%;
	margin: auto;
}
#expression .flex .lead {
	margin-right: 2em;
}

#service {
	margin-bottom: 0!important;
}
#service h2 svg {
	width: 100%;
	max-height: 56px;
}
#service .flex {
	width: 100%;
	max-width: 640px;
	margin: auto;
}
#service .flex .item {
	font-family: 'Lato', sans-serif;
	text-align: center;
	width: 200px;
	height: 100px;
	margin-bottom: 5vh;
	position: relative;
}
#service .flex .item img {
	position: absolute;
	top: 0;
	left: 0;
}

#vision .flex {
	justify-content: center;
}
#vision h3 img {
	max-height: 42px;
}
#vision .flex .item {
	text-align: center;
	width: 300px;
	padding: 2vw 1vw;
}
#vision .flex .item p {
	font-size: 14px;
	line-height: 2;
}

#creativity h2 svg {
	width: 100%;
	max-height: 112px;
}
#creativity .flex {
	width: 100%;
	margin: auto;
	flex-direction: row-reverse;
}
#creativity .flex .lead {
	margin-left: 2em;
}
#creativity .flex .txt_body p {
	line-height: 4;
}

#loving h2 svg {
	width: 100%;
	max-height: 56px;
}
#loving .flex {
	flex-direction: column;
}
#loving .lead {
	margin-bottom: 50px;
}
#loving p {
	text-align: center;
}



@media screen and (max-width: 768px) {
#main {
	width: 100vw;
	height: 100vh;
	margin: 0;
	position: relative;
	z-index: 1000;
}
#main line {stroke-width:5px!important;}
#main path {stroke-width:4px!important;}

.lead p {
	font-size: 20px;
	line-height: 2;
	letter-spacing: .2em;
	margin: 0em auto 1em;
}
.txt_body p {
	font-size: 14px;
	line-height: 2;
	letter-spacing: .2em;
	margin: 0em auto 0em;	
}


#expression h2 svg {
	width: 100%;
	max-height: 100px;
}
#expression .ribbon {
	width: 25%;
	margin: 20px auto;
	display: block;
}
#expression .flex {
	width: 90%;
	flex-direction: column;
	margin: auto;
}
#expression .flex .lead {
	margin-right: 0em;
}

#service h2 svg {
	width: 100%;
	max-height: 50px;
}
#service .flex {
	width: 100%;
	max-width: 800px;
	justify-content: space-around;
	margin: auto;
}

#vision .flex {
	justify-content: space-between;
}
#vision .flex .item {
	text-align: center;
	width: 33%;
	margin-top: 5vh;
	padding: 2vw 0vw;
}
#vision .flex .item p {
	font-size: 14px;
	line-height: 2;
}
#vision h3 img {
	width: 100%;
	max-height: 35px;
}

#creativity h2 svg {
	width: 100%;
	max-height: 100px;
}
#creativity .flex {
	width: 90%;
	margin: auto;
	flex-direction: column;
}
#creativity .flex .lead {
	margin-left: 0em;
}
#creativity .flex .txt_body p {
	line-height: 2;
}

#loving h2 svg {
	width: 100%;
	max-height: 50px;
}
#loving .flex {
	width: 90%;
	margin: auto;
	flex-direction: column;
}
#loving .lead {
	margin-bottom: 50px;
}
#loving p {
	text-align: left;
}

}

@media screen and (max-width: 480px) {
#expression h2 svg {
	width: 100%;
	max-height: 140px;
}

#service h2 svg {
	width: 100%;
	max-height: 70px;
}
#service .flex .item {
	font-family: 'Lato', sans-serif;
	text-align: center;
	width: 40%;
	margin-bottom: 5vh;
}

#vision .flex {
	flex-direction: column;
}
#vision .flex .item {
	text-align: center;
	width: 100%;
	margin-top: 5vh;
}
#vision h3 img {
	width: 100%;
	max-height: 30px;
}

#creativity h2 svg {
	width: 100%;
	max-height: 210px;
}

#loving h2 svg {
	width: 100%;
	max-height: 140px;
}

}

