@charset "utf-8";
:root {
	--base-color: #756A5F;
	--main: #03388F;
	--white: #fff;
	--black: #484848;
	--sub01: #F8F6F0;
	--sub02: #5CBFD1;
	--sub03: #7CAD00;
	--sub04: #F4F4F4;
	--sub05: #FFD4D4;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: 1025px) and (max-width: 1535px) {
	html {
		font-size: calc(1000vw / 1536);
	}
}
@media all and (min-width: 897px) and (max-width: 1024px) {
	html {
		font-size: calc(1000vw / 1025);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "M PLUS Rounded 1c", 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: var(--base-color);
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: var(--white);
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
/*	overflow: clip;*/
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (min-width: 897px) and (max-width: 1024px) {
	body {
		font-size: 1.5rem;
	}
}
@media all and (max-width: 896px) {
	body {
		font-size: 1.4rem;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}
#gHeader .hBox {
	padding: 2.1rem 0 0 2rem;
	/* max-width: 40rem; */
}
#gHeader .hBox .hTxt {
	margin-left: 1rem;
	/* color: var(--white); */
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	line-height: 1.2;
}
#gHeader .hBox .logo {
	width: 28rem;
}
#gHeader .hBox .logo a {
	display: inline-block;
}
#gNavi .naviList {
	margin: 4rem 12.4rem 0 0;
	display: flex;
	align-items: center;
	gap: 3.9rem;
}
#gNavi .naviList li a {
	width: fit-content;
	display: block;
	text-align: center;
	color: var(--black);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.06em;
}
@media (hover: hover) {
	#gNavi .naviList li a:hover {
		opacity: 0.65;
	}
}
#gNavi .naviList li .en {
	display: block;
	color: var(--sub03);
	font-weight: 800;
	font-size: 1.4rem;
}
.menu {
	width: 6rem;
	height: 6rem;
	position: fixed;
	right: 3rem;
	top: 3rem;
	background: var(--sub03);
	border-radius: 100%;
	z-index: 200;
	cursor: pointer;
	transition: opacity 0.3s;
}
@media (hover: hover) {
	.menu:hover {
		opacity: 0.65;
	}
}
.menu span {
	width: 3rem;
	height: 0.3rem;
	display: block;
	position: absolute;
	left: 1.5rem;
	top: 2rem;
	border-radius: 0.5rem;
	background: var(--white);
	transition: 0.3s;
}
.menu span:nth-child(2) {
	top: 2.8rem;
}
.menu span:nth-child(3) {
	top: 3.6rem;
}
.menu.on span:nth-child(1) {
	transform: translate(0, 0.8rem) rotate(45deg);
}
.menu.on span:nth-child(2) {
	opacity: 0;
}
.menu.on span:nth-child(3) {
	transform: translate(0, -0.8rem) rotate(-45deg);
}
.menuBox {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: var(--white) url(../img/common/menu_bg.webp) no-repeat center center / cover;
	overflow-y: auto;
	z-index: 100;
	display: none;
}
.menuBox .menuWrap {
	width: 100%;
	min-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menuBox .menuInner {
	padding: 15rem 0 18.5rem;
	width: 110rem;
	max-width: 95%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
}
.menuBox .logo {
	margin-bottom: 3.5rem;
	width: 100%;
}
.menuBox .logo a {
	display: inline-block;
}
.menuBox .logo img {
	width: 34rem;
}
.menuBox .comInfoBox {
	width: 48%;
}
.menuBox .comInfoBox .timeBox {
	background: var(--white);
}
.menuBox .navBox {
	margin-top: -0.5rem;
	width: 48%;
	max-width: 50rem;
	display: flex;
	order: 1;
}
@media (hover: hover) {
	.menuBox .navBox a:hover {
		opacity: 0.65;
	}
}
.menuBox .navBox li a {
	width: fit-content;
	display: block;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.36;
	letter-spacing: 0.04em;
}
.menuBox .navBox li a .en {
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--main);
	letter-spacing: 0.09em;
}
.menuBox .navBox .navList01 {
	width: 20.8rem;
	display: flex;
	flex-direction: column;
	gap: 2.1rem;
}
.menuBox .navBox .navList02 {
	flex: 1;
}
.menuBox .navBox .navList02 li {
	display: flex;
	flex-direction: column;
	gap: 2.8rem;
}
.menuBox .navBox .navList02 li .subList {
	width: 100%;
	max-width: 24rem;
	column-count: 2;
}
.menuBox .navBox .navList02 li .subList li {
	margin-right: -3rem;
	padding-bottom: 2rem;
	break-inside: avoid;
}
.menuBox .navBox .navList02 li .subList li a {
	padding-left: 1em;
	font-size: 1.6rem;
	position: relative;
}
.menuBox .navBox .navList02 li .subList li a::before {
	width: 0.3rem;
	height: 0.3rem;
	position: absolute;
	left: 0.4em;
	top: 0.54em;
	border-radius: 100%;
	box-sizing: border-box;
	background: var(--main);
	content: '';
}
@media all and (min-width: 897px) and (max-width: 1024px) {
	#gNavi {
		display: none;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		display: block;
	}
	#gHeader .hBox {
		padding: 0.8rem 1rem;
		max-width: initial;
	}
	#gHeader .hBox .hTxt {
		margin: 0 0 0.2rem;
		font-size: 1rem;
	}
	#gHeader .hBox .logo {
		margin-left: -0.2rem;
		width: 18rem;
	}
	#gNavi {
		display: none;
	}
	.menu {
		width: 5rem;
		height: 5rem;
		right: 1rem;
		top: 1rem;
	}
	.menu span {
		width: 2.6rem;
		left: 1.2rem;
		top: 1.7rem;
	}
	.menu span:nth-child(2) {
		top: 2.4rem;
	}
	.menu span:nth-child(3) {
		top: 3.1rem;
	}
	.menu.on span:nth-child(1) {
		transform: translate(0, 0.7rem) rotate(45deg);
	}
	.menu.on span:nth-child(3) {
		transform: translate(0, -0.7rem) rotate(-45deg);
	}
	.menuBox .menuWrap {
		display: block;
	}
	.menuBox .menuInner {
		padding: 0.6rem 0.8rem 3rem;
		width: auto;
		max-width: initial;
		display: block;
	}
	.menuBox .logo {
		margin-bottom: 5rem;
	}
	.menuBox .logo img {
		width: 18rem;
	}
	.menuBox .comInfoBox {
		margin: 0 1.2rem;
		width: auto;
		max-width: initial;
	}
	.menuBox .comInfoBox .textList {
		margin-bottom: 1.9rem;
	}
	.menuBox .navBox {
		margin: 0 1.2rem 3.2rem;
		width: auto;
		max-width: initial;
		justify-content: space-between;
		padding-top: 20px;
	}
	.menuBox .navBox li a {
		padding-bottom: 1rem;
		width: 100%;
		font-size: 1.8rem;
		line-height: 1.2;
		border-bottom: 0.1rem solid var(--sub05);
	}
	.menuBox .navBox li a .en {
		font-size: 1.2rem;
	}
	.menuBox .navBox .navList01 {
		width: 45%;
		gap: 1.3rem;
	}
	.menuBox .navBox .navList01 li:last-child a {
		border-bottom: none;
	}
	.menuBox .navBox .navList02 {
		width: 45%;
		flex: initial;
	}
	.menuBox .navBox .navList02 li {
		gap: 1.8rem;
	}
	.menuBox .navBox .navList02 li .subList {
		max-width: initial;
		display: flex;
		flex-direction: column;
		gap: 1.7rem;
		column-count: initial;
	}
	.menuBox .navBox .navList02 li.is-open .subList {
		display: flex;
	}
	.menuBox .navBox .navList02 > li > a {
		position: relative;
		padding-right: 3rem;
	}
	/*.menuBox .navBox .navList02 > li > a::after {
		content: '+';
		position: absolute;
		right: 0.6rem;
		top: 0.2rem;
		font-size: 2rem;
		line-height: 1;
		color: var(--main);
	}*/
	.menuBox .navBox .navList02 > li.is-open > a::after {
		content: '−';
	}
	.menuBox .navBox .navList02 li .subList li {
		margin: 0;
		padding: 0;
	}
	.menuBox .navBox .navList02 li .subList li a {
		padding: 0 0 0 1em;
		font-size: 1.4rem;
		border: none;
	}
	.menuBox .navBox .navList02 li .subList li a::before {
		left: 0.35em;
		top: 0.4em;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
	background: url(../img/common/f_bg.webp) no-repeat center top / 100% 47.2rem;
}
#gFooter .bubble {
	width: 32rem;
	position: absolute;
	left: -12.2rem;
	top: -8.3rem;
}
#gFooter .bubble02 {
	width: 18rem;
	left: -12rem;
	top: -18.5rem;
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 29.3rem 0 2.3rem;
	width: 110rem;
	max-width: 90%;
	position: relative;
}
#gFooter .fBox .fBgImg {
	width: 22.3rem;
	position: absolute;
	right: -4.8rem;
	top: -8.6rem;
}
#gFooter .fLogo {
	margin-bottom: 3rem;
}
#gFooter .fLogo a {
	display: inline-block;
}
#gFooter .fLogo img {
	width: 36rem;
}
#gFooter .fInfoBox {
	margin-bottom: 4.5rem;
	margin-right: -5rem;
	padding-bottom: 9.9rem;
	flex-wrap: nowrap;
	gap: 2rem;
	border-bottom: 0.2rem dashed var(--main);
}
#gFooter .comInfoBox {
	width: 50rem;
}
#gFooter .comInfoBox .ctaBtnList {
	gap: 2.6rem;
}
#gFooter .fMapBox {
	margin-top: 2.6rem;
	width: 62rem;
}
#gFooter .fMapBox img {
	width: 100%;
}
#gFooter .fNavBox {
	margin-bottom: 13.3rem;
	display: flex;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
