@charset "UTF-8";
@media all and (min-width: 768px) {
	#container{
		width: 980px;
		margin: 0 auto;
	}
}


/* -----------------------------------------------------------
   HEADER
------------------------------------------------------------*/
header{
	position: relative;
}
header h1{
	background-image:url(../img/main.jpg) ;
	background-size: cover;
}
header h1 > span{
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}

@media all and (min-width: 768px) {
	header h1{
		width: 980px;
		height: 550px;
		margin:0 auto;
	}
}

@media all and (max-width: 767px) {
	header{
		padding-top: 0.8vh;
	}
	header h1{
		display: block;
		width:100%;
		height: 0;
		padding-top: 56.12244%;

	}
}
/* -----------------------------------------------------------
   ABOUT
------------------------------------------------------------*/
#About{
	margin: 0 auto;
	text-align: center;
}
#About h2 span{
	display: block;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	background-image:url(../img/title_about.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 0;
	padding-top: 19.4444%;
}
#About p{
	font-weight: 700;
	text-align: center;
}
@media all and (min-width: 768px) {
	#About{
		width: 980px;
		padding-bottom: 60px;
	}
	#About h2{
		width: 40%;
		margin: 0 auto 20px;
	}
	#About h2 span{
		width: 100%;
	}
	#About h3{
		font-size: 200%;
		line-height: 1.2;
		color: #3c3c3c;
		margin-bottom: 20px;
	}
	#About p.intro-p{
		font-size: 140%;
		margin-bottom: 20px;
		color: #3c3c3c;
		line-height: 2.0;
	}
}
@media all and (max-width: 767px) {
	#About{
		width: 100%;
	}
	#About h2{
		width: 50%;
		margin: 0 auto 20px;
	}
	#About h3{
		font-size: 120%;
		margin-bottom: 20px;
		color: #3c3c3c;
	}
	#About p.intro-p{
		font-size: 90%;
		margin-bottom: 40px;
		color: #3c3c3c;
		line-height: 1.6;
	}

}


/* -----------------------------------------------------------
   COMPANY
------------------------------------------------------------*/
#Company .inner{
	margin: 0 auto;
	border-radius: 15px;
	background-color: #fff;
	box-sizing: border-box;
}
#Company p{
	font-family: fot-tsukuardgothic-std, sans-serif;
	color: #3c3c3c;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.04em;
}
#Company .main-color{
	color: #26a3da;
}
#Company .inner ul{
	background-image: url(../img/company_logo.png);
	background-size: contain;
}
#Company li{
	text-indent:-9999px;
}

@media all and (min-width: 768px) {
	#Company{
		padding: 40px 0;
	}
	#Company .inner{
		width: 850px;
		padding: 60px 0;
	}
	#Company .inner ul{
		width: 770px;
		height: 406px;
		margin: 0 auto;
	}
	#Company p{
		font-size: 160%;
		margin-bottom: 20px;
	}
}
@media all and (max-width: 767px)  {
	#Company{
		padding: 20px 0 30px;
	}
	#Company .inner{
		width: 90%;
		padding: 20px 10px;
	}
	#Company .inner ul{
		width: 100%;
		height: 0;
		padding-top: 52.7777%
	}
	#Company p{
		font-size: 110%;
		margin-bottom: 10px;
	}
}
