@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: 413px) {
	html {
		font-size: calc(1000vw / 414);
	}
}
body, table, input, textarea, select, option {
	font-family: "Zen Kaku Gothic New", 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: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #333;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
	overflow: hidden;
	background: url(../img/common/bg01.jpg) no-repeat center top / cover;
}
#main {
	padding: 16.9rem 0 26.9rem;
}
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.7rem;
	}
	#container {
		background : linear-gradient(195.72deg, rgba(231, 236, 250, 1) 0%, rgba(214, 238, 250, 1) 76.29%, rgba(224, 242, 251, 1) 100%);
	}
	#main {
		padding: 6.4rem 0 8.7rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #E5EDFA;
}
#gHeader._fixed {
	position: fixed;
}
#gHeader .hBox {
	margin: 0 auto;
	padding: 2.6rem 1rem 3.5rem;
	max-width: 104.8rem;
	box-sizing: content-box;
}
#gHeader .hBox h1 {
	width: 42.9rem;
}
#gHeader .hBox .menuBox {
	width: calc(100% - 45rem);
}
#gHeader .hBox .menuBox .linkBox {
	margin: -0.2rem 0 2.5rem auto;
	width: fit-content;
	display: flex;
	flex-wrap: wrap;
}
#gHeader .hBox .menuBox .linkBox .link {
	margin-left: 1.1rem;
	width: 25.2rem;
}
#gHeader .hBox .menuBox .linkBox .link a {
	padding-bottom: 0.2rem;
	min-height: 5.3rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #30A8E6;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	border-radius: 3rem;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all ease 0.5s;
}
#gHeader .hBox .menuBox .linkBox .link.over a::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #FFF;
    transform-origin: 50% 0%;
    transform: scaleY(0);
    transition: transform ease 0.5s;
	z-index: -1;
}
#gHeader .hBox .menuBox .linkBox .link a:hover {
	opacity: 0.6;
}
#gHeader .hBox .menuBox .linkBox .link a .sub {
	padding: 0.5rem 0 0.5rem 4rem;
	background: url(../img/common/icon01.png) no-repeat left top calc(50% + 0.2rem) / 3.1rem;
	transition: all ease 0.5s;
}
#gHeader .hBox .menuBox .linkBox .link.style01 a {
	padding: 0.1rem 0 0;
	background: #88A0E6;
}
#gHeader .hBox .menuBox .linkBox .link.style01 a .sub {
	padding: 0.5rem 0 0.5rem 2.8rem;
	font-family: "Work Sans", sans-serif;
	font-size: 2.6rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	background: url(../img/common/icon02.png) no-repeat left center / 2.4rem;
}
#gNavi {
	padding-right: 0.2rem;
	text-align: right;
}
#gNavi li {
	margin-left: 1.6rem;
	position: relative;
	display: inline-block;
}
#gNavi li::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 2.2rem;
	background: #88A0E6;
	content: '';
}
#gNavi li a {
	padding-left: 2rem;
	font-size: 2rem;
	font-weight: 700;
}
#gNavi li a:hover {
	opacity: 0.6;
}
#gNavi li:first-child {
	margin-left: 0;
}
#gNavi li:first-child::before {
	display: none;
}
#gNavi li:first-child a {
	padding-left: 0;
}
@media all and (min-width: 897px) and (max-width: 1100px) {
	#gHeader .hBox {
		align-items: center;
	}
	#gHeader .hBox h1 {
		width: 32rem;
	}
	#gHeader .hBox .menuBox {
		width: calc(100% - 33rem);
	}
}
@media all and (min-width: 897px) {
	#gHeader .hBox .menuBox .linkBox .link.over a {
		opacity: 1;
	}
	#gHeader .hBox .menuBox .linkBox .link.over a:hover .sub {
		color: #30A8E6;
		background-image: url(../img/common/icon01_over.png);
	}
	#gHeader .hBox .menuBox .linkBox .link.over a:hover::before {
		transform-origin: 50% 100%;
        transform: scaleY(1);
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		margin: 0;
		padding: 1.4rem 2.5rem 0.8rem;
		max-width: inherit;
	}
	#gHeader .hBox h1 {
		width: 23.9rem;
	}
	#gHeader .menu {
		position: absolute;
		top: 1.1rem;
		right: 2.5rem;
		height: 4.6rem;
		width: 4.6rem;
		cursor: pointer;
		z-index: 300;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		background: #88A0E6;
		border-radius: 50%;
	}
	#gHeader .menu span {
		background: #FFF;
		border: none;
		height: 1px;
		width: 1.9rem;
		position: absolute;
		top: 1.9rem;
		left: 1.3rem;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	#gHeader .menu span:nth-of-type(2) {
		top: 2.7rem;
	}
	#gHeader .menu.on {
		right: 3.1rem;
		background: transparent;
	}
	#gHeader .menu.on span {
		background: #88A0E6;
		width: 3rem;
	}
	#gHeader .menu.on .top {
		transform: translateY(0.4rem) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .bottom {
		transform: translateY(-0.4rem) translateX(0) rotate(-45deg);
	}
	#gHeader .hBox .menuBox {
		padding: 5.6rem 2.6rem 12rem;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		overflow: auto;
		box-sizing: border-box;
		z-index: 200;
		display: none;
		background : linear-gradient(195.72deg, rgba(231, 236, 250, 1) 0%, rgba(214, 238, 250, 1) 100%);
	}
	#gHeader .hBox .menuBox .linkBox {
		margin: 2.4rem auto 0;
		width: auto;
		max-width: 36.2rem;
		justify-content: space-between;
	}
	#gHeader .hBox .menuBox .linkBox .link {
		margin-left: 0;
		width: 17.7rem;
	}
	#gHeader .hBox .menuBox .linkBox .link a {
		padding-bottom: 0.2rem;
		min-height: 3.7rem;
		font-size: 1.7rem;
	}
	#gHeader .hBox .menuBox .linkBox .link a .sub {
		padding: 0.5rem 0 0.5rem 2.9rem;
		background: url(../img/common/icon01.png) no-repeat left top calc(50% + 0.2rem) / 2.2rem;
	}
	#gHeader .hBox .menuBox .linkBox .link.style01 a .sub {
		padding: 0.5rem 0 0.5rem 2rem;
		font-size: 1.85rem;
		letter-spacing: 0.01em;
		background: url(../img/common/icon02.png) no-repeat left center / 1.6rem;
	}
	#gNavi {
		padding-right: 0;
		text-align: left;
	}
	#gNavi li {
		margin-left: 0;
		display: block;
	}
	#gNavi li::before {
		display: none;
	}
	#gNavi li a {
		padding: 1.7rem 1.8rem !important;
		font-size: 2rem;
		font-weight: 400;
		position: relative;
		display: block;
		background: #FFF url(../img/common/icon05.png) no-repeat right 1.9rem center / 2.3rem;
		border-top: 1px solid #88A0E6;
		letter-spacing: 0.05em;
	}
	#gNavi > ul > li.spec > a {
		background: #FFF;
	}
	#gNavi li.spec a .arrow {
		padding: 1rem;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0.9rem;
		width: 2.3rem;
		height: 2.3rem;
		background: url(../img/common/icon06.png) no-repeat center center / 2.3rem;
		content: '';
		box-sizing: content-box;
	}
	#gNavi li.spec a .arrow.on {
		background-image: url(../img/common/icon06_on.png);
	}
	#gNavi li:last-child a {
		border-bottom: 1px solid #88A0E6;
	}
	#gNavi li .subList {
		display: none;
	}
	#gNavi li .subList li a {
		padding: 1.7rem 3.1rem !important;
		background: #F3F5FC url(../img/common/icon05.png) no-repeat right 1.9rem center / 2.3rem;
	}
	#gNavi li .subList li:last-child a {
		border-bottom: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background: #88A0E6;
}
#gFooter .fBox {
	margin: 0 auto;
	max-width: 103.6rem;
	padding: 7.6rem 0 4.2rem;
}
#gFooter .fBox .lBox .fLogo {
	margin-bottom: 1.9rem;
	width: 37.3rem;
}
#gFooter .fBox .lBox .text {
	color: #FFF;
	font-size: 1.8rem;
	line-height: 1.79;
	letter-spacing: 0.05em;
}
#gFooter .fBox .lBox .text a {
	color: #FFF;
}
#gFooter .fBox .fNavi {
	margin: -0.7rem -4rem 0 0;
	width: calc(100% - 42rem);
	gap: 4.6rem;
}
#gFooter .fBox .fNavi .subList li:not(:last-child) {
	margin-bottom: 2.1rem;
}
#gFooter .fBox .fNavi .subList > li > a {
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}
#gFooter .fBox .fNavi .subList > li > a:hover {
	opacity: 0.6;
}
#gFooter .fBox .fNavi .subUl {
	margin-top: 1.1rem;
	max-width: 43rem;
	gap: 1.3rem;
}
#gFooter .fBox .fNavi .subUl.mt01 {
	margin-top: 2.4rem;
}
#gFooter .fBox .fNavi .subUl li {
	width: 11rem;
}
#gFooter .fBox .fNavi .subUl li:nth-child(3) {
	width: 18rem;
}
#gFooter .fBox .fNavi .subUl li a {
	margin-bottom: 0.8rem;
	display: block;
	color: #FFF;
	letter-spacing: 0.04em;
}
#gFooter .fBox .fNavi .subUl li a:hover {
	opacity: 0.6;
}
#gFooter address {
	padding: 0.6rem 1rem 0.4rem;
	display: block;
	background: #FFF;
	color: #88A0E6;
	font-size: 1.2rem;
	font-weight: 400;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	#gFooter .fBox {
		margin: 0;
		max-width: inherit;
		padding: 4.55rem 0 5.2rem;
		display: block;
	}
	#gFooter .fBox .lBox .fLogo {
		margin: 0 auto 1.6rem;
		width: 30.9rem;
	}
	#gFooter .fBox .lBox .text {
		margin: 0 auto;
		width: fit-content;
		font-size: 1.5rem;
		line-height: 1.78;
	}
	#gFooter .fBox .fNavi {
		display: none;
	}
	#gFooter address {
		padding: 0.1rem 1rem 0;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 17.3rem;
	padding-bottom: 0.6rem;
	min-height: 19.7rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #88A0E6;
	border-bottom: 1px solid #88A0E6;
	background: #FFF;
}
.pageTitle.style01 {
	margin-bottom: 22.9rem;
	padding-bottom: 1rem;
	min-height: 29.9rem;
	position: relative;
	border: none;
}
.pageTitle.style01::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(195, 207, 242, 1) 0%, rgba(151, 211, 242, 1) 100%);
	opacity: 0.9;
	content: '';
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 4.8rem;
		padding-bottom: 0.4rem;
		min-height: 10rem;
	}
	.pageTitle.style01 {
		margin-bottom: 7.1rem;
		padding-bottom: 0.4rem;
		min-height: 9.9rem;
	}
	.pageTitle.style01::before {
		background: linear-gradient(-90deg, rgba(195, 207, 242, 1) 0%, rgba(151, 211, 242, 1) 100%);
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
}
@media all and (max-width: 896px) {
}