@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400&display=swap');


.view-btn{
	background: #ff9d1b;
	color: #fff;
	padding: 10px 0;
	width: 90%;
	max-width: 273px;
	margin: 30px auto;
	display: block;
	border-radius: 30px;
	text-align: center;
	position: relative;
}
.view-btn:after{
	content: '';
	display: inline-block;
	background: url(images/arrow-icon.svg) no-repeat;
	background-size: contain;
	width: 14px;
	height: 16px;
	vertical-align: middle;
	margin-left: 20px;
	margin-right: -20px;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {

}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
}
/* main
------------------------------------------------------ */
.main-bg{
	background: url(images/main-img.jpg) no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	height: 340px;
	position: relative;
	background-position: center;
}
.company-table {
  width: 90%;
  margin: 80px auto;
  max-width: 562px;
}
.map{
	width: 90%;
	margin: 0 auto 60px;
	max-width: 600px;
	text-align: center;
	height: 273px;
}
iframe{
	max-width: 100%;
	max-height: 100%;
}
.company-table th {
  text-align: left;
  font-weight: 600;
  width: 25%;
  padding: 20px 0;
}
.company-table td {
  text-align: left;
  width: 70%;
	padding: 20px 0;
}
.company-table tr{
	border-bottom: 1px solid #c2c2c2;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.main-bg{
		height: 300px;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
}


