﻿/**
* Theme Name: ふたひろ
*/
.mainvisual{
	height: 810px;
	background-image: url(img/main.jpg);
	background-size: cover;
	background-position: center center;
	margin-top: 100px;
}
.mission{
	min-height: 630px;
	background-image: url(img/mission.jpg);
	background-size: cover;
	background-position: center bottom;
}
.company{
	background-image: url(img/company.jpg);
	background-position: center center;
}
@media only screen and (max-width:768px){
.mission{
	background-image: url(img/mission-sp.jpg)!important;
	}
}

