@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: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Shippori Mincho", 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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	opacity: 0.8;
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
}
#main {
	margin-bottom: 16rem;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.fixed {
		overflow-y: scroll;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	#main {
		margin-bottom: 8rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 5.1rem 2rem;
	z-index: 100;
}
#gHeader .hInner {
	margin: 0 auto;
	max-width: 148rem;
	align-items: flex-start;
}
#gHeader h1 {
	width: 32.7rem;
}
#gHeader h1 a:hover {
	opacity: 1;
}
#gNavi {
	flex: 1;
}
#gNavi ul {
	gap: 0 4rem;
	justify-content: flex-end;
}
#gNavi a {
	display: inline-block;
	padding-left: 1.5rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	background: url(../img/common/icon01.png) no-repeat left 1.2rem/0.7rem;
}
#gNavi a .en {
	margin: 0.3rem 0 0 0.3rem;
	display: block;
	color: #d6e3e2;
	font-size: 1.4rem;
	font-weight: 400;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 2rem;
	}
	#gHeader .hInner {
		align-items: center;
		justify-content: space-between;
	}
	#gHeader h1 {
		position: relative;
		z-index: 100;
		width: 16rem;
	}
	#gHeader .menu {
		width: 3rem;
		height: 3rem;
		cursor: pointer;
		z-index: 101;
		transition: all .3s ease;
	}
	#gHeader .menu > div {
		margin: 0 auto;
		width: 100%;
		height: 2rem;
		position: relative;
	}
	#gHeader .menu span {
		background-color: #fff;
		border: none;
		height: 1px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	#gHeader .menu span:nth-of-type(2) {
		top: 1rem;
	}
	#gHeader .menu span:nth-of-type(3) {
		top: 2rem;
	}
	#gHeader .menu.on .top {
		-webkit-transform: translateY(1rem) translateX(0) rotate(45deg);
		-ms-transform: translateY(1rem) translateX(0) rotate(45deg);
		transform: translateY(1rem) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .middle {
		opacity: 0;
	}
	#gHeader .menu.on .bottom {
		-webkit-transform: translateY(-1rem) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-1rem) translateX(0) rotate(-45deg);
		transform: translateY(-1rem) translateX(0) rotate(-45deg);
	}
	#gNavi {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 99;
		background-color: rgba(0,0,0,0.9);
		overflow-y: auto;
	}
	#gNavi ul {
		margin-top: 7rem;
		display: block;
	}
	#gNavi li {
		border-top: 1px solid #e2e2e2;
	}
	#gNavi a {
		display: block;
		padding: 1.5rem 2rem 1.5rem 3.5rem;
		background-image: url(../img/common/icon02.png);
		background-position: 2rem 2.6rem;
	}
	#gNavi a .en {
		margin: 0 0 0 1rem;
		display: inline-block;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto 9.6rem;
	max-width: 144rem;
	padding: 0 2rem;
}
#pagePath li {
	display: inline;
	color: #333;
}
#pagePath a {
	margin-right: 0.4rem;
	color: #333;
	text-decoration: underline;
}
@media all and (max-width: 896px) {
	#pagePath {
		margin-bottom: 4rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fNavi {
	padding-top: 0.4rem;
	background-color: #fff;
	border-top: 1px solid #d1d1d1;
}
#gFooter .fNavi li {
	width: 20%;
	position: relative;
}
#gFooter .fNavi li:not(:last-child):after {
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: calc(100% - 4rem);
	transform: translateY(-50%);
	background-color: #e2e2e2;
	content: "";
}
#gFooter .fNavi a {
	min-height: 12.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: 700;
}
#gFooter .fNavi a .sub {
	display: inline-block;
	padding-left: 1.6rem;
	background: url(../img/common/icon01.png) no-repeat left 1.4rem/0.7rem;
}
#gFooter .fNavi a .en {
	margin: 0.3rem 0 0 0.3rem;
	display: block;
	color: #21306f;
	font-size: 1.6rem;
	font-weight: 400;
}
#gFooter .fInner {
	padding-top: 10.2rem;
	color: #fff;
	background: #414969;
}
#gFooter .fBox {
	margin-bottom: 15rem;
	text-align: center;
}
#gFooter .fBox .fLogo {
	margin: 1.7rem 0 4.7rem;
}
#gFooter .fBox .fLogo img {
	width: 32rem;
}
#gFooter .fBox .fLogo a:hover {
	opacity: 1;
}
#gFooter .fBox p {
	font-weight: 600;
}
#gFooter .fBox .ttl {
	font-size: 1.4rem;
	font-weight: 700;
}
#gFooter address {
	padding: 2.2rem 2rem 4.1rem;
	font-size: 1.2rem;
	text-align: center;
	border-top: 1px solid #acabab;
}
@media all and (max-width: 896px) {
	#gFooter .fNavi {
		padding-top: 0;
	}
	#gFooter .fNavi .content {
		padding: 0;
	}
	#gFooter .fNavi li {
		width: 100%;
	}
	#gFooter .fNavi li:not(:last-child):after {
		top: 100%;
		width: 100%;
		height: 1px;
		transform: translateY(0);
	}
	#gFooter .fNavi a {
		padding: 1rem 2rem;
		min-height: inherit;
		display: block;
		font-size: 1.8rem;
	}
	#gFooter .fNavi a .sub {
		background-position: left 1.1rem;
	}
	#gFooter .fNavi a .en {
		margin: 0 0 0 1rem;
		display: inline-block;
		font-size: 1.4rem;
	}
	#gFooter .fInner {
		padding-top: 5rem;
	}
	#gFooter .fBox {
		margin-bottom: 5rem;
	}
	#gFooter .fBox .fLogo {
		margin: 1rem 0 3rem;
	}
	#gFooter .fBox .fLogo img {
		width: 16rem;
	}
	#gFooter .fBox .ttl {
		font-size: 1.2rem;
	}
	#gFooter address {
		padding: 1rem 2rem 2rem;
	}
}