@charset "utf-8";



/* -- Reset style
-------------------------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	font-size: 100%;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-text-size-adjust: 100%;
}
/* ヘッダー固定の場合 */
:root {
	scroll-padding: 80px;
}
html, body {
	min-width: 100%;
	min-height: 100%;
	-webkit-overflow-scrolling: touch;
}
html {
	font-size: 62.5%;
	overflow-x: hidden;
	overflow-y: scroll;
	scroll-behavior: smooth;
}
body {
	font: 400 1rem/1 "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	color: #404040;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	background: #fff;
	text-align: center;
	letter-spacing: 0;
}
article, aside, canvas, details, figcaption, figure,
footer, header, main, div, menu, nav, section, summary {
	display: block;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
address, em, s, cite, q, dfn, abbr, time, code, var, samp, kbd, sub, sup, i, mark, ruby {
	font-weight: 500;
	font-style: normal;
}
fieldset, img {
	vertical-align: top;
	border: 0;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
blockquote, q {
	quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
	content: "";
	content: none;
}
a {
	font-size: 100%;
	background: transparent;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
}
ins {
	color: #000;
	background-color: #ff9;
	text-decoration: none;
}
mark {
	font-weight: bold;
	font-style: italic;
	color: #000;
	background-color: #ff9;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #000;
}
table {
	font-size: inherit;
	border-spacing: 0;
	border-collapse: collapse;
}
ul, ol, li {
	box-sizing: border-box;
	list-style: none;
}
hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
	line-height: 100%;
}
sup {
	font-size: 50%;
	vertical-align: top;
}
sub {
	vertical-align: text-bottom;
}
input, button, textarea, select {
	font-family: inherit;
	color: inherit;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
input, select {
	vertical-align: middle;
}
textarea {
	resize: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}
input[type="number"] {
	appearance: textfield;
	-moz-appearance: textfield;
}
::-ms-expand {
	display: none;
}
select::-ms-expand {
	display: none;
}
::placeholder {
	color: #b9b9b9;
}
:-ms-input-placeholder {
	color: #b9b9b9;
}
::-ms-input-placeholder {
	color: #b9b9b9;
}
:focus::placeholder {
	color: transparent;
}
:focus:-ms-input-placeholder {
	color: transparent;
}
:focus::-ms-input-placeholder {
	color: transparent;
}
*::selection {
	color: #fff;
	background: #f33;
}
*::-moz-selection {
	color: #fff;
	background: #f33;
}



/* -- Accessibility
-------------------------------------------------------------------------------- */
#skipnav,
#skipToMain {
	font-size: 1.4rem;
	line-height: 2;
	color: #fff;
	background: #333;
	text-align: center;
	display: block;
	overflow: hidden;
	position: relative;
}
#skipnav {
	height: 1px;
	margin-top: -1px;
}
#skipToMain {
	height: 0;
}
#skipnav:focus,
#skipToMain:focus {
	height: 2em;
}



/* -- Font
-------------------------------------------------------------------------------- */
*[lang="en"],
.u-en {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.u-emp {
	color: #ea5532;
}

a.u-emp {
	text-decoration: underline;
}

.is-marker {
	background: linear-gradient(0deg,
	rgba(234, 85, 50, 0.2) 30%,
	transparent 30%,
	transparent 100%);
	padding: 0 4px;
}

.u-marker--orange {
	font-weight: 600;
	background: #ffe0c1;
}

.small {
	font-size: 0.866em;
}

.large {
	font-size: 1.2em;
}