@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: "Noto Sans JP", sans-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: inherit;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: inherit;
}
a:hover {
	color: inherit;
}
a:active {
	color: inherit;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #5F5F5F;
	font-size: 2rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	overflow-wrap: anywhere;
	overflow: hidden;
}
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.8rem;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 7.2rem 0 4rem;
	height: 100svh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#gHeader::before {
	width: 100%;
	height: calc(100% + 8rem);
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/common/bg01.jpg) no-repeat center top / cover;
	content: '';
	z-index: -1;
}
#gHeader .hBox {
	width: 116rem;
	max-width: 100%;
	position: relative;
	z-index: 1;
}
#gHeader .btn {
	width: 27.2rem;
	position: absolute;
	right: 6.5rem;
	bottom: 0;
	background: url(../img/common/bg02.png) no-repeat center center / cover;
	z-index: 1;
}
#gHeader .btn a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #05B0C0;
	font-size: 4.2rem;
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 0.95;
	aspect-ratio: 1;
}
#gHeader .btn a:hover {
	opacity: 0.7;
}
#gHeader .btn a .txt {
	padding-bottom: 0.7rem;
	display: block;
}
#gHeader .btn a .sm {
	margin-bottom: 0.8rem;
	display: block;
	color: #ED649E;
	font-size: 3.5rem;
	letter-spacing: 0.1em;
}
#gHeader .btn a .arrow {
	margin: 0 0.3rem;
	width: 3.4rem;
	display: inline-block;
	vertical-align: 0.27em;
	line-height: 0;
}
#gHeader .btn a .light {
	font-weight: 300;
}
#gHeader .sideBar {
	width: 4.6rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 6.1rem;
	position: fixed;
	right: 0;
	top: 0;
	color: #fff;
	background: #9D9D9D;
	z-index: 100;
}
#gHeader .sideBar .entry {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
}
#gHeader .sideBar .entry .txt {
	padding-bottom: 3.2rem;
	display: block;
	font-size: 1.4rem;
	font-weight: 900;
	letter-spacing: 0.01em;
	writing-mode: vertical-rl;
	white-space: nowrap;
	background: url(../img/common/icon01.png) no-repeat center bottom / 1.3rem auto;
}
#gHeader .sideBar .entry .txt .hor {
	writing-mode: horizontal-tb;
}
#gHeader .sideBar .entry a {
	display: block;
	position: relative;
	font-size: 1.4rem;
	font-weight: 900;
	border-radius: 2rem;
	writing-mode: vertical-rl;
	white-space: nowrap;
}
#gHeader .sideBar .entry a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: -0.2rem;
	top: 0.4rem;
	border-radius: inherit;
	border: 0.1rem solid #ED649E;
	background: #ED649E;
	box-sizing: border-box;
	content: '';
}
#gHeader .sideBar .entry a span {
	width: 2.7rem;
	height: 7.8rem;
	padding: 0.3rem 0.2rem 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ED649E;
	line-height: 1;
	letter-spacing: 0.08em;
	background: #fff;
	border-radius: inherit;
	border: 0.1rem solid #ED649E;
	transition: inherit;
	position: relative;
	z-index: 1;
}

