@charset "UTF-8";
/* CSS Document */

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #23303A;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.44px;
	position: relative;
}

h1,h2,h3,h4,h5 {
	font-weight: 500;
}

.m-plus-rounded-1c-regular {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.m-plus-rounded-1c-medium {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.m-plus-rounded-1c-extrabold {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 800;
	font-style: normal;
}

.pc_br {
	display: block;
}
.sp_br {
	display: inline;
}
.pc_view {
	display: inherit;
}
.sp_view {
	display: none;
}
a {
	transition-duration: 0.3s;
}
a:hover {
	opacity: 0.7;
}

.container {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
header {
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
header .container {
	height: 131px;
}
header h1 {
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 3.57px;
	padding: 40px 0 0 16px;
}
header h1 span {
	display: block;
	font-size: 14px;
	letter-spacing: 2.47px;
}
header h1 a {
	text-decoration: none;
	color: #23303A;
}
#header_menu {
	position: absolute;
	bottom: 0;
	right: 16px;
}
#header_menu ul {
	display: flex;
	gap: 30px;
	font-size: 19px;
	line-height: 1;
	letter-spacing: 0.95px;
}
#header_menu a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #23303A;
	padding-bottom: 12px;
}
#header_menu a::before {
	content: "";
	font-size: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #C5D3E2;
	border-radius: 50%;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: auto;
}
#header_menu a:hover::before {
	background-color: #004B9B;
}
#header_info {
	position: absolute;
	top: 0;
	right: 16px;
	border-right: 3px solid #004B9B;
	border-left: 3px solid #004B9B;
	border-bottom: 3px solid #004B9B;
	border-radius: 0 0 6px 6px;
	display: flex;
	align-items: center;
	padding: 16px 12px 12px 17px;
	font-size: 0;
}
#header_info img {
	width: 425px;
	height: auto;
	margin: 0 20px 4px 0;
}

footer {
	background-color: #004B9B;
	text-align: center;
	padding: 24px 0;
	color: #FFF;
}
footer a {
	text-decoration: underline;
	color: #FFF;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 1.83px;
	font-weight: 500;
}
footer p {
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 1.57px;
	padding-top: 20px;
}

@media screen and (max-width: 790px) {
	.pc_view {
		display: none;
	}
	.sp_view {
		display: inherit;
	}
	.pc_br {
		display: inline;
	}
	.sp_br {
		display: block;
	}
	header .container {
		height: 60px;
		box-sizing: border-box;
		border-bottom: 1px solid #004B9B;
	}
	header h1 {
		font-size: 13px;
		letter-spacing: 1px;
		padding: 12px 0 0 12px;
	}
	header h1 span {
		font-size: 9px;
		letter-spacing: 1px;
	}
	#header_menu {
		display: none;
		top: 60px;
		bottom: auto;
		right: 0;
		width: 100%;
		height: calc(100vh - 60px);
		box-sizing: border-box;
		padding: 0 12px;
		background-color: #FFF;
		z-index: 999;
	}
	#header_menu ul {
		flex-direction: column;
		gap: 0;
	}
	#header_menu a {
		display: block;
		line-height: 107px;
		text-align: center;
		padding: 0;
		border-bottom: 1px solid #979797;
	}
	#header_menu a::before {
		display: none;
	}
	#header_info {
		top: 60px;
		left: 0;
		right: 0;
		width: calc(100% - 25px);
		box-sizing: border-box;
		margin: auto;
		border-right-width: 2px;
		border-left-width: 2px;
		border-bottom-width: 2px;
		background-color: #FFF;
		padding: 10px 12px;
	}
	#header_info img {
		width: 245px;
		margin: 0 6px 2px 0;
	}
	#header_info svg {
		width: 78px;
		height: auto;
	}
	footer {
		padding: 20px 0;
	}
	footer p {
		letter-spacing: 0;
	}
	#sp_menu_btn {
		width: 23px;
		height: 20px;
		position: absolute;
		top: 18px;
		right: 16px;
		background-image: url(../img/sp_menubtn.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
	#sp_menu_btn.slt {
		background-image: url(../img/sp_menubtn_on.png);
	}
}

@media print {
}