@charset "utf-8";


/*--------------------------------------------------------------------------------
　mv
--------------------------------------------------------------------------------*/
.pcOnly{
	display: block;
}
.spOnly{
	display: none;
}
#mvArea{
	background-image: url("../img/mv.jpg");
	background-size: cover;
	padding: 6% 0;
	
}
#mvArea h1{
	font-family: 'Montserrat', sans-serif;
	font-size:46px;
	text-align: center;
	color: #000;
}
#mvArea h1 span{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	display: block;
}
.inner{
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}
#company .inner{
	margin: 130px auto;
	background-image: url("../img/logo.svg");
	background-position: top right;
	background-size: 40%;
	background-repeat: no-repeat;
	
}
#company h2{
	color: #e5e5e5;
	font-size: 40px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	margin-bottom: 50px;
	
}
.profile{
	font-size: 17px;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.2em;
}
.profile dl{
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 20px;
}
.profile dl:after{
	content: "";
	display: block;
	clear: both;
}
.profile dt{
	width: 20%;
	float: left;
}
.profile dd{
	width: 70%;
	float: left;
	margin-inline-start: 0px;
}
.profile dd .ttl{
	background-color: #e8e8e8;
	padding: 0 20px 3px 20px;
	border-radius: 3px;
}
.profile dd .gmap{
	background-color:#4B6C46;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0;
	font-size: 14px;
	padding: 0 8px 2px 8px;
	margin-left: 10px;
}
	.profile dd a{
	text-decoration: none;
	color: #333;
	}
@media only screen and (max-width: 1023px) {
#mvArea h1{
	font-size:40px;
}
#mvArea h1 span{
}
.inner{
	max-width: 100%;
	width:94%;
	margin: 0 auto;
	padding: 0 3%;
}
#company .inner{
	margin: 110px auto;
	background-size: 30%;
}
#company h2{
	color: #e5e5e5;
	font-size: 40px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	margin-bottom: 50px;
	
}
.profile{
	font-size: 17px;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.2em;
}
.profile dl{
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 20px;
}
.profile dl:after{
	content: "";
	display: block;
	clear: both;
}
.profile dt{
	width: 20%;
	float: left;
}
.profile dd{
	width: 70%;
	float: left;
	margin-inline-start: 0px;
}
.profile dd .ttl{
	background-color: #e8e8e8;
	padding: 0 20px 3px 20px;
	border-radius: 3px;
}
.profile dd .gmap{
	background-color:#4B6C46;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0;
	font-size: 14px;
	padding: 0 8px 2px 8px;
	margin-left: 10px;
	
}	
}
@media only screen and (max-width: 680px) {
.pcOnly{
	display: none;
}
.spOnly{
	display: block;
}
#mvArea h1{
	font-size:34px;
}
#mvArea h1 span{
	font-size: 15px;
}
	
.inner{
	max-width: 100%;
	width: 90%;
	margin: 0 auto;
	padding:0 5%;
}
#company .inner{
	background-image: none;
	margin: 50px auto;
	background-size: 30%;
	
}
#company h2{
	font-size: 30px;
	margin-bottom: 30px;
	
}
.profile{
	font-size: 15px;
}
.profile dl{
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 20px;
}

.profile dt{
	width: 100%;
	float: none;
	text-align: center;
	background-color: #EDEDED;
	padding: 2px 0;
	margin-bottom: 15px;
}
.profile dd{
	width: 100%;
	float: none;
	margin-inline-start: 0px;
}
.profile dd .ttl{
	background-color: #fff;
	padding: 0;
	border-radius: 0;
}
.profile dd .gmap{
	background-color:#4B6C46;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0;
	font-size: 14px;
	padding: 0 8px 2px 8px;
	margin: 5px 0px;
}
	.profile dd a{
	text-decoration: none;
	color: #333;
	}	
}

