@charset "UTF-8";
img{
		max-width: 100%;
		}
a {
		text-decoration: none;
		}
h3{
	position: ;
	top: ;
	left: ;
	font-size: 20px;
	font-family: sans-serif;
	font-weight: ;
	color: #000050;
	padding: 0;
	margin: 0;
	}
p {
	position: ;
	top: ;
	left: ;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: ;
	color: #000050;
	padding: 0;
	margin: 0;
	}
.boxA{
		display: flex;
		grid-template-columns: 40% 60%;
		height: 80px;
		}
.logo{
		width: 400px;
		margin-top: 5px;
		}
.box3{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: 60px;
		gap: 0; 
		height: 80px;
		padding: 0;
		padding-top: 40px;
		justify-content: center;
		align-content: bottom;
		}
.box4{
		color: #000; font-size: 0.7rem; font-family: sans-serif; font-weight: bold; line-height: 1; 
		text-align: center;
				}
.boxB{
			height: 400px;
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center top;
			background-image: url(images/img/img_0821.jpg);
			margin-bottom: 10px;
		}
.box2{ 
		display: flex;
			gap: 10px; 
		height: 40px;
		padding: 5px;
		justify-content: right;
		align-content: center;
		}
.button_overview {
		width: 100px;
		margin-right: 10px;
		}
.button_new {
		width: 100px;
		margin-right: 10px;
		}
.button_access {
		width: 100px;
		margin-right: 10px;
		}
.button_eng{
		width: 100px;
		}
.button_jpn{
		width: 100px;
		}
#location{
		padding: 4% 0;
		}
#location .wrapper {
		display: flex;
		justify-content: center;
		}
.location-info {
		width 15%;
						}
.location-info p {
		padding: 12px 10px;
		}
.location-map {
	width 81%;
		}
iframe {
		width: 150%;
		}
.box7{
		margin: 100px;
		text-align: center;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 10pt;
}    