@charset "UTF-8";
#mainvisual {
	height: 500px;
    background-image: url(../images/aobas_home_main.jpg);
    background-size: cover;
	background-position: center center;
    background-repeat: no-repeat;
}
#mainvisual h2 {
	font-size: 4.5rem;
	color: #FFFFFF;
	text-shadow: 2px 2px 20px #333333;
	padding-top: 180px;
}
#services {
	margin-top: 70px;
	margin-bottom: 20px;
}
#services h2 {
	text-align: center;
	font-size: 2.1rem;
	color: #8d755e;
	position: relative;
}
#services h2:before {
	position: absolute;
	content: '';
	bottom: -30px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
    	-ms-transform: translate(-50%, 0);
        	transform: translate(-50%, 0);
	display: inline-block;
	width: 150px;
	height: 4px;
	background-color: #dfd7cb;
}
#services .copy {
	font-size: 4.5rem;
	text-align: center;
	border-bottom: 1px solid #999999;
	margin-top: 100px;
}
.copy span {
	position: relative;
	padding-top: 0.2em;
}
.copy span::before {
	position: absolute;
	content: '';
	width: 0.2em;
	height: 0.2em;
	border-radius: 50%;
	background-color: #333333;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
    	-ms-transform: translate(-50%, 0);
        	transform: translate(-50%, 0);
}
#services ul {
	margin-top: 125px;
	text-align: center;
	letter-spacing: -0.5em;
}
#services li {
	width: 31.3%;
	background-color: #f5f5f5;
	display: inline-block;
	margin: 0 1%;
	padding: 35px 2%;
	letter-spacing: 0em;
	vertical-align: top;
	position: relative;
}
#services img {
	width: 70px;
	height: 70px;
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	margin: auto;
}
#services h3 {
    padding: 40px 0;
}
#services p {
	text-align: left;
}
#services li:first-child p:after {
	content: '　 　　　　　　';
}
#services li:last-child p:after {
	content: '　 　　　　';
}
#charts {
	background-color: #f5f5f5;
	padding-bottom: 50px;
}
#charts .container {
	position: relative;
}
#charts .container:before {
    position: absolute;
    top: 0;
    left: 0;
    content: 'CHARTS';
    font-size: 5.5rem;
    color: #bbbbbb;
    display: inline-block;
    border-top: solid 6px #bbbbbb;
    line-height: 1em;
}
#charts h3 {
	margin-top: 120px;
	margin-bottom: 60px;
	font-size: 2rem;
	display: inline-block;
	width: 100%;
	height: 50px;
	background-color: #AAAAAA;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	color: #FFFFFF;
}
.chart1 {
	float: left;
	width: 45%;
}
.chart2 {
	float: right;
	width: 45%;
}
.chart1 img,.chart2 img {
	width: 100%;
	height: auto;
}
#endusers_j {
    background-color: #d5d5d5;
}
#endusers_j .container {
    position: relative;
    background-image: url(../images/endusers_j@2x.png);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 70px;
}
#endusers_j .container:before {
	position: absolute;
	top: 0;
	left: 0;
	content: 'END USERS';
	font-size: 5.5rem;
	color: #ffffff;
	display: inline-block;
	border-top: solid 6px #ffffff;
	line-height: 1em;
}
#endusers_j h3 {
	font-size: 2rem;
	padding-top: 100px;
	padding-bottom: 60px;
	color: #FFFFFF;
}
#endusers_j h3 span{
    font-size: 1.4rem;
}
#endusers_j h4 {
    font-size: 2rem;
    display: inline-block;
    width: 100px;
    height: 50px;
    background-color: rgba(255,255,255,0.70);
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 50px;
}
#endusers_w {
    background-color: #f5f5f5;
}
#endusers_w .container {
    position: relative;
    background-image: url(../images/endusers_w@2x.png);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
}
#endusers_w h4 {
    font-size: 2rem;
    display: inline-block;
    width: 100px;
    height: 50px;
    background-color: rgba(50,50,50,0.70);
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 50px;
	color: #FFFFFF;
}
#products {
	margin-top: 70px;
	margin-bottom: 70px;
}
#products ul {
	text-align: center;
	letter-spacing: -0.5em;
}
#products li {
	/*width: 25%;*/
	width: 33%;/*製品導入までの流れができたら25%に戻す*/
	display: inline-block;
	padding: 0 2%;
	letter-spacing: 0em;
	vertical-align: top;
}
#products a {
	display: block;
}
#products a img {
	transition: 0s;
}
#products a:hover img {
	transition: .8s;
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}
#products img {
	width: 55px;
	height: 55px;
}
#products h3 {
    margin-top: 35px;
	margin-bottom: 20px;
}
#products p {
    font-size: 1.4rem;
    color: #999999;
}
#sns p {
    font-size: 2rem;
	line-height: 100px;
	text-align: center;
	margin: 30px 0 50px;
}
#sns a {
	display: block;
	border: 1px solid #999999;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, #AEABA4 50%);
	background-position: 0 0;
	background-size: auto 200%;
	transition: .3s;
}
#sns a:hover {
	background-position: 0 100%;
	color: #ffffff;
}
#sns i {
	padding-right: 20px;
	font-size: 6rem;
	vertical-align: -15px;
	color: #AEABA4;
}
#sns a:hover i {
	color: #ffffff;
}
#news {
	padding: 60px 0;
	background-color: #f5f5f5;
}
#news h3 {
	font-size: 2rem;
	color: #333333;
	margin-bottom: 30px;
}
#news i {
	padding-right: 12px;
	font-size: 3.5rem;
	vertical-align: -5px;
}
#news article {
	width: 100%;
	border-bottom: 1px dotted #999999;
}
#news article a {
	display: block;
	padding: 25px 0px;
	
}
#news article a:hover p, #news article a:hover h4 {
	color: #9f957c;
}
#news p {
	color: #888888;
	display: inline-block;
	width: 15%;
	vertical-align: top;
}
#news h4 {
	display: inline-block;
	width: 85%;
	color: #555555;
}
#readmore {
	width: 300px;
	margin: 50px auto 0;
	text-align: center;
	border: 1px solid #9f957c;
	color: #9f957c;
	font-size: 1.8rem;
	position: relative;
}
#readmore a {
	display: block;
	padding: 10px 0;
}
#readmore a:after {
	content: '';
	width: 15px;
	height: 15px;
	border: 0px;
	border-top: solid 1px #9f957c;
	border-right: solid 1px #9f957c;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 17px;
	right: 15%;
}
#readmore a:hover:after  {
	right: 20px;
	transition: .3s;
}





