@charset "utf-8";
/*=================================================
site : 監査法人アリア　2021リニューアル 英語サイト
file : /en/styles/home.css
uses : トップページ
=================================================*/


body.en footer {
	margin-top: -45px;
}

/* article
=================================================*/
/* div#articleTop 
----------------------------------------*/
#articleTop {
	width: 100%;
	background-image: url(../img/top/bg_main_sp.jpg);
	background-position: 55% center;
	background-repeat: no-repeat;
	background-size: cover;
}
#articleTop .content {
	position: relative;
	min-height: 400px;
	text-align: left;
}
#articleTop h1 {
	position: absolute;
	bottom: 15px;
	left: 25px;
}
#articleTop h1 img {
	width: 68%;
	max-width: 375px;
}

/*=================================================
 section
=================================================*/
section h2.ffFoco {
	color: #2530A4;
	font-size: 46px;
	font-weight: 300;
	padding-left: 25px;
}
section h2.ffFoco span {
	color: #B2B250;
}

@media screen and (max-width: 360px) { 
section h2.ffFoco {
	font-size: 38px;
}
}


/* section#about
=================================================*/
#about {
	color: #fff;
	padding-top: 40px;
	padding-bottom: 30px;
	background-color: #2530A4;
}

#about h2.ffFoco {
	color: #fff;
	padding-bottom: 15px;
}
#about .content p {
	margin: 15px 25px 0;
	line-height: 1.55;
}
#about .btn {
	margin: 30px 25px 0;
}

/* section#services
=================================================*/
#services {
	padding-top: 40px;
	padding-bottom: 68%;
	background-color: #B2B250;
	background-image: url(../img/services/bg_service.png);
	background-position: center 90%;
	background-repeat: no-repeat;
	background-size: 108% auto;
}

#services .btn {
	margin: 30px 25px 0;
}

/* section#careers
=================================================*/
#careers {
	padding-top: 40px;
	padding-bottom: 40vh;
	background: #2530A4 url(../../img/top/bg_careers_sp.png) no-repeat center bottom;
	background-size: contain;
}

#careers h2.ffFoco {
	color: #B2B250;
}
#careers .btn {
	margin: 30px 25px 0;
}
