@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #143264;
	text-decoration: none;
}
a:visited {
	color: #143264;
}
a:hover {
	color: #143264;
}
a:active {
	color: #143264;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #272727;
	font-size: 1.4rem;
	line-height: 1.64;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFFFFF;
}
#container {
	text-align: left;
}
#main {
	display: block;
}
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.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	titleArea
------------------------------------------------------------*/
.titleArea {
	padding: 2px 0 1px;
	background-color: #143264;
}
.titleArea .hBox {
	margin: 0 auto;
	width: 1000px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.titleArea .hBox .photo {
	margin-right: -14px;
	width: 776px;
}
.titleArea .hBox ul {
	display: flex;
	justify-content: space-between;
	width: 238px;
}
.titleArea .hBox li {
	padding: 7px 7px;
	width: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 0.9rem;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 3px;
	background-color: #143264;
}
.titleArea .hBox li:nth-child(1) {
	padding: 4px 5px;
	font-size: 1.1rem;
	letter-spacing: -0.1em;
	color: #143264;
	border-radius: 5px;
	border: 2px solid #143264;
	background-color: #fff;
}
.titleArea .hBox li:nth-child(2) {
	padding: 3px 0;
	font-size: 0.8rem;
	background-color: #CF0016;
}
@media all and (max-width: 896px) {
	.titleArea .hBox {
		padding: 0 5px;
		width: auto;
	}
	.titleArea .hBox .photo {
		margin-right: -9px;
		width: 299px;
	}
	.titleArea .hBox ul {
		display: block;
		width: auto;
	}
	.titleArea .hBox li:nth-child(1) {
		padding: 0 5px;
		border: 1px solid #fff;
		border-radius: 0;
	}
	.titleArea .hBox li:nth-child(2) {
		padding: 2px 0;
	}
	.titleArea .hBox li {
		margin-bottom: 2px;
		padding: 1px 7px;
		position: relative;
	}
	.titleArea .hBox li::before {
		position: absolute;
		width: calc(100% + 6px);
		height: calc(100% + 6px);
		top: -3px;
		left: -3px;
		box-sizing: border-box;
		border-radius: 5px;
		border: 2px solid #143264;
		content: "";
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 11px 9px 12px;
	width: 100%;
	max-width: 1400px;
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	margin: auto;
	box-sizing: border-box;
	border-bottom-right-radius: 10px;
	background-color: #fff;
}
#gHeader .logoBox a {
	display: flex;
	align-items: center;
}
#gHeader .logoBox .logo {
	margin-right: 15px;
	width: 149px;
}
#gHeader .logoBox h1 {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}
#gHeader .logoBox h1 small {
	font-size: 1.4rem;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 10px 9px 10px;
		width: calc(100% - 15px);
		top: 70px;
	}
	#gHeader .logoBox .logo {
		margin-right: 25px;
		width: 36.5%;
	}
	#gHeader .logoBox h1 {
		margin-top: -4px;
		font-size: 1.3rem;
	}
	#gHeader .logoBox h1 small {
		font-size: 1.1rem;
	}
}
@media all and (max-width: 374px) {
	#gHeader .logoBox .logo {
		margin-right: 10px;
	}
	#gHeader .logoBox h1 {
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 25px;
	background-color: #fff;
}
#gFooter address {
	font-size: 1rem;
	text-align: center;
	font-style: normal;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 21px 25px 17px;
	}
}
.tagwrapper {
	position: absolute;
	width: 1px;
	height: 1px;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
}
