@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: 389px) {
	html {
		font-size: calc(1000vw / 390);
	}
}
body, table, input, textarea, select, option {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
}
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;
	opacity: 0.6;
}
a:active {
	color: inherit;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.5rem;
	line-height: 1.6;
	font-feature-settings: "palt";
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
	overflow-wrap: anywhere;
}
#main {
	overflow-x: clip;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	body.fixed {
		overflow-y: scroll;
	}
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 500;
}
#gHeader .hBox {
	height: 5rem;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 200;
}
#gHeader .hBox::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(0.2rem);
	z-index: -1;
	content: '';
}
#gHeader h1 {
	padding: 0.6rem 0 0 3rem;
}
#gHeader h1 a {
	display: inline-flex;
	align-items: flex-end;
	gap: 1.3rem;
	font-weight: 400;
	line-height: 1;
	opacity: 1;
}
#gHeader h1 a .txt {
	display: block;
	margin-bottom: 0.1rem;
}
#gHeader h1 a img {
	width: 13.8rem;
}
#gNavi {
	display: flex;
}
#gNavi .naviList {
	display: flex;
	align-self: center;
}
#gNavi .naviList li a {
	padding: 0.2rem 1rem 0;
	display: block;
	position: relative;
	line-height: 1.5;
}
#gNavi .naviList li a::after {
	width: 100%;
	height: 0.1rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #96ABB2;
	content: '';
	transition: 0.3s;
	opacity: 0;
}
#gNavi .menu {
	width: 5rem;
	height: 5rem;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
}
#gNavi .menu span {
	width: 0.6rem;
	height: 0.6rem;
	display: block;
	position: absolute;
	left: 50%;
	top: 1rem;
	transform: translateX(-50%);
	background: #000;
	border: 0.1rem solid #000;
	border-radius: 100%;
	transition: 0.3s;
}
#gNavi .menu span:nth-child(2) {
	top: 2.2rem;
}
#gNavi .menu span:nth-child(3) {
	top: 3.4rem;
}
#gNavi .resvBtn a {
	padding: 0.4rem 0.4rem 0.3rem 0.3rem;
	width: 12rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.5;
	border-left: 0.1rem solid #000;
}
.menuBox {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	color: #fff;
	background: rgba(110, 139, 149, 0.85);
	overflow-y: auto;
	z-index: 300;
}
.menuBox .menuClose {
	width: 1.8rem;
	height: 1.8rem;
	position: absolute;
	right: 5rem;
	top: 5rem;
	transition: 0.3s;
	cursor: pointer;
	z-index: 20;
}
.menuBox .menuClose span {
	width: 2.5rem;
	height: 0.1rem;
	position: absolute;
	left: 50%;
	top: 50%;
	background: #fff;
	transform: translate(-50%, -50%) rotate(45deg);
}
.menuBox .menuClose span:nth-child(2) {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.menuBox .menuWrap {
	padding: 10rem 0;
	width: 100%;
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menuBox .naviList {
	width: 100%;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 500;
}
.menuBox .naviList li a {
	padding: 2rem;
	display: block;
	position: relative;
	line-height: 1.5;
	opacity: 1;
	z-index: 1;
}
@media all and (min-width: 897px) {
	#gNavi .naviList li a:hover {
		opacity: 1;
	}
	#gNavi .naviList li a:hover:after {
		opacity: 1;
	}
	#gNavi .menu:hover {
		background: #96ABB2;
	}
	#gNavi .menu:hover span {
		background-color: #DCE3E5;
		border-color: #DCE3E5;
	}
	#gNavi .resvBtn a:hover {
		color: #fff;
		border-color: #96ABB2;
		background-color: #96ABB2;
		opacity: 1;
	}
	.menuBox .menuClose:hover {
		opacity: 0.6;
	}
	.menuBox .naviList li a::after {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: url(../img/common/nav_wave.png) repeat-x center bottom / 144rem auto, rgba(0, 0, 0, 0.2);
		transition: 0.3s;
		opacity: 0;
		content: '';
		z-index: -1;
	}
	.menuBox .naviList li a:hover::after {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	#gHeader h1 {
		padding: 1rem 0 0 1.5rem;
	}
	#gHeader h1 a {
		gap: 1.1rem;
	}
	#gHeader h1 a .txt {
		font-size: 1.2rem;
	}
	#gHeader h1 a img {
		width: 11rem;
	}
	#gNavi {
		display: block;
	}
	#gNavi .naviList {
		display: none;
	}
	#gNavi .menu::before {
		margin-right: 0.5rem;
		position: absolute;
		right: 100%;
		top: 50%;
		font-size: 1.4rem;
		white-space: nowrap;
		transform: translateY(-50%);
		content: 'Menu';
		pointer-events: none;
		user-select: none;
	}
	#gNavi .resvBtn {
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 90;
	}
	#gNavi .resvBtn a {
		color: #fff;
		border: none;
		background: #96ABB2;
	}
	.menuBox .menuClose {
		right: 1.5rem;
		top: 1.5rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .ctaBox {
	padding: 8rem 2rem;
	color: #fff;
	background: url(../img/common/cta_bg.jpg) no-repeat center center / cover;
}
#gFooter .ctaBox .headLine01 {
	margin-bottom: 1rem;
	font-size: 2rem;
}
#gFooter .ctaBox .headLine01 .eng {
	margin-bottom: 0.9rem;
}
#gFooter .ctaBox .lead {
	margin-bottom: 4.9rem;
	text-align: center;
	letter-spacing: -0.01em;
}
#gFooter .fBox {
	padding: 5rem 2rem 20rem;
	text-align: center;
	color: #fff;
	background: #96ABB2;
}
#gFooter .fLogo {
	margin: 0 auto 3rem;
	width: 10rem;
}
#gFooter .fLogo a {
	display: block;
	opacity: 1;
}
#gFooter .copyright {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	letter-spacing: 0.01em;
}
@media all and (max-width: 896px) {
	#gFooter .ctaBox {
		padding: 8rem 1.5rem;
		background-image: url(../img/common/cta_bg_sp.jpg);
	}
}