@charset "UTF-8";

#key-visual{
	background: url(../images/company-key-visual.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
#sec02{
	background: #fafafa;
}
#sec02 .inner{
	display: flex;
	flex-direction: column;
	align-items: center;
}
#sec02 table{
	line-height: 2;
	table-layout: fixed;
	width: 100%;
	border-top: 1px solid #888;
}
#sec02 tr{
	border-bottom: 1px solid #888;

}
#sec02 th{
	width: 25%;
	//font-weight: 500;
	position: relative;
	vertical-align: top;
	padding: 20px 15px;
	text-align: left;
}
#sec02 td{
	width: 75%;
	padding: 20px 15px;
}
#sec02 td dt{
	font-weight: 600;
}
#sec02 td dl:not(:last-of-type){
	margin-bottom: 1em;
}
#sec02 td h3{
	font-size: 1.4rem;
}
#sec02 li{
	padding-left: 1em;
	text-indent: -1em;
}
#sec02 li:before{
	content: "・";
	display: inline;
}
#sec02 td a{
	color: #393e90;
	text-decoration: underline;
}
#sec02 td a:hover{
	text-decoration: none;
}

#sec03{
	display: flex;
	flex-direction: row-reverse;
}
#sec03 #googlemap{
	width: 60%;
	height: 480px;
}
#googlemap>iframe{
	display: block;
	width: 100%;
	height: 100%;
}
#sec03 .txt{
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 15px;
	line-height: 2;
}
#sec03 .btn01{
	margin-top: 2.5em;
}

@media screen and (max-width: 1000px){
	#sec03{
		flex-direction: column;
	}
	#sec03 #googlemap{
		width: 100%;
	}

	#sec03 .btn01{
		margin-top: 2.5em;
	}
}

@media screen and (max-width: 768px){

	#sec02 table,
	#sec02 tbody,
	#sec02 tr,
	#sec02 th,
	#sec02 td{
		display: block;
		width: 100%;
	}
	#sec02 th{
		padding: 1.5rem 0 0;
	}
	#sec02 td{
		padding: .5rem 0 1.5rem;
	}

	#sec03 .txt{
		width: 100%;
		padding: 5rem 1.5rem;
	}
}