@media screen and (min-width: 560px) and (max-width: 959px) {
#mainvisual {
	height: 400px;
}
#mainvisual h2 {
	font-size: 3rem;
	padding-top: 150px;
}
#services {
	margin-top: 50px;
	margin-bottom: 0px;
}
#services h2 {
	font-size: 1.7rem;
}
#services h2:before {
	bottom: -20px;
}
#services .copy {
	font-size: 3rem;
	margin-top: 50px;
}
#services ul {
	margin-top: 75px;
}
#services li {
	width: 100%;
	display: block;
	margin: 50px 0;
	padding: 25px 5%;
}
#services li:last-child {
	margin-bottom: 20px;
}
#services img {
	width: 60px;
	height: 60px;
	top: -30px;
}
#services h3 {
    padding: 30px 0 20px;
}
#charts .container {
	width: 90%;
	padding: 0px;
}
#charts {
	padding-bottom: 50px;
}
#charts .container:before {
	font-size: 5rem;
	border-top: solid 5px #cccccc;
}
#charts h3 {
	font-size: 1.6rem;
	margin-top: 100px;
	margin-bottom: 40px;
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
}
#endusers_j p, #endusers_w p{
	font-size: 1.4rem;
}
#endusers_j .container {
	width: 90%;
	padding: 0px 0% 50px;
}
#endusers_j .container:before {
	font-size: 5rem;
	border-top: solid 5px #ffffff;
}
#endusers_j h3 {
	font-size: 2rem;
	padding-top: 90px;
	padding-bottom: 40px;
}
#endusers_j h3 span{
    font-size: 1.2rem;
}	
#endusers_j h4 {
    font-size: 1.8rem;
    width: 80px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    margin-bottom: 40px;
}
#endusers_w .container {
	width: 90%;
    padding: 50px 0;
}
#endusers_w h4 {
    font-size: 1.8rem;
    width: 80px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    margin-bottom: 40px;
}
#products .container {
	width: 100%;
}
#products {
	margin-top: 0px;
	margin-bottom: 0px;
}
#products li {
	width: 100%;
	display: block;
	padding: 30px 0px;
}
#products li:not(:last-child) {
    border-bottom: 1px solid #cccccc;
}
#products img {
	width: 45px;
	height: 45px;
} 
#products h3 {
    margin-top: 20px;
	margin-bottom: 10px;
}
#products p {
    font-size: 1.2rem;
	width: 90%;
	margin: 0 auto;
}
#sns p {
    font-size: 1.5rem;
	line-height: 70px;
	margin: 25px 0;
}
#sns i {
	padding-right: 15px;
	font-size:4rem;
	vertical-align: -10px;
}
#news {
	padding: 35px 0 40px;
}
#news h3 {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
#news h3:after {
	bottom: -10px;
	width: 45px;
}
#news article a {
	padding: 20px 0px;
}
#news p {
	width: 20%;
}
#news h4 {
	width: 80%;
}
#readmore {
	width: 250px;
	margin: 40px auto 0;
	font-size: 1.6rem;
}
#readmore a:after {
	width: 12px;
	height: 12px;
}
}





