@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');



header, main, figure {
	display: block;
	margin: 0;
	padding: 0;
}

header, main, figure,
h1, h2, h3, h4, h5, h6,
p, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;

}
img {
	vertical-align: bottom;
}
a {
	color: #132657;
	text-decoration: none;
}
a:visited {
	color: #132657;
}
html,
body {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	background: #132657;
	font-family: "Noto Sans JP", sans-serif;
}
input,
textarea,
button {
	font-family: "Noto Sans JP", sans-serif;
}

li {
	list-style: none;
}

address {
	font-style: normal;
	font-weight: normal;
}


body.home {
	color: #fff;
}
body.home a,
body.home a:visited {
	color: #fff;
}
#wrap > footer,
#wrap > footer li a {
	color: #fff;
}

.content-header {
	color: #fff;
}

body.notfound .content-header h1,
#wrap > header li a,
#wrap > footer .copyright,
#top-intro h2,
#top-intro .date,
#top-message .circles a,
.news-list .date,
.news-detail .date,
.team-list li .title-en,
#history .box dt,
body:lang(en) .team-detail h1,
body:lang(en) .team-detail .position
{
	font-family: Roboto, sans-serif;
}
