@charset "UTF-8";
/* CSS Document */
body{
	font-family: 'Noto Serif JP', sans-serif;
	background-image: url(../images/bg_img.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
@media screen and (max-width: 810px) {
	body{
	font-family: 'Noto Serif JP', sans-serif;
	background-image: url(../images/bg_img_810.png)!important;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	}
}
@media screen and (max-width: 480px) {
	body{
	font-family: 'Noto Serif JP', sans-serif;
	background-color: #f2e0d5;
	}
}
/***メイン***************************/
h1{
	margin-top: 400px;
	font-size: 25px;
	color: #494646;
	width: 80%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0;
	margin-bottom: 10px;
	font-weight: bold;
}
h2{
	width: 80%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	border-bottom: 3px solid #282222;
}
#about_company_m{
	display: none!important;
}
#about_company_c{
	margin-top: 50px;
	margin-bottom: 500px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: auto;
	color: #FFFFFF;
	line-height: 1.8em;
}
#about_company_c a{
	color: #ffffff;
}
#about_company_c a:hover{
	border-bottom: 1px dotted #ffffff;
}
#section01{
	background-image: url(../images/company_img_b_01.png);
	background-repeat: no-repeat;
	padding: 70px 60px 60px 60px;
}
#section02{
	background-image: url(../images/company_img_b_02.png);
	background-repeat: no-repeat;
	padding: 20px 70px 40px 70px;
}
#section03{
	background-image: url(../images/company_img_b_03.png);
	background-repeat: no-repeat;
	padding: 60px 60px 55px 320px;
}
#section04{
	background-image: url(../images/company_img_b_04.png);
	background-repeat: no-repeat;
	padding: 20px 20px 30px 530px;
}
@media only screen and (max-width: 810px) {
	#about_company_c{
		display: none!important;
	}
	#about_company_m{
		display: block!important;
		text-align: center;
	}
	#about_company_m img{
		width: 90%;
		height: auto;
	}
}
/***ページトップ***************************/
#pageTop {
  	position: fixed;
  	bottom: 30px;
	right: 30px;
}
#pagetop a{
	position: fixed;
  	bottom: 30px;
	right: 30px;
	padding: 5px 5px;
	background-color: #494646;
	font-size: 20px;
	color: #ffffff;
	display: block!important;
}
@media screen and (max-width: 810px){
	#pagetop {
		display: none!important;
	}
}