@media screen and (max-width: 559px) {	
#mainvisual {
	height: 400px;
}
#mainvisual h2 {
	font-size: 3rem;
	padding-top: 150px;
}
#services {
	margin-top: 50px;
	margin-bottom: 0px;
}
#services h2 {
	font-size: 1.7rem;
}
#services h2:before {
	bottom: -20px;
}
#services .copy {
	font-size: 3rem;
	margin-top: 50px;
}
#services ul {
	margin-top: 75px;
}
#services li {
	width: 100%;
	display: block;
	margin: 50px 0;
	padding: 25px 5%;
}
#services li:last-child {
	margin-bottom: 20px;
}
#services img {
	width: 60px;
	height: 60px;
	top: -30px;
}
#services h3 {
    padding: 30px 0 20px;
}
#charts .container {
	width: 100%;
	padding: 0px 5%;
}
#charts {
	padding-bottom: 50px;
}
#charts .container:before {
	font-size: 4.5rem;
	border-top: solid 4px #cccccc;
}
#charts h3 {
	font-size: 1.6rem;
	margin-top: 0px;
	margin-bottom: 40px;
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
}
.chart1 {
    float: none;
    width: 100%;
	margin: 0 auto 50px;
	padding-top: 100px;
}
.chart2 {
    float: none;
    width: 100%;
	margin: 0 auto;
}
#charts img {
	width: 70%;
	min-width: 288px;
	height: auto;
	margin: 0 auto;
	display: block;
}
#endusers_j p, #endusers_w p{
	font-size: 1.3rem;
}
#endusers_j .container {
	width: 100%;
	background-position: right bottom -20px;
	background-size: auto 85%;
	padding: 0px 5% 50px;
}
#endusers_j .container:before {
	font-size: 4.5rem;
	border-top: solid 4px #ffffff;
}
#endusers_j h3 {
	font-size: 1.8rem;
	padding-top: 80px;
	padding-bottom: 40px;
}
#endusers_j h3 span{
    font-size: 1.2rem;
}
#endusers_j h4 {
    font-size: 1.6rem;
    width: 80px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    margin-bottom: 40px;
}
#endusers_w .container {
	width: 100%;
	background-size: auto 100%;
    padding: 50px 5%;
}
#endusers_w h4 {
    font-size: 1.6rem;
    width: 80px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    margin-bottom: 40px;
}
#products .container {
	width: 100%;
}
#products {
	margin-top: 0px;
	margin-bottom: 0px;
}
#products li {
	width: 100%;
	display: block;
	padding: 30px 0px;
}
#products li:not(:last-child) {
    border-bottom: 1px solid #cccccc;
}
#products img {
	width: 45px;
	height: 45px;
} 
#products h3 {
    margin-top: 20px;
	margin-bottom: 10px;
}
#products p {
    font-size: 1.2rem;
	width: 90%;
	margin: 0 auto;
}
#sns p {
    font-size: 1.5rem;
	line-height: 70px;
	margin: 25px 0;
}
#sns i {
	padding-right: 15px;
	font-size:4rem;
	vertical-align: -10px;
}
#news {
	padding: 35px 0 40px;
}
#news h3 {
	font-size: 1.8rem;
	margin-bottom: 10px;
}
#news h3:after {
	bottom: -10px;
	width: 45px;
}
#news article a {
	padding: 20px 0px;
}
#news p {
	display: block;
	width: 20%;
	padding-bottom: 10px;
}
#news h4 {
	display: block;
	width: 100%;
}
#readmore {
	width: 200px;
	margin: 40px auto 0;
	font-size: 1.4rem;
}
#readmore a:after {
	width: 12px;
	height: 12px;
	top: 15px;
	right: 15%;
}
}
