@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 896px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	font-weight: 400;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
a {
	color: inherit;
	text-decoration: none;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #002D4C;
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: center;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-feature-settings: "palt";
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	margin: 0 auto;
	max-width: 80rem;
	text-align: left;
	overflow-wrap: anywhere;
}
#main {
	display: block;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader h1 {
	padding: 3.9rem 1rem 1.3rem;
	text-align: center;
	color: #fff;
	background: #003960;
}
#gHeader h1 .txt01 {
	margin: 0 auto 1.2rem;
	padding: 0.2rem 0.5rem 0.1rem;
	width: 12rem;
	display: block;
	color: #F9FBFD;
	font-size: 1.258rem;
	line-height: 1.2;
	letter-spacing: 0.078em;
	border-radius: 5rem;
	background: #E84400;
}
#gHeader h1 .txt02 {
	margin: 0 auto;
	padding: 0 1rem;
	width: fit-content;
	display: block;
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.14em;
}
#gHeader h1 .txt02::before,
#gHeader h1 .txt02::after {
	width: 0.1rem;
	height: 3rem;
	position: absolute;
	top: 50%;
	background: #fff;
	transform: translateY(-50%);
	content: '';
}
#gHeader h1 .txt02::before {
	left: 0;
	transform: translateY(-50%) rotate(-28deg);
}
#gHeader h1 .txt02::after {
	right: 0;
	transform: translateY(-50%) rotate(28deg);
}
#gHeader h1 .dot {
	position: relative;
	color: #FFD661;
}
#gHeader h1 .dot::before {
	margin-bottom: -0.2rem;
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
	left: 50%;
	bottom: 100%;
	background: #fff;
	border: 0.1rem solid #fff;
	border-radius: 100%;
	transform: translateX(-50%);
	box-sizing: border-box;
	content: '';
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 1.9rem 1rem 2.1rem;
	color: #fff;
	background: #003960;
}
#gFooter .linkList {
	font-size: 0.9rem;
	display: flex;
	justify-content: center;
	gap: 0.4rem;
}
#gFooter .linkList li {
	display: flex;
	align-items: center;
	gap: 0.4rem;
}
#gFooter .linkList li:not(:last-child):after {
	width: 0.1rem;
	height: 0.8rem;
	display: inline-block;
	background: #fff;
	content: '';
}
#gFooter .linkList a {
	text-decoration: underline;
}

