@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 {
	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: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
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: #464748;
	text-decoration: none;
}
a:visited {
	color: #464748;
}
a:hover {
	color: #464748;
}
a:active {
	color: #464748;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #464748;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #EAEEF0;
}
#container {
	margin-top: 100px;
	text-align: left;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 901px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 900px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
		line-height: 1.533;
	}
	#container {
		margin-top: 74px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 100;
	transition: all 0.25s cubic-bezier(.65,.05,.36,1);
	transform: translateY(0);
}
#gHeader.on {
	transform: translateY(-100%);
}
#gHeader .hBox {
	margin: 0 auto;
	padding: 30px 40px 28px;
	max-width: 962px;
	display: flex;
	justify-content: space-between;
}
#gHeader h1 {
	width: 198px;
	margin: 10px 20px 0 0;
}
#gNavi {
	max-width: 716px;
	flex: 1;
}
#gNavi ul {
	display: flex;
	justify-content: space-between;
}
#gNavi li {
	margin-top: 12px;
}
#gNavi li a {
	display: block;
	position: relative;
}
#gNavi li a img {
	transition: 0.2s;
	height: 16px;
}
#gNavi li a .over {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
}
#gNavi .navi01 {
	margin-top: 0;
}
#gNavi .navi01 img {
	height: 40px;
}
#gNavi .navi01 a:hover::before {
	display: none;
}
@media all and (min-width: 901px) {
	#gNavi li a:hover .img {
		opacity: 0;
	}
	#gNavi li a:hover .over {
		opacity: 1;
	}
	#gNavi li a::before {
		width: 40px;
		height: 1px;
		position: absolute;
		left: 25%;
		bottom: 0;
		background-color: #000;
		content: '';
		opacity: 0;
		transition: 0.2s;
	}
	#gNavi li a:hover::before {
		opacity: 1;
	}
	.menuBox {
		display: none!important;
	}
}
@media all and (max-width: 900px) {
	#gHeader .hBox {
		padding: 24px 30px 20px;
		align-items: center;
	}
	#gHeader h1 {
		margin: 6px 0 0 3px;
		width: 162px;
	}
	#gNavi {
		display: none;
	}
	#gHeader .menu {
		width: 69px;
	}
	.menuBox {
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #E0E1E2;
		z-index: 999;
		overflow-y: auto;
	}
	.menuBox .close {
		padding: 30px 29px 34px 0;
		display: flex;
		justify-content: flex-end;
	}
	.menuBox .close a {
		max-width: 69px;
		display: block;
	}
	.menuBox .mlogo {
		margin: 0 auto 58px;
		max-width: 208px;
	}
	.menuBox .mNavi {
		margin: 0 auto;
    	max-width: 259px;
		padding-bottom: 44px;
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
	}
	.menuBox .mNavi li {
		margin-bottom: 37px;
		position: relative;
		width: 100%;
	}
	.menuBox .mNavi li::before {
		width: 38px;
		height: 1px;
		position: absolute;
		left: 5px;
		top: 10px;
		background-color: #464748;
		content: '';
	}
	.menuBox .mNavi a {
		padding-left: 48px;
		display: block;
		font-size: 1.4rem;
		font-weight: bold;
		letter-spacing: 0.15em;
	}
	.menuBox .mNavi img {
		margin-right: 12px;
		height: 24px;
		vertical-align: -4px;
	}
	body.fixed {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}
}
@media (max-width: 320px) {
	.menuBox .mNavi {
		margin: 0 30px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 78px;
	background-color: #B9BEC1;
}
#gFooter .fBox {
	margin: 0 auto 43px;
	max-width: 932px;
	display: flex;
}
#gFooter .fBox .flogo {
	margin-right: 110px;
}
#gFooter .fNavi {
	margin: 12px 0;
	display: flex;
	flex-wrap: wrap;
	flex: 1;
}
#gFooter .fNavi li {
	margin: 0 63px 21px 0;
	width: calc((100% - 100px)/2);
	position: relative;
}
#gFooter .fNavi li:nth-child(2n) {
	margin-right: 0;
}
#gFooter .fNavi li::before {
	width: 24px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 14px;
	background-color: #fff;
	content: '';
}
#gFooter .fNavi a {
	padding-left: 36px;
	display: block;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}
#gFooter .fNavi a span {
	margin-top: 6px;
	display: inline-block;
	min-width: 118px;
	vertical-align: middle;
}
#gFooter .fNavi img {
	margin-right: 16px;
	height: 22px;
}
#gFooter .copyright {
	padding: 5px 10px;
	display: block;
	color: #000;
	font-size: 1.2rem;
	font-style: normal;
	text-align: center;
	line-height: 2.66;
	letter-spacing: 0.05em;
	background-color: #fff;
}
@media all and (min-width: 900px) {
	#gFooter .fNavi li:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 900px) {
	#gFooter {
		padding-top: 0;
		background-color: inherit;
	}
	#gFooter .copyright {
		padding: 0 8px;
		font-weight: 500;
		font-size: 1.5rem;
	}
}
@media all and (max-width: 374px) {
	#gFooter .copyright {
		font-size: 1.3rem;
	}
}

/*------------------------------------------------------------
	404
------------------------------------------------------------*/
.img-404 {
    text-align: center;
}
.img-404 img.img.pc {
    width: 35%;
}
.h3-lead {
    font-weight: bold;
    font-size: 3.2rem;
    text-align: center;
	margin-bottom: 20px;
}
.p-content {
    text-align: center;
    margin-bottom: 60px;
}

@media all and (max-width: 900px) {
	.img-404 {
		margin-bottom: 40px;
	}
	.h3-lead {
		font-size: 1.8rem;
	}
}