@charset "utf-8";

/* content ------------*/

.top_wrap{
	margin-top: 30px;
}
.top_wrap ul {
	text-align:center;
}
.top_wrap ul li{
	font-size:15px;
	padding: 10px 0;
}
.top_wrap ul li a{
	text-decoration:none;
	color:#000;
}
.top_wrap ul li span{
	font-size:40px;
}
.green_maru{
	color:#6cbe2a;
}
.orange_maru{
	color:#ee7545;
}
.blue_maru{
	color:#2a73be;
}
.purple_maru{
	color:#b52abe;
}
.brown_maru{
	color:#be6c2a;
}
.red_maru{
	color:#f31d5e;
}
.main_bg{
	background:url(../images/aboutus/top_mainbg.jpg) no-repeat;
	background-position-y:80px;
	background-size:100%;
	padding-bottom: 130px;
	padding-top: 80px;
}
.main_wrap{
	max-width:500px;
	margin:auto;
}
@font-face {
	font-family: 'fonth1';
	src: url('./ITCAvantGardeStd-XLt.otf');
}
.main_wrap h1,h1.sp{
	font-family: "fonth1";
	font-size: 110px;
	font-weight: normal;
	line-height: 110px;
	color: #ff9900;
}
.main_wrap h2{
	font-size: 18px;
	margin: 70px 0;
}
.main_wrap p{
	font-size: 18px;
	line-height: 48px;
	font-weight: bold;
	margin-bottom: 70px;
}

.main_wrap p span{
	display: block;
}

.feature_wrap{
	max-width:1000px;
	margin:auto;
	padding: 80px 0 120px 0;
}
.feature_wrap h2{
	text-align:center;
	font-size:42px;
	font-family: "Helvetica Neue", HelveticaNeue, "TeX Gyre Heros", TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
	line-height: 38px;
}
.feature_wrap h2 span{
	display:inline-block;
	font-size:16px;
	border-top: 2px solid #ff9900;
	padding: 0 15px;
    margin-top: 5px;
}
.wrap{
	margin-top:100px;
}
.left_wrap{
	display:inline-block;
	width:50%;
}
.box{
	max-width:375px;
	width:100%;
}
.box p{
	margin-top:30px;
}
.box.right{
	float:right;
}
.left_wrap h3{
	font-size:30px;
	background:url(../images/aboutus/title_bar_blue.png) no-repeat;
	background-position: bottom left;
    padding-bottom: 30px;
	line-height:42px;
}
.right_wrap{
	display:inline-block;
	width:49%;
	text-align:center;
}
.number{
	display:block;
	color:#ff0060;
	font-size:30px;
	padding-bottom:20px;
}
.feature_bg{
	background: #e4fbf9;
}
.bottom_bg{
	background: url(../images/aboutus/cont_05.png) no-repeat;
	background-size: 100%;
}
.bottom_wrap{
	max-width:1000px;
	margin:auto;
	padding:180px 0 170px 0;
}
.bottom_wrap .left_wrap h3{
	font-size: 36px;
	line-height: 48px;
	font-weight: 500;
	background:none;
	font-family: "Helvetica Neue", HelveticaNeue, "TeX Gyre Heros", TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
}
.bottom_wrap .left_wrap h3 span{
	font-size: 18px;
	display: block;
}
/*
#aside.fixed{
	position: fixed;
    top: 142px;
	margin-top:0;
	width: 100%;
}
#aside.fixed ul{
	width: 1000px;
    margin: auto;
}
*/

@media screen and (max-width: 750px){
	#content{
		width:100%!important;
	}
	.top_wrap{
		display: none;
	}
	h1.sp{
		width: 95%;
		margin: auto;
		margin-top: 45px;
	}
	.main_wrap{
		width:95%;
		margin:auto;
		max-width:inherit;
	}
	.main_wrap h2{
		padding-top:20px;
		margin-top:10px;
	}
	.main_bg{
		background: url(../images/aboutus/sp_top_mainbg.png) no-repeat;
		background-size:100%;
		padding-top:0;
		background-position-y: inherit;
		padding-bottom: 300px;
	}
	.feature_bg{
		background: inherit;
		width:95%;
		margin:auto;
	}
	.left_wrap{
		display: block;
		width: 100%;
	}
	.box{
		max-width: inherit;
	}
	.right_wrap{
		display: inherit;
		width: inherit;
	}
	#aboutus .bottom_wrap{
		 padding: 80px 0 10px 0;
		 width:95%;
		 margin:auto;
	}
	.bottom_bg{
		background-size: cover;
		background-position-x: 75%;
		min-height: 300px;
	}
	.bottom_wrap .left_wrap h3{
		font-size:24px;
		line-height:26px;
		padding-bottom:10px;
	}
	.bottom_wrap .right_wrap {
		text-align:right;
	}
	.bottom_wrap .right_wrap a{
		display:block;
		width:55px;
		float: right;
	}
	.bottom_wrap .right_wrap a img{
		width:100%;
	}
	.feature_wrap{
		padding-top:0;
	}
	.feature_wrap .right_wrap img,.feature_wrap .left_wrap img{
		width:100%;
	}
	.wrap{
		margin-top:50px;
	}
	.sp, .right_wrap.sp{
		display:block;
	}
	.box p{
		margin-bottom:30px;
		font-size:14px;
	}
	.feature_wrap h2{
		font-size:26px;
		line-height:28px;
	}
	.feature_wrap h2 span{
		font-size:11px;
		margin-top:0;
		line-height: 20px;
	}
	.number{
		padding-bottom:10px;
	}
}
@media screen and (max-width: 700px){
	.main_bg{
		padding-bottom:240px;
	}
}

@media screen and (max-width: 665px){
	.main_bg{
		padding-bottom:150px;
	}
}

@media screen and (max-width: 600px){
	.main_bg{
		padding-bottom:60px;
	}
}
@media screen and (max-width: 550px){
	.main_bg{
		padding-bottom:0;
	}
}

@media screen and (max-width: 500px){
	h1.sp{
		font-size: 80px;
		line-height: 80px;
	}
	.left_wrap h3{
		font-size:26px;
		line-height: 36px;
	}
}
@media screen and (max-width: 480px){
	.main_wrap h2{
		margin-bottom: 30px;
		font-size:12px;
	}
	.main_wrap p{
		font-size: 12px;
		line-height: 30px;
		margin-bottom: 40px;
	}
	.main_bg{
		padding-bottom: 170px;
	}
	.feature_wrap{
		padding: 0 0 50px 0;
	}
	.main_wrap h2{
		margin-bottom:40px;
	}
	.wrap{
		margin-top:30px;
	}
	
}

@media screen and (max-width: 427px){
	.main_bg{
		padding-bottom: 100px;
	}
}

@media screen and (max-width: 400px){
	.main_bg{
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 380px){
	h1.sp{
		font-size: 65px;
		line-height: 70px;
	}
	.left_wrap h3{
		font-size:22px;
		line-height: 30px;
	}
	.number{
		font-size:26px;
	}
	.main_bg{
		padding-bottom: 60px;
	}
}