@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%;
}
body, table, input, textarea, select, option {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
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,
a:link {
	color: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #333;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff12a;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
}
#container::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/index/main_bg.png) no-repeat center top / 100%;
	content: '';
	z-index: -1;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container::before {
		background-image: url(../img/index/main_bg_sp.png);
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
#gHeader .hBox {
	margin: 0 auto;
	padding: 3.9rem 0;
	max-width: 106.8rem;
}
#gHeader .hBox h1 {
	width: 22.6rem;
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		margin: 0;
		padding: 1.2rem 0.9rem;
		max-width: inherit;
	}
	#gHeader .hBox h1 {
		width: 8.5rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 5.9rem;
	background: #FFF;
}
#gFooter .fBox .subBox {
	margin-bottom: 0.4rem;
	padding: 1.6rem 2rem 1.7rem;
	background: #004098;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#gFooter .fBox .subBox .tag {
	margin-top: 0.8rem;
	padding: 0 1rem;
	width: 9.9rem;
	height: 4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #004098;
	font-size: 1.6rem;
	font-weight: 900;
	font-family: "Noto Sans JP", sans-serif;
	background: url(../img/common/f_bg01.png) no-repeat left center / 100%;
	box-sizing: border-box;
}
#gFooter .fBox .subBox .date {
	margin-left: 1rem;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#gFooter .fBox .subBox .date .number {
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1.2;
	vertical-align: -0.3rem;
}
#gFooter .fBox .subBox.style01 {
	padding: 1.3rem 2rem;
}
#gFooter .fBox .subBox.style01 .text {
	margin-right: 2rem;
	color: #FFF;
	font-size: 1.3rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.2;
}
#gFooter .fBox .subBox.style01 .text small {
	margin-bottom: 0.5rem;
	display: block;
	font-size: 1.2rem;
}
#gFooter .fBox .subBox.style01 .telBox {
	margin-top: 0.9rem;
	width: 37.3rem;
}
#gFooter .fBox .subBox.style01 .textImg {
	margin: 0.9rem 0 0 3.2rem;
	width: 17.4rem;
}
#gFooter .fBox .subBox .emailBox .subText {
	color: #FFF;
	font-size: 2.6rem;
	font-weight: 700;
}
#gFooter .fBox .subBox .emailBox .subText a {
	color: #FFF;
}
#gFooter .fBox .subBox .emailBox .subText a:hover {
	opacity: 0.7;
}
#gFooter .bottomBox {
	padding: 4.5rem 0 4.8rem;
	background: #f9f9f9;
}
#gFooter .bottomBox .pLink {
	margin-bottom: 3.4rem;
}
#gFooter .bottomBox .pLink a {
	margin: 0 auto;
	width: fit-content;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
#gFooter .bottomBox .pLink a:hover {
	opacity: 0.7;
}
#gFooter .bottomBox address {
	font-size: 1rem;
	letter-spacing: 0.2em;
	text-align: center;
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-top: 4rem;
	}
	#gFooter .fBox .subBox {
		margin-bottom: 0.2rem;
		padding: 0.3rem 2rem 0.4rem;
	}
	#gFooter .fBox .subBox .tag {
		margin-top: 0.3rem;
		padding: 0 0.5rem 0.2rem;
		width: 5.9rem;
		height: 2.4rem;
		font-size: 1rem;
		background-image: url(../img/common/f_bg01_sp.png);
	}
	#gFooter .fBox .subBox .date {
		margin-left: 0.5rem;
		font-size: 1.3rem;
	}
	#gFooter .fBox .subBox .date .number {
		font-size: 2.8rem;
		vertical-align: -0.2rem;
	}
	#gFooter .fBox .subBox.style01 {
		padding: 1.8rem 2rem 1rem;
		display: block;
	}
	#gFooter .fBox .subBox.style01 .text {
		margin-right: 0;
		font-size: 0.9rem;
		text-align: center;
	}
	#gFooter .fBox .subBox.style01 .text small {
		display: none;
	}
	#gFooter .fBox .subBox.style01 .telBox {
		margin: 0.4rem auto 0;
		width: 24.8rem;
	}
	#gFooter .fBox .subBox.style01 .textImg {
		margin: 0.6rem auto 0;
		width: 24.7rem;
	}
	#gFooter .fBox .subBox .emailBox .subText {
		margin-top: 1rem;
		font-size: 1.8rem;
		text-align: center;
	}
	#gFooter .bottomBox {
		padding: 2.7rem 0 1.7rem;
	}
	#gFooter .bottomBox .pLink {
		margin-bottom: 1.3rem;
	}
	#gFooter .bottomBox .pLink a {
		margin: 0 auto;
		font-size: 0.9rem;
		letter-spacing: 0;
	}
	#gFooter .bottomBox address {
		font-size: 0.8rem;
		letter-spacing: 0;
	}
}