@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: "Noto Serif JP", 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: #075089;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #075089;
}
a:hover {
	color: #075089;
}
a:active {
	color: #075089;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #075089;
	font-weight: 500;
	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 {
	position: relative;
	text-align: left;
}
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.6rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.menuBox { 
	padding: 9.2rem 4.1rem;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(179, 124, 253, 0.95);
	z-index: 9;
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
}
.menuBox .linkUl li {
	margin-bottom: 1.4rem;
}
.menuBox .linkUl li:last-child {
	margin-bottom: 0;
}
.menuBox .linkUl a {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.menuBox .linkUl01 {
	margin-top: 3.2rem;
	padding-top: 3rem;
	border-top: 1px solid #fff;
}
.menuBox .linkUl01 li {
	margin-bottom: 1rem;
}
.menuBox .linkUl01 a {
	font-size: 2rem;
	letter-spacing: 0.06em;
}
#gHeader {
	position: relative;
}
#gHeader .lang {
	position: absolute;
	z-index: 8;
	top: 2.6rem;
	left: calc(50% - 18rem);
	width: 12.2rem;
	border-radius: 0.6rem;
	overflow: hidden;
	border: 0.2rem solid #b37cfd;
}
#gHeader .lang li {
	padding: 0.2rem;
	width: 50%;
	background-color: #fff;
}
#gHeader .lang a {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.06em;
	color: #b37cfd;
	text-align: center;
	background-color: #fff;
	border-radius: 0.3rem;
}
#gHeader .lang li.on a {
	color: #fff;
	background-color: #b37cfd;
}
@media all and (max-width: 896px) {
	#gHeader .lang {
		left: 1.5rem;
	}
	.menuBox {
		display: none;
	}
	.menu {
		width: 5.8rem;
		height: 5.8rem;
		position: fixed;
		z-index: 10;
		top: 1.3rem;
		right: 0.7rem;
		background-color: #b37cfd;
		border-radius: 50%;
		transition: .3s;
	}
	.menu .line {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 1.6rem;
		width: 2.2rem;
		height: .2rem;
		background-color: #fff;
	}
	.menu .line:nth-of-type(1) {
		top: 1.4rem;
	}
	.menu .line:nth-of-type(2) {
		width: 1.8rem;
		top: 2.2rem;
	}
	.menu .line:nth-of-type(3) {
		top: 3rem;
	}
	.menu.on {
		background-color: transparent;
	}
	.menu.on .line {
		width: 2.5rem;
	}
	.menu.on .line:nth-of-type(1) {
		transform: translateY(0.8rem) rotate(-45deg);
	}
	.menu.on .line:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on .line:nth-of-type(3) {
		transform: translateY(-0.8rem) rotate(45deg);
	}
	.menu .text {
		width: 100%;
		position: absolute;
		left: 0;
		top: 3.5rem;
		text-align: center;
		color: #fff;
		font-size: 0.8rem;
		font-weight: 700;
		letter-spacing: 0.06em;
		display: block;
		font-family: "Noto Sans JP", sans-serif;
	}
}
@media all and (min-width: 897px) {
	#gHeader .lang a:hover {
		color: #fff;
		background-color: #b37cfd;
	}
	.menuBox { 
		padding: 2.3rem 4.4rem;
		width: calc(50% - 19.55rem);
	}
	.menuBox .photo {
		margin-bottom: 3rem;
		width: 21.8rem;
	}
	.menuBox .linkUl {
		margin: 0 3rem 0 1.2rem;
	}
	.menuBox .linkUl a {
		font-size: 1.8rem;
		letter-spacing: 0.06em;
	}
	.menuBox .linkUl01 {
		margin-top: 3.2rem;
		padding-top: 3rem;
	}
	.menuBox .linkUl01 a {
		font-size: 1.6rem;
	}
	.menuBox .linkUl a:hover {
		opacity: 0.7;
	}
}
@media all and (min-width: 897px) and (max-width: 1100px) {
	.menuBox {
		padding: 2rem 1.5rem;
	}
}
/*------------------------------------------------------------
    フッター
------------------------------------------------------------*/
#gFooter {
    padding: 2.6rem 2.1rem 2.7rem;
    background: linear-gradient(270deg,#e57bff 0%, #34a7a7 100%);
}
#gFooter .fLogo {
    width: 14.4rem;
}
#gFooter .snsList {
    margin: -0.1rem 0.8rem 0 0;
    width: calc(100% - 16rem);
    justify-content: flex-end;
}
#gFooter .snsList li {
    margin-left: 2.2rem;
    width: 3.6rem;
}
#gFooter .snsList li:first-child {
    margin-left: 0;
}
#gFooter .snsList a {
	display: block;
}
#gFooter .snsList a:hover {
	opacity: 0.7;
}