@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);
	}
}
@media all and (min-width: 897px) and (max-width: 1439px) {
	html {
		font-size: calc(1000vw / 1440);
	}
}
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 {
	color: #333;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: #FFF url(../img/common/body_bg.png) no-repeat left top;
	background-size: 80rem auto;
}
.fixed {
	position: fixed;
	width: 100%;
}
#container {
	padding-top: 13.5rem;
	position: relative;
	text-align: left;
}
#main {
	padding-bottom: 10rem;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	html.is_scroll {
		overflow: visible !important;
	}
	.sp {
		display: none !important;
	}
	.fixed {
		overflow-y: scroll;
	}
}
@media all and (max-width: 896px) {
	body {
		font-size: 1.6rem;
		background-image: url(../img/common/body_bg_sp.png);
		background-size: 33.8rem auto;
	}
	#container {
		padding-top: 8rem;
		overflow: hidden;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	top: 0;
	right: 0;
 left: 0;
 margin: auto;
	width: 100%;
 max-width: 1640px;
	padding: 3rem 2rem 0;
	z-index: 99;
}
#gHeader .hBg {
	position: relative;
	height: 7rem;
	padding: 0 3rem;
	background-color: #fefefe;
	border-radius: 1rem;
	box-shadow: 0 0 3rem rgba(79, 146, 189, 0.3);
}
#gHeader .logo {
	position: absolute;
	left: 3rem;
	top: 2rem;
	z-index: 9;
}
#gHeader .logo a {
	display: flex;
	align-items: center;
}
#gHeader .logo .en {
	width: 20rem;
	position: relative;
}
#gHeader .logo .en img {
	transition: .3s;
}
#gHeader .logo .en .white {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
}
#gHeader.white .logo .en .white {
	opacity: 1;
}
#gHeader.white .logo .en .blue {
	opacity: 0;
}
#gHeader .logo .jp {
	margin: 0.1rem 0 0 2rem;
	color: #4F92BD;
	font-size: 1.2rem;
	font-weight: 700;
}
#gHeader.white .logo .jp {
	color: #FEFEFE;
	font-size: 1.4rem;
}
#gHeader .hBox {
	width: 95rem;
	margin-left: auto;
	justify-content: flex-end;
	display: flex;
	align-items: center;
}
#gHeader .hList {
	margin-right: 1rem;
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
	z-index: 9;
}
#gHeader .hList a {
	display: flex;
	align-items: center;
}
#gHeader .hList .tel {
	margin-left: 1rem;
}
#gHeader.white .hList a {
	color: #FEFEFE;
}
#gNavi {
	margin-right: 2rem;
	font-size: 1.6rem;
	font-weight: 700;
}
#gNavi > ul > li {
	position: relative;
}
#gNavi > ul > li.on > a {
	color: #4F92BD;
}
#gNavi > ul > li > a {
	height: 7rem;
	display: flex;
	align-items: center;
 padding: 0 1.1rem;
}
#gNavi .naviBox {
	position: absolute;
	left: 50%;
	top: 6.2rem;
 width: max-content;
	padding: 2rem;
	font-weight: 500;
	background-color: #E7F2F9;
	border-radius: 1rem;
	transform: translateX(-50%);
	display: none;
}
#gNavi .naviBox::before {
	margin-left: -1.9rem;
	position: absolute;
	left: 50%;
	top: -1rem;
	width: 2rem;
	height: 1.1rem;
	background-color: #E7F2F9;
	content: "";
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
#gNavi .naviBox ul {
 display: block;
	margin-top: -1rem;
}
#gNavi .naviBox li {
	margin-top: 1rem;
}
#gNavi .naviBox li:not(:last-child) {
/*	padding-right: 2.8rem;*/
/*	background: url(../img/common/line02.png) no-repeat right 0.9rem center;*/
/*	background-size: 1.3rem auto;*/
}
#gNavi .naviBox a {
	color: #4F92BD;
 position: relative;
 padding-left: 2rem;
}
#gNavi .naviBox a .comArrow{
 width: 1.2rem;
 height: 1.2rem;
 left: 0;
 top: 2px;
 bottom: 0;
 margin: auto;
}
#gNavi .naviBox small {
	font-size: 1.4rem;
}
#gHeader .menu {
	position: relative;
	width: 9.4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.6rem;
	font-weight: 700;
	cursor: pointer;
	z-index: 9;
}
#gHeader .menu.on {
	color: #FEFEFE;
}
#gHeader .menu .line {
	position: relative;
	width: 4rem;
	height: 4rem;
	background-color: #4F92BD;
	border-radius: 1rem;
	transition: .3s;
}
#gHeader .menu.on .line {
	background-color: #FEFEFE;
}
#gHeader .menu .line span {
	width: 1.5rem;
	height: 1px;
	position: absolute;
	top: 1.3rem;
	left: 1.3rem;
	background: #FEFEFE;
	transition: all .3s ease;
}
#gHeader .menu.on .line span {
	background: #4F92BD;
}
#gHeader .menu .line span:nth-of-type(2) {
	top: 2rem;
}
#gHeader .menu .line span:nth-of-type(3) {
	top: 2.7rem;
}
#gHeader .menu.on .line span:nth-of-type(1) {
	transform: translateY(0.7rem) translateX(0) rotate(45deg);
}
#gHeader .menu.on .line span:nth-of-type(2) {
	opacity: 0;
}
#gHeader .menu.on .line span:nth-of-type(3) {
	transform: translateY(-0.7rem) translateX(0) rotate(-45deg);
}
.menuBox {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: #4F92BD;
	box-sizing: border-box;
	display: none;
}
.menuBox .menuInfo {
	max-width: 114rem;
	margin: 0 auto;
	padding: 13rem 0 28.5rem;
	position: relative;
}
.menuBox address {
	position: absolute;
	left: 0;
	bottom: 4.8rem;
	font-size: 1.2rem;
	color: #FEFEFE;
}
@media all and (min-width: 897px) {
	#gNavi > ul > li:hover > a {
		color: #4F92BD;
	}
	#gNavi .naviBox a:hover {
		text-decoration: underline;
	}
	#gHeader .hList .ico {
		margin-right: 1rem;
		width: 4rem;
		height: 4rem;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		border: 1px solid #4F92BD;
		border-radius: 1rem;
		transition: .3s;
	}
	#gHeader.white .hList .ico {
		border-color: #FEFEFE;
		background-color: #FEFEFE;
	}
	#gHeader .hList a:hover .ico {
		background-color: #E7F2F9;
	}
	#gHeader .hList .ico img {
		width: 2.2rem;
	}
	#gHeader .hList .tel .txt {
		font-size: 2rem;
		font-weight: 900;
	}
	#gHeader .menu:not(.on):hover .line span:nth-of-type(2) {
		width: 0.8rem;
	}
	#gHeader .menu:not(.on):hover .line span:nth-of-type(3) {
		width: 0.4rem;
	}
	#gHeader .menu.on:hover .line {
		background-color: #E7F2F9;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 1rem 1rem 0;
	}
	#gHeader .hBg {
		padding: 0 1.5rem;
		height: 5rem;
		border-radius: 0.5rem;
	}
	#gHeader .logo {
		left: 1.5rem;
		top: 1.6rem;
	}
	#gHeader .logo a {
		display: block;
	}
	#gHeader .logo .en {
		width: 12rem;
		display: block;
	}
	#gHeader .logo .jp {
		display: none;
	}
	#gHeader .hBox {
		width: auto;
		align-items: flex-start;
	}
	#gHeader .hList {
		margin-right: 1.5rem;
		font-weight: 500;
	}
	#gHeader .hList a {
		height: 5rem;
		display: flex;
		align-items: center;
		color: #4F92BD;
	}
	#gHeader .hList .ico {
		margin: 0.9rem 0.4rem 0 0;
		width: 1.7rem;
		position: relative;
	}
	#gHeader .hList .ico .white {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		opacity: 0 !important;
		transition: .3s;
	}
	#gHeader.white .hList .ico .white {
		opacity: 1 !important;
	}
	#gHeader .hList .tel {
		margin-left: 1.3rem;
	}
	#gNavi {
		display: none;
	}
	#gHeader .menu {
		width: 6.4rem;
		height: 5rem;
		font-weight: 500;
		color: #4F92BD;
	}
	#gHeader .menu .line {
		width: 1.5rem;
		background-color: transparent !important;
		border-radius: 0;
	}
	#gHeader .menu .line span {
		top: 1.5rem;
		left: 0;
		background: #4F92BD;
	}
	#gHeader .menu .line span:nth-of-type(2) {
		top: 2.1rem;
	}
	#gHeader .menu .line span:nth-of-type(3) {
		top: 2.7rem;
	}
	#gHeader .menu.on .line span {
		background: #FEFEFE;
	}
	#gHeader .menu.on .line span:nth-of-type(3) {
		transform: translateY(-0.5rem) translateX(0) rotate(-45deg);
	}
	.menuBox .menuInfo {
		max-width: inherit;
		padding: 11rem 2.5rem 2rem 3.5rem;
	}
	.menuBox address {
		margin: 5.5rem 0 0 -1rem;
		position: static;
		text-align: center;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin: 0 1rem 1rem;
	padding: 8rem 0;
	background-color: #4F92BD;
	border-radius: 3rem 3rem 0 0;
}
#gFooter .fInfo {
	width: 30rem;
	text-align: center;
	color: #FEFEFE;
}
#gFooter .fInfo a {
	color: #FEFEFE;
}
#gFooter .fLogo {
	margin-bottom: 3rem;
}
#gFooter .fLogo .jp {
	margin-bottom: 2rem;
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#gFooter .place {
	margin-bottom: 2rem;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