#gHeader .sideBar .snsBox {
	margin-bottom: 4.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 1.4rem;
}
#gHeader .sideBar .snsBox .txt {
	margin-bottom: 0.1rem;
	margin-right: 0.3rem;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	writing-mode: vertical-rl;
	white-space: nowrap;
}
#gHeader .sideBar .snsBox a {
	width: 2rem;
	display: block;
	line-height: 0;
}
#gHeader .sideBar .snsBox a:hover {
	opacity: 0.7;
}
#gHeader .sideBar .snsBox a img {
	width: 100%;
}
@media all and (min-width: 897px) and (max-height: 778px) {
	#gHeader {
		padding: 9.254vw 0 5.141vw;
	}
	#gHeader .hBox {
		width: 149.1svh;
	}
	#gHeader .btn {
		width: 34.961svh;
		right: 8.355svh;
	}
	#gHeader .btn a {
		font-size: 5.398svh;
	}
	#gHeader .btn a .txt {
		padding-bottom: 0.9svh;
	}
	#gHeader .btn a .sm {
		margin-bottom: 1.028svh;
		font-size: 4.499svh;
	}
	#gHeader .btn a .arrow {
		margin: 0 0.385svh;
		width: 4.365svh;
	}
}
@media all and (min-width: 897px) and (max-height: 575px) {
	#gHeader .sideBar {
		gap: 6svh;
	}
	#gHeader .sideBar .snsBox {
		margin-bottom: 0;
	}
}
@media all and (min-width: 897px) and (max-height: 480px) {
	#gHeader {
		padding: 3vw 0;
	}
	#gHeader .sideBar .entry {
		gap: 3.125svh;
	}
	#gHeader .sideBar .entry .txt {
		padding-bottom: 6.667svh;
		font-size: 2.917svh;
		letter-spacing: 0;
		background-size: 2.708svh;
	}
	#gHeader .sideBar .entry a {
		font-size: 2.917svh;
	}
	#gHeader .sideBar .entry a::before {
		left: -0.417svh;
		top: 0.834svh;
	}
	#gHeader .sideBar .entry a span {
		width: 5.625svh;
		height: 16.25svh;
		padding: 0.625svh 0.417svh 0 0;
		letter-spacing: 0;
	}
	#gHeader .sideBar .entry a:hover {
		border-radius: 1.042svh;
	}
	#gHeader .sideBar .snsBox {
		gap: 2.917svh;
	}
	#gHeader .sideBar .snsBox .txt {
		margin-bottom: 0;
		font-size: 2.917svh;
		letter-spacing: 0;
	}
	#gHeader .sideBar .snsBox a {
		width: 4.167svh;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 4.6rem 0;
		display: block;
	}
	#gHeader::before {
		height: calc(100% + 4rem);
		background-image: url(../img/common/bg01_sp.jpg);
	}
	#gHeader .hBox {
		width: auto;
		position: static;
	}
	#gHeader h1 {
		padding-right: 0.5rem;
		text-align: center;
	}
	#gHeader h1 img {
		width: 29.7rem;
	}
	#gHeader .btn {
		width: 16.5rem;
		right: 0.7rem;
		bottom: 1.8rem;
	}
	#gHeader .btn a {
		font-size: 2.5rem;
	}
	#gHeader .btn a .sm {
		margin-bottom: 0.8rem;
		font-size: 1.9rem;
	}
	#gHeader .btn a .arrow {
		margin: 0 0.2rem;
		width: 2rem;
		vertical-align: 0.25em;
	}
	#gHeader .sideBar {
		margin: 0 auto;
		padding: 0.3rem 0.5rem 0.4rem;
		width: 22rem;
		height: auto;
		flex-direction: row;
		gap: 2rem;
		position: static;
	}
	#gHeader .sideBar .entry {
		display: none;
	}
	#gHeader .sideBar .snsBox {
		margin: 0 0.5rem 0 0;
		justify-content: center;
		flex-direction: row;
		gap: 1rem;
	}
	#gHeader .sideBar .snsBox .txt {
		margin: 0;
		writing-mode: horizontal-tb;
	}
}
@media all and (max-width: 580px) and (max-height: 799px) {
	#gHeader {
		padding: 5.75svh 0;
	}
	#gHeader h1 {
		padding-right: 0.625svh;
	}
	#gHeader h1 img {
		width: 37.125svh;
	}
	#gHeader .btn {
		width: 20.625svh;
		right: 0.875svh;
		bottom: 2.25svh;
	}
	#gHeader .btn a {
		font-size: 3.125svh;
	}
	#gHeader .btn a .sm {
		margin-bottom: 1svh;
		font-size: 2.375svh;
	}
	#gHeader .btn a .arrow {
		margin: 0 0.25svh;
		width: 2.5svh;
	}
	#gHeader .sideBar {
		padding: 0.375svh 0.625svh 0.5svh;
		width: 27.5svh;
		gap: 2.5svh;
	}
	#gHeader .sideBar .snsBox {
		margin: 0 0.625svh 0 0;
		gap: 1.25svh;
		align-items: center;
	}
	#gHeader .sideBar .snsBox .txt {
		font-size: 1.75svh;
		line-height: 1;
	}
	#gHeader .sideBar .snsBox a {
		width: 2.5svh;
	}
}
@media all and (min-width: 581px) and (max-width: 896px) and (max-height: 667px) {
	#gHeader {
		padding: 6.897svh 0;
	}
	#gHeader h1 {
		padding-right: 0.75svh;
	}
	#gHeader h1 img {
		width: 44.528svh;
	}
	#gHeader .btn {
		width: 24.738svh;
		right: 1.049svh;
		bottom: 2.699svh;
	}
	#gHeader .btn a {
		font-size: 3.748svh;
	}
	#gHeader .btn a .sm {
		margin-bottom: 1.199svh;
		font-size: 2.849svh;
	}
	#gHeader .btn a .arrow {
		margin: 0 0.299svh;
		width: 2.994svh;
	}
	#gHeader .sideBar {
		padding: 0.45svh 0.75svh 0.6svh;
		width: 32.984svh;
		gap: 2.999svh;
	}
	#gHeader .sideBar .snsBox {
		margin: 0 0.75svh 0 0;
		gap: 1.499svh;
	}
	#gHeader .sideBar .snsBox .txt {
		font-size: 2.099svh;
	}
	#gHeader .sideBar .snsBox a {
		width: 2.999svh;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 10.3rem 0 10.7rem;
	color: #fff;
	text-align: center;
	background: #121212;
}
#gFooter .fBox {
	margin: 0 auto;
	width: 116rem;
}
#gFooter .fNaviList {
	margin-bottom: 7.9rem;
	gap: 1rem 3rem;
}
#gFooter .fNaviList li {
	font-size: 2.6rem;
	font-weight: 900;
	letter-spacing: 0.1em;
}
#gFooter .fNaviList li a {
	width: fit-content;
	display: block;
	letter-spacing: 0.1em;
}
#gFooter .mail {
	font-size: 1.9rem;
	font-weight: 500;
}
#gFooter a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 6rem 2rem 7.6rem;
	}
	#gFooter .fBox {
		width: auto;
	}
	#gFooter .fNaviList {
		margin-bottom: 5.5rem;
		flex-direction: column;
		align-items: center;
		gap: 0.2rem 0;
	}
	#gFooter .fNaviList li {
		font-size: 1.6rem;
	}
	#gFooter .mail {
		font-size: 1.4rem;
	}
}