@media (hover: hover) {
	#gFooter .fNavBox a:hover {
		opacity: 0.65;
	}
}
#gFooter .fNavBox li {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
#gFooter .fNavBox li a {
	width: fit-content;
	display: block;
}
#gFooter .fNavSub01 {
	display: flex;
}
#gFooter .fNavList01 {
	width: 14.9rem;
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
}
#gFooter .fNavSub02 {
	margin-top: 0.4rem;
	display: flex;
	gap: 1.4rem;
	flex-direction: column;
	flex: 1;
}
#gFooter .fNavList02 {
	width: 41.8rem;
	column-count: 3;
	break-inside: avoid;
	column-gap: 0;
}
#gFooter .fNavList02 li {
	padding-top: 0.5rem;
	break-inside: avoid;
}
#gFooter .fNavList02 li a {
	padding-left: 1em;
	position: relative;
}
#gFooter .fNavList02 li a::before {
	width: 1.1rem;
	height: 1.1rem;
	position: absolute;
	left: 0;
	top: 0.35em;
	border-radius: 100%;
	background: var(--main);
	box-sizing: border-box;
	content: '';
}
#gFooter .copyright {
	font-size: 1.2rem;
	letter-spacing: 0.18em;
	text-align: center;
}
@media all and (max-width: 1024px) {
	#gFooter .fBox {
		padding-bottom: 7.8rem;
	}
}
@media all and (min-width: 897px) and (max-width: 1024px) {
	#gFooter .fInfoBox {
		margin-right: -3rem;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		background-size: 120% 21.5rem;
	}
	#gFooter .bubble {
		width: 12rem;
		left: -4rem;
		top: -3.7rem;
	}
	#gFooter .bubble02 {
		width: 6.8rem;
		left: -3.9rem;
		top: -7.5rem;
	}
	#gFooter .fBox {
		margin: 0 2rem;
		padding-top: 13.8rem;
		width: auto;
		max-width: initial;
	}
	#gFooter .fBox .fBgImg {
		width: 10rem;
		right: 1rem;
		top: -4.7rem;
	}
	#gFooter .fLogo {
		margin-bottom: 2rem;
		padding-right: 2.4rem;
		text-align: center;
	}
	#gFooter .fLogo img {
		width: 26rem;
	}
	#gFooter .fInfoBox {
		margin: 0 0 3.6rem;
		padding-bottom: 4.5rem;
		display: block;
	}
	#gFooter .comInfoBox {
		width: auto;
		display: flex;
		flex-direction: column;
	}
	#gFooter .comInfoBox .timeBox {
		width: 100%;
		margin-bottom: 3rem;
	}
	#gFooter .comInfoBox .ctaBtnList {
		width: 100%;
		gap: 3rem;
	}
	#gFooter .comInfoBox .ctaBtnList li a {
		letter-spacing: 0.02em;
	}
	#gFooter .comInfoBox .ctaBtnList .web a .icon {
		width: 2.6rem;
		margin-bottom: 0.2rem;
	}
	#gFooter .comInfoBox .textList {
		margin-bottom: 0;
		width: 100%;
		order: 1;
	}
	#gFooter .fMapBox {
		margin: 3.9rem 0 2.2rem;
		width: 100%;
	}
	#gFooter .fNavBox {
		margin-bottom: 7.4rem;
		letter-spacing: 0.05em;
	}
	#gFooter .fNavSub01 {
		width: 33.4%;
		flex-direction: column;
		gap: 1.5rem;
	}
	#gFooter .fNavList01 {
		width: auto;
		gap: 1.5rem;
	}
	#gFooter .fNavSub02 {
		margin-top: 0;
		gap: 0;
	}
	#gFooter .fNavList02 {
		margin-right: 1.7rem;
		width: auto;
		column-count: 2;
	}
	#gFooter .fNavList02 li {
		margin-right: -1.7rem;
		padding-top: 1.3rem;
		letter-spacing: 0.02em;
	}
	#gFooter .copyright {
		text-align: center;
	}
}