#gFooter .fList {
	border-bottom: 1px solid #83BDD8;
}
#gFooter .fList li {
	padding: 2rem 0 1.5rem;
	border-top: 1px solid #83BDD8;
}
#gFooter .fList .ttl {
	margin-bottom: 0.5rem;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#gFooter .fList dl {
	width: fit-content;
	margin: 0 auto;
	text-align: left;
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}
#gFooter .fList dt {
	margin-top: 0.5rem;
	float: left;
	font-size: 1.8rem;
}
#gFooter .fList dd {
	padding: 0 0 0.3rem 1.9em;
}
#gFooter .sns {
	margin-top: 2rem;
}
#gFooter .sns li {
	margin: 0 1.2rem;
}
#gFooter .sns img {
	width: auto;
	height: 2.4rem;
}
#gFooter address {
	margin-top: 4.5rem;
	color: #FEFEFE;
	font-size: 1.2rem;
}
@media all and (min-width: 897px) {
	#gFooter .fBox {
		margin: 0 10rem;
	}
	#gFooter .fInner {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#gFooter .comMenu {
		width: 82rem;
		margin-top: -0.3rem;
	}
	#gFooter .comMenu .menuList {
		margin-top: -3.5rem;
	}
	#gFooter .comMenu .menuList > li {
		width: 21rem;
		margin-top: 3.5rem;
	}
	#gFooter .comMenu .menuUl.column {
		width: 38.5rem;
	}
	#gFooter .comMenu .menuUl {
		font-size: 1.4rem;
	}
	#gFooter .comMenu .menuUl li {
		margin-bottom: 1rem;
	}
	#gFooter .comMenu .menuUl a {
		background-position: left top 0.7rem;
	}
	#gFooter .comMenu .menuUl small {
		font-size: 1.2rem;
	}
	#gFooter .comMenu .menuLinkBox {
		left: 63rem;
		bottom: -10.8rem;
	}
	#gFooter .sns li a:hover {
		opacity: 0.5;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 5rem 2rem 2rem;
		border-radius: 2rem 2rem 0 0;
	}
	#gFooter .fInner {
		position: relative;
	}
	#gFooter .fInfo {
		margin-bottom: 3rem;
		width: auto;
	}
	#gFooter .fLogo {
		width: 30rem;
		margin: 0 auto 3rem;
	}
	#gFooter .fLogo .jp {
		margin-bottom: 1.5rem;
		letter-spacing: 0;
	}
	#gFooter .fList {
		border-bottom: none;
	}
	#gFooter .fList .ttl {
		letter-spacing: 0;
	}
	#gFooter .fList dl {
		letter-spacing: 0;
	}
	#gFooter .sns {
		margin-top: 0;
		position: absolute;
		left: 0;
		bottom: -7.3rem;
		width: 100%;
	}
	#gFooter .comMenu .menuList {
		padding-bottom: 1rem;
		border-bottom: 1px solid #FEFEFE;
	}
	#gFooter .comMenu .menuLinkBox {
		margin-top: 3rem;
	}
	#gFooter .comMenu .menuBtn {
		font-size: 1.2rem;
		text-align: center;
	}
	#gFooter address {
		margin-top: 12rem;
		text-align: center;
	}
}