@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 {
	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: 2.6667vw;
	}
}
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: #555273;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #555273;
}
a:hover {
	color: #555273;
	opacity: 0.7;
}
a:active {
	color: #555273;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #555273;
	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 {
	padding-top: 8.4rem;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.en {
	font-family: "Josefin Sans", sans-serif;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 2.1rem 2.7rem;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	box-sizing: border-box;
	z-index: 1000;
}
#gHeader h1 {
	margin: 0.4rem 0 0 -0.4rem;
	width: 13.5rem;
}
#gHeader h1 a {
	opacity: 1;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 1.5rem;
	}
	#gHeader .hBox {
		align-items: center;
	}
	#gHeader h1 {
		margin: 0;
		width: 11rem;
	}
	#gHeader .menu {
        display: block;
        width: 3rem;
        height: 1.9rem;
		position: relative;
        z-index: 100;
    }
    #gHeader .menu span {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
        border: none;
        border-top: 0.2rem solid #555273;
        transition: all .3s ease;
    }
    #gHeader .menu span:nth-of-type(2) {
        top: 0.8rem;
    }
    #gHeader .menu span:nth-of-type(3) {
        top: 1.6rem;
    }
    #gHeader .menu.on span:first-child {
        transform: translateY(0.8rem) translateX(0) rotate(45deg);
    }
    #gHeader .menu.on span:nth-of-type(2) {
        opacity: 0;
    }
    #gHeader .menu.on span:nth-of-type(3) {
        transform: translateY(-0.8rem) translateX(0) rotate(-45deg);
    }
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	display: flex;
	align-items: center;
	font-family: "Josefin Sans", sans-serif;
}
#gNavi ul {
	margin-top: 0.5rem;
	gap: 1.6rem;
}
#gNavi li a {
	font-size: 1.4rem;
	font-weight: bold;
	opacity: 1;
}
#gNavi li.on a {
	text-decoration: underline;
}
#gNavi .gBtn {
	margin-left: 1.4rem;
	width: 15.9rem;
}
#gNavi .gBtn a {
	padding-top: 0.2rem;
	height: 4.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	border-radius: 2.1rem;
	background: url(../img/common/btn_bg01.jpg) no-repeat center center / 100% 100%;
	box-shadow: 0.4rem 0.4rem 0.6rem #d5e1f9;
}
#gNavi .gBtn a span {
	padding: 0.1rem 0 0 2.1rem;
	background: url(../img/common/icon_email.png) no-repeat left center / 1.5rem;
}
@media all and (min-width: 897px) {
	#gNavi li a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	#gNavi {
		display: none;
		padding-bottom: 8rem;
		width: 100%;
		height: calc(100dvh - 5.8rem);
		position: fixed;
		left: 0;
		top: 5.8rem;
		overflow: auto;
		background: #fff;
		z-index: 1000;
	}
	#gNavi ul {
		margin-top: 0;
		gap: 0;
		display: block;
		text-align: center;
	}
	#gNavi li a {
		padding: 1rem;
		display: block;
	}
	#gNavi .gBtn {
		margin: 2rem auto 8rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 0 4rem 3.2rem;
	border-radius: 8rem 8rem 0 0;
	background: url(../img/common/f_bg01.jpg) no-repeat center top / cover;
	overflow: hidden;
}
#gFooter .fLinkBox {
	margin: 0 -4rem 9.6rem;
}
#gFooter .fLinkBox .comSlideTitle {
	margin: -2.3rem 0 0.2rem;
}
#gFooter .fLinkBox ul {
	position: relative;
	gap: 28.6rem;
	align-items: flex-end;
}
#gFooter .fLinkBox ul::before {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	border-left: 0.1rem solid #ada8dd;
	content: "";
}
#gFooter .fLinkBox li {
	padding-bottom: 2.6rem;
	width: 27.1rem;
	font-weight: 500;
	text-align: center;
}
#gFooter .fLinkBox li p {
	margin-bottom: 2.1rem;
}
#gFooter .fLinkBox li .headLine01 .img img {
	height: 4.3rem;
}
#gFooter .fLinkBox li .headLine01 .en {
	margin: -0.4rem 0 -0.5rem;
	display: block;
	font-size: 6rem;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
}
#gFooter .fBox {
	padding-top: 2.3rem;
	align-items: center;
	border-top: 0.1rem solid #d0cdf0;
}
#gFooter .fLogo {
	width: 11.6rem;
}
#gFooter .fLogo a:hover {
	opacity: 1;
}
#gFooter address {
	margin-right: -2.2rem;
	font-size: 1.2rem;
	font-weight: 700;
	font-style: italic;
	font-family: "Josefin Sans", sans-serif;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 0 1.5rem 2rem;
		border-radius: 2rem 2rem 0 0;
		background: url(../img/common/f_bg01.jpg) no-repeat center top / cover;
		overflow: hidden;
	}
	#gFooter .fLinkBox {
		margin: 0 -1.5rem 2rem;
	}
	#gFooter .fLinkBox .comSlideTitle {
		margin: -0.6rem 0 3rem;
	}
	#gFooter .fLinkBox ul {
		margin: 0 1.5rem;
		display: block;
	}
	#gFooter .fLinkBox ul::before {
		display: none;
	}
	#gFooter .fLinkBox li {
		margin: 0 auto 2.6rem;
		padding-bottom: 2.6rem;
		width: auto;
		font-weight: 500;
		text-align: center;
		border-bottom: 0.1rem solid #ada8dd;
	}
	#gFooter .fLinkBox li:last-child {
		margin-bottom: 0;
		border: none;
	}
	#gFooter .fLinkBox li p {
		margin-bottom: 2.1rem;
	}
	#gFooter .fLinkBox li .headLine01 .en {
		margin: 0 0 -0.3rem;
		font-size: 4rem;
	}
	#gFooter .fBox {
		padding-top: 2.3rem;
		display: block;
		text-align: center;
	}
	#gFooter .fLogo {
		margin: 0 auto 1rem;
		width: 10rem;
	}
	#gFooter address {
		margin-right: 0;
		font-size: 1.1rem;
	}
}
