@charset "UTF-8";

#siteHeader {
	background-color: rgba(255,255,255,0.8);
}
#siteHeader .logoW {
	display: none;
}

/* --------------
 home mv
-------------- */
#mv {
	width: 100%;
	height: auto;
	position: relative;
	color: #171C61;
	overflow: hidden;
}
#mv:before {
	content: "";
	display: block;
}

#mv h1 span {
	position: absolute;
	z-index: 20;
	text-shadow: 1px 1px 2px #FFF, -1px -1px 2px #FFF;
}

#mv figure img {
	position: absolute;
}
.mvfg0 {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 20;
}
.mvfg1 {
	top: 0;
	left: 0;
	z-index: 10;
}
.mvfg2 {
	right: 0;
	z-index: 10;
}

/* --------------
 home container
-------------- */

/* =homeBusiness
---------------------------------------------------- */
#homeBusiness {
	display: flex;
	justify-content: center;
}
#homeBusiness section {
	width: calc(100% / 3);
	height: auto;
	margin: 0 1% 20px;
	padding-bottom: 60px;
	text-align: center;
	position: relative;
}

#homeBusiness section a {
	display: block;
}

#homeBusiness section h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 20;
}

/* =homeVision
---------------------------------------------------- */
#homeVision {
	color: #FFF;
	background-image: url(../img/bg_vision.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 20px;
}

/* vision */
#vision h2 b {
	font-weight: normal;
	display: block;
	line-height: 1.2;
}

/* rinen */
#rinen article {
	transition: all 0.3s;
	border-left: 1px solid #333;
	background-color: rgba(0,0,0,0.3);
}

#rinen h3 {
	margin-bottom: 30px;
	font-size: 23px;
}

#rinen ol {
	color: #CCC;
	margin-left: 10px;
	list-style-type: decimal;
}
#rinen li {
	margin-top: 20px;
	font-size: 12px;
}
#rinen article:hover .none {
	opacity: 1;
}

/* --------------
 PC styles
 iPad: 768px × 1,024px / Android: 600px × 960px , 768px × 1024px , 800px × 1280px
-------------- */

@media screen and (min-width: 960px) {

	#container {
		padding-top: 110px;
	}

	#mv {
		margin-bottom: 100px;
	}
	#mv:before {
		padding-top: 44.5%; /* 100% 1:1 */
	}

	#mv h1 {
		font-size: 36px;
	}
	.mv1 {
		top: 0;
		left: 57%;
	}
	.mv2 {
		bottom: -5px;
		right: 57%;
	}
	.mvfg1 {
		width: 60%;
	}
	.mvfg2 {
		width: 60%;
		top: 10%;
	}

	/* =homeBusiness
	----------------
	------------------------------------ */
	#homeBusiness {
		padding: 0 5% 100px;
	}
	#homeBusiness section:nth-child(1) img {
		box-shadow: -20px -30px #F4F4F4;
	}
	#homeBusiness section:nth-child(2) img {
		box-shadow: 20px 30px #F4F4F4;
	}
	#homeBusiness section:nth-child(3) img {
		box-shadow: 20px -30px #F4F4F4;
	}

	#homeBusiness section h2 {
		font-size: 18px;
	}
	#homeBusiness section:nth-child(2) h2 {
		bottom: -25px;
	}

	/* =homeVision
	---------------------------------------------------- */
	#homeVision {
		display: flex;
		justify-content: space-around;
		padding: 100px 4%;
	}

	/* vision */
	#vision {
		width: 29%;
		margin-right: 1%;
	}
	#vision h2 b {
		font-size: 47px;
	}
	#vision h2 {
		font-size: 14px;
	}
	.lead {
		font-size: 23px;
		margin: 50px 0;
	}
	
	/* rinen */
	#rinen {
		width: 70%;
		display: flex;
		justify-content: center;
	}
	#rinen article {
		width: calc(100% / 3);
		height: 590px;
		margin: 0 1%;
		padding: 30px 0.5% 10px 2%;
		transition: all 0.3s;
		border-left: 1px solid #333;
		background-color: rgba(0,0,0,0.3);
	}
	#rinen article:hover {
		width: 50%;
	}

	#rinen h3 {
		text-align: center;
	}
	
}


/* -------------- 
 Smartphone styles
 iPhone 5: 320px × 568px , 6: 375px × 667px , 6+: 414px × 736px / Android: 360px × 640px , 410px × 730px
-------------- */

@media screen and (max-width: 959px) {

	#container {
		padding-top: 12%;
	}

	#mv {
		margin-bottom: 50px;
	}
	#mv:before {
		padding-top: 100%; /* 100% 1:1 */
	}

	#mv h1 {
		font-size: 26px;
	}
	.mv1 {
		top: 30px;
		right: 10px;
	}
	.mv2 {
		bottom: 30px;
		left: 10px;
	}

	.mvfg0 {
		width: 50%;
	}
	.mvfg1 {
		width: 90%;
	}
	.mvfg2 {
		width: 90%;
		bottom:  0;
}

	/* =homeBusiness
	---------------------------------------------------- */
	#homeBusiness {
		padding: 0 6% 20px;
	}
	#homeBusiness section h2 {
		font-size: 16px;
	}
	#homeBusiness section img {
		box-shadow: 10px 15px #F4F4F4;
	}

	/* =homeVision
	---------------------------------------------------- */
	#homeVision {
		padding: 40px 2%;
	}

	/* vision */
	#vision {
		margin-bottom: 20px;
	}
	#vision h2 b {
		font-size: 37px;
	}
	#vision h2 {
		font-size: 12px;
	}
	.lead {
		font-size: 18px;
		margin: 10px 0;
	}

	#vision figure {
		text-align: center;

	}

	/* rinen */
	#rinen article {
		margin: 5px 0;
		padding: 30px;
	}



}


@media screen and (max-width: 650px) {

	#mv h1 {
		font-size: 22px;
	}
	
	/* =homeBusiness
	---------------------------------------------------- */
	#homeBusiness {
		display: block;
	}
	#homeBusiness section {
		width: 98%;
	}

}

