@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 (min-width: 897px) and (max-width: 1365px) {
	html {
		font-size: calc(1000vw / 1366);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
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: inherit;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: inherit;
}
a:hover {
	color: inherit;
}
a:active {
	color: inherit;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #231815;
	font-size: 1.6rem;
	line-height: 1.5;
	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 {
	position: relative;
	text-align: left;
	overflow: clip;
	z-index: 1;
	transition: 1s;
	opacity: 0;
}
#container.load {
	opacity: 1;
}
#container::before {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: url(../img/common/bg01.jpg) no-repeat center center / cover;
	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) {
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .bg {
	background: no-repeat center top / 100% 100%;
}
#gHeader .bg01,
#gHeader .bg02 {
	width: 100%;
	height: 14.9rem;
	position: fixed;
	left: 0;
	top: 0;
	content: '';
	z-index: 10;
	pointer-events: none;
	user-select: none;
	mix-blend-mode: multiply;
}
#gHeader .bg01 {
	background-image: url(../img/common/bg03.png);
}
#gHeader .bg02 {
	background-image: url(../img/common/bg02.png);
	opacity: 0;
}
#gHeader .hBox {
	position: fixed;
	left: 6.1rem;
	top: 5.5rem;
	z-index: 12;
}
#gHeader .logo {
	width: 14.8rem;
	position: relative;
	z-index: 100;
}
#gHeader .logo a {
	display: inline-block;
}
#gHeader h1 {
	margin-top: 3.2rem;
	position: relative;
	z-index: 100;
	color: #204240;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.01em;
	white-space: nowrap;
	transition: 0.3s;
}
#gHeader.on h1 {
	opacity: 0;
	pointer-events: none;
	user-select: none;
}
.menu {
	width: 6rem;
	height: 6rem;
	position: fixed;
	right: 4.7rem;
	top: 4.6rem;
	background: url(../img/common/menu.png) no-repeat center center / 100%;
	cursor: pointer;
	z-index: 300;
	transition: 0.3s;
}
.menu::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/common/menu_over.png) no-repeat center center;
	background-size: contain;
	content: '';
	opacity: 0;
	transition: 0.3s;
}
.menu.on {
	background-image: url(../img/common/menu_active.png);
}
.menuBox {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	color: #fff;
	overflow-y: auto;
	background: #214240;
	z-index: 200;
	display: none;
}
.menuBox .mLogo {
	width: 17.9rem;
	position: absolute;
	left: 6.1rem;
	top: 5.5rem;
}
.menuBox .mLogo a {
	display: inline-block;
}
.menuBox .mLogo a:hover {
	opacity: 0.7;
}
#gNavi {
	width: 100%;
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#gNavi .navWrap {
	margin: 0 auto;
	padding: 16.6rem 3rem;
	width: 71.4rem;
}
#gNavi .naviList01 {
	margin-bottom: 4.3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2.1rem 0;
}
#gNavi .naviList01 li {
	width: calc(50% - 2.1rem);
}
#gNavi .naviList01 li a {
	padding-bottom: 1rem;
	display: flex;
	gap: 1.7rem;
	align-items: center;
	line-height: 1.45;
	border-bottom: 0.4rem solid #fff;
}
#gNavi .naviList01 li .icon {
	margin: 0.3rem 0 0 0.5rem;
	width: 5.5rem;
}
#gNavi .naviList01 li .icon img {
	width: 100%;
}
#gNavi .naviList01 li .txtBox {
	margin: 0 0 0.3rem;
	flex: 1;
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
}
#gNavi .naviList01 li .txtBox .enFont {
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	color: #ffdf69;
}
#gNavi .naviList01 li .txtBox .sm {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
#gNavi .naviList02 {
	margin-bottom: 2.5rem;
	padding-bottom: 4.1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 3.4rem;
	border-bottom: 0.1rem solid rgba(255, 255, 255, 0.6);
}
#gNavi .naviList02 li a {
	width: fit-content;
	display: block;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
}
#gNavi .naviList03 {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 5.8rem;
}
#gNavi .naviList03 li a {
	padding: 0 0 0.3rem 4.6rem;
	width: fit-content;
	display: block;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	background: url(../img/common/menu_icon07.png) no-repeat left center / 3.1rem;
}
#gNavi .naviList03 li .ins {
	padding-left: 3.8rem;
	background-image: url(../img/common/menu_icon08.png);
	background-size: 2.5rem;
}
#gNavi a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	.menu:hover::after {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	#gHeader .bg {
		height: 11.6rem;
	}
	#gHeader .bg01 {
		background-image: url(../img/common/bg03_sp.png);
	}
	#gHeader .bg02 {
		background-image: url(../img/common/bg02_sp.png);
	}
	#gHeader .hBox {
		top: 2.1rem;
		left: 1.9rem;
	}
	#gHeader .logo {
		width: 12.1rem;
	}
	#gHeader h1 {
		margin-top: 2.2rem;
		font-size: 0.8rem;
		line-height: 1.44;
	}
	.menu {
		width: 4.2rem;
		height: 4.2rem;
		right: 2.1rem;
		top: 2rem;
	}
	.menuBox .mLogo {
		width: 12.8rem;
		left: 1.9rem;
		top: 2.1rem;
	}
	#gNavi {
		align-items: flex-start;
	}
	#gNavi .navWrap {
		padding: 11.8rem 3rem 5rem;
		width: 100%;
	}
	#gNavi .naviList01 {
		margin-bottom: 2.8rem;
		gap: 1.6rem 0;
	}
	#gNavi .naviList01 li {
		width: 100%;
	}
	#gNavi .naviList01 li a {
		padding-bottom: 0.6rem;
		line-height: 1.24;
	}
	#gNavi .naviList01 li .icon {
		margin: 0 0 0 0.7rem;
		width: 4.1rem;
	}
	#gNavi .naviList01 li .txtBox {
		margin: 0 0 0.3rem;
		font-size: 2rem;
	}
	#gNavi .naviList01 li .txtBox .enFont {
		font-size: 1.4rem;
	}
	#gNavi .naviList01 li .txtBox .sm {
		font-size: 1.4rem;
	}
	#gNavi .naviList02 {
		margin-bottom: 2.5rem;
		padding-bottom: 2.5rem;
		flex-direction: column;
		gap: 1.6rem 0;
	}
	#gNavi .naviList02 li a {
		font-size: 1.5rem;
	}
	#gNavi .naviList03 {
		gap: 1.5rem 0;
	}
	#gNavi .naviList03 li {
		width: 100%;
	}
	#gNavi .naviList03 li a {
		padding: 0 0 0.2rem 4.5rem;
		font-size: 2rem;
		background-size: 2.9rem;
	}
	#gNavi .naviList03 li .ins {
		padding-left: 4.3rem;
		background-size: 2.4rem;
		background-position: left 0.2rem center;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	color: #204240;
	font-size: 1rem;
	letter-spacing: 0.01em;
	position: relative;
	z-index: 5;
}
#pagePath li {
	display: inline;
}
#pagePath li a {
	text-decoration: underline;
}
#pagePath li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#pagePath {
		z-index: 12;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 22.4rem;
	padding: 9.2rem 0 23.2rem;
	position: relative;
	color: #fff;
	background: #214240 url(../img/common/f_img.png) no-repeat center bottom / 136.6rem auto;
	background-blend-mode: multiply;
}
#gFooter::before {
	width: 100%;
	height: 12.1rem;
	position: absolute;
	left: 0;
	bottom: 100%;
	background: url(../img/common/f_bg.png) no-repeat center bottom / 100% 100%;
	content: '';
	mix-blend-mode: multiply;
}
#gFooter .fBox {
	margin: 0 auto;
	width: 121.4rem;
	display: flex;
	justify-content: space-between;
	gap: 2rem;
}
#gFooter .fInfoBox {
	padding: 0.4rem 0 0 0.5rem;
	width: 45%;
}
#gFooter .fLogo {
	width: 22.6rem;
	margin-bottom: 3rem;
}
#gFooter .fAdr {
	margin-bottom: 1.6rem;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.833;
}
#gFooter .fMap {
	margin-bottom: 20.3rem;
	font-size: 1.2rem;
	letter-spacing: 0.24em;
}
#gFooter .fMap a {
	text-decoration: underline;
}
#gFooter .fMap a:hover {
	text-decoration: none;
}
#gFooter .copyright {
	margin-top: 1rem;
	font-size: 1.2rem;
	letter-spacing: 0.24em;
}
#gFooter .fNavBox {
	width: 54.8%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
}
#gFooter .fNavList01 {
	margin-bottom: 4.4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2.1rem 0;
}
#gFooter .fNavList01 li {
	width: calc(50% - 2.1rem);
}
#gFooter .fNavList01 li a {
	padding-bottom: 1rem;
	display: flex;
	gap: 1.7rem;
	align-items: center;
	line-height: 1.45;
	border-bottom: 0.4rem solid #fff;
}
#gFooter .fNavList01 li .icon {
	margin: 0.3rem 0 0 0.5rem;
	width: 5.5rem;
}
#gFooter .fNavList01 li .icon img {
	width: 100%;
}
#gFooter .fNavList01 li .txtBox {
	margin: 0 0 0.3rem;
	flex: 1;
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
}
#gFooter .fNavList01 li .txtBox .enFont {
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	color: #ffdf69;
}
#gFooter .fNavList01 li .txtBox .sm {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
#gFooter .fNavList02 {
	margin-bottom: 2.5rem;
	padding-bottom: 4rem;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 3.4rem;
	border-bottom: 0.1rem solid rgba(255, 255, 255, 0.6);
}
#gFooter .fNavList02 li a {
	width: fit-content;
	display: block;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
}
#gFooter .fNavList03 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 5.8rem;
}
#gFooter .fNavList03 li a {
	padding: 0 0 0.3rem 4.6rem;
	width: fit-content;
	display: block;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	background: url(../img/common/menu_icon07.png) no-repeat left center / 3.1rem;
}
#gFooter .fNavList03 li .ins {
	padding-left: 3.8rem;
	background-image: url(../img/common/menu_icon08.png);
	background-size: 2.5rem;
}
#gFooter .pageTop a {
	padding: 0.2rem 1.4rem 0.2rem 0;
	display: inline-block;
	font-size: 1.2rem;
	letter-spacing: 0.24em;
	line-height: 2.2;
	background: url(../img/common/icon01.png) no-repeat right center / 0.9rem;
}
#gFooter .fNavBox a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#gFooter .pageTop a:hover {
		background-image: url(../img/common/icon01_over.png);
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-top: 15rem;
		padding: 6rem 2.9rem 6.5rem;
		background-size: 37.5rem auto;
	}
	#gFooter::before {
		width: calc(100% + 20rem);
		margin-left: -10rem;
		height: 6rem;
	}
	#gFooter .fBox {
		width: auto;
		display: block;
	}
	#gFooter .fInfoBox {
		padding: 0;
		width: auto;
		position: relative;
	}
	#gFooter .fLogo {
		margin-bottom: 2.8rem;
	}
	#gFooter .fAdr {
		margin-bottom: 1.4rem;
	}
	#gFooter .fMap {
		margin-bottom: 3.3rem;
		letter-spacing: 0.2em;
	}
	#gFooter .fMap a:hover {
		text-decoration: underline;
	}
	#gFooter .ins {
		margin-bottom: 3.3rem;
	}
	#gFooter .ins a {
		display: inline-flex;
		align-items: flex-end;
		gap: 1rem;
		font-size: 1.2rem;
	}
	#gFooter .ins a .txt {
		margin-bottom: -0.5rem;
		display: block;
		opacity: 0.6;
		letter-spacing: 0.14em;
	}
	#gFooter .ins a img {
		width: 2.8rem;
	}
	#gFooter .copyright {
		font-size: 1.1rem;
		letter-spacing: 0.14em;
	}
	#gFooter .fNavBox {
		display: none;
	}
	#gFooter .pageTop {
		position: absolute;
		right: -0.2rem;
		bottom: -0.7rem;
		z-index: 2;
	}
	#gFooter .pageTop a {
		padding-bottom: 0;
		font-size: 1.4rem;
		letter-spacing: 0.14em;
		background: url(../img/common/icon05.png) no-repeat right top 53% / 0.9rem;
	}
}