@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: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1320px;
	color: #000;
	font-size: 1.3rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	background: linear-gradient(90deg, #00CBFF 18.9%, #006AFF 79.14%);
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.fixed {
		overflow-y: scroll;
	}
}
@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 .hInner {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}
#gHeader h1 {
	width: 28.1rem;
}
#gHeader .menu {
	margin: 2rem 2.6rem 0;
	width: 6rem;
	cursor: pointer;
	transition: .3s;
}
#gHeader .menuBox {
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 101;
}
#gHeader .menuBox .subBox {
	margin-left: auto;
	padding: 2rem 2.6rem 3.8rem;
	max-width: 110.5rem;
	border-radius: 0 0 0 5rem;
	background: #FFF;
}
#gHeader .menuBox .close {
	width: 6rem;
	margin: 0 0 3.8rem auto;
	cursor: pointer;
	transition: .3s;
}
#gHeader .menuBox .menuList {
	margin: 0 auto;
	max-width: 78.4rem;
	transform: translateX(3rem);
}
#gHeader .menuBox .menuList > li {
	width: 34.1rem;
}
#gHeader .menuBox .menuList .ttl {
	margin-bottom: 0.8rem;
	color: #0F0F0F;
	font-size: 1.6rem;
	font-weight: 700;
}
#gHeader .menuBox .menuList .ttl a {
	display: block;
	color: #0F0F0F;
}
#gHeader .menuBox .menuList .ttl a:hover {
	opacity: 0.7;
}
#gHeader .menuBox .menuList .ttl .en {
	margin-bottom: 0.3rem;
	display: block;
	width: fit-content;
	line-height: 1;
	font-size: 4rem;
	background: linear-gradient(90deg, #00B1FF 0.11%, #006AFF 100.34%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#gHeader .menuBox .menuList .ttl02 {
	margin-bottom: 4.5rem;
}
#gHeader .menuBox .menuList .subList:not(:last-child) {
	margin-bottom: 2.8rem;
}
#gHeader .menuBox .menuList .subList li:not(:last-child) {
	margin-bottom: 0.4rem;
}
#gHeader .menuBox .menuList .subList a {
	padding: 1.8rem 4rem 1.8rem 0;
	display: block;
	color: #00002B;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.18rem;
	background: url(../img/common/icon03.png) no-repeat right 2rem center/2rem;
	border-bottom: 1px solid #D2D2D2;
}
#gHeader .menuBox .menuList .subList .sub {
	display: inline-block;
	position: relative;
}
#gHeader .menuBox .menuList .subList .sub:after {
	position: absolute;
	left: 0;
	bottom: -0.2rem;
	width: 0;
	height: 2px;
	transition: .3s;
	background-color: #1D2088;
	content: "";
}
#gHeader .menuBox .comBtn {
	margin: 5.2rem 0 0 auto;
	width: 22.9rem;
}
#gHeader .menuBox .comBtn a {
	padding: 0.5rem 6rem 0.5rem 4rem;
	min-height: 5.6rem;
	font-size: 1.6rem;
	box-shadow: none;
	border: 1px solid #1D2088;
	background-position: right 3rem center;
}
@media all and (min-width: 897px) {
	#gHeader .menuBox {
		padding-left: 2rem;
	}
	#gHeader .menu:hover, #gHeader .menuBox .close:hover {
		opacity: 0.7;
	}
	#gHeader .menuBox .menuList .subList a:hover .sub:after {
		width: 100%;
	}
}
@media all and (max-width: 896px) {
	#gHeader h1 {
		width: 20rem;
	}
	#gHeader .menu {
		margin: 0.6rem 1.2rem 0;
	}
	#gHeader .menuBox .subBox {
		padding: 2rem 2.6rem 3.8rem;
		width: auto;
		border-radius: 0;
		height: 100%;
		overflow-y: auto;
	}
	#gHeader .menuBox .close {
		margin-bottom: 0.8rem;
	}
	#gHeader .menuBox .menuList {
		margin: 0 1.1rem;
		max-width: inherit;
		transform: translateX(0);
		display: block;
	}
	#gHeader .menuBox .menuList > li {
		width: auto;
	}
	#gHeader .menuBox .menuList > li:not(:last-child) {
		margin-bottom: 2.8rem;
	}
	#gHeader .menuBox .menuList .ttl {
		margin-bottom: 1.5rem;
		font-size: 1.2rem;
	}
	#gHeader .menuBox .menuList .ttl .en {
		margin-bottom: 0.6rem;
		font-size: 3.2rem;
	}
	#gHeader .menuBox .menuList .ttl:last-child {
		margin-bottom: 0;
	}
	#gHeader .menuBox .menuList .ttl02 {
		margin-bottom: 2.3rem;
	}
	#gHeader .menuBox .menuList .subList li:not(:last-child) {
		margin-bottom: 0.1rem;
	}
	#gHeader .menuBox .menuList .subList a {
		padding: 1.1rem 4rem 1.1rem 0;
		font-size: 1.4rem;
		letter-spacing: 0.14rem;
		background-position: right 1.4rem center;
	}
	#gHeader .menuBox .comBtn {
		margin: 0 0.9rem 2rem auto;
		width: 14.5rem;
	}
	#gHeader .menuBox .comBtn a {
		padding: 0 2.6rem 0.5rem 0;
		min-height: 4.6rem;
		color: #1D2088;
		font-size: 1.4rem;
		border-radius: 0;
		border: none;
		border-bottom: 1px solid #1D2088;
		background-color: transparent;
		background: url(../img/common/icon06.png) no-repeat right 1.4rem center/2rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 6.2rem 0 1.8rem;
	background-color: #1D2088;
}
#gFooter .fLogo {
	margin: 0 auto 6.2rem;
	width: 31rem;
}
#gFooter .fLink {
	margin-bottom: 16.2rem;
	gap: 1rem 3rem;
}
#gFooter .fLink a {
	display: inline-block;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
}
#gFooter .fLink a:hover {
	opacity: 0.7;
}
#gFooter address {
	text-align: center;
	color: #fff;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 6.2rem 0 3rem;
	}
	#gFooter .fLogo {
		margin-bottom: 4rem;
		width: 28.2rem;
		transform: translateX(-0.5rem);
	}
	#gFooter .fLink {
		margin-bottom: 4.7rem;
		text-align: center;
		display: block;
	}
	#gFooter .fLink li:not(:last-child) {
		margin-bottom: 1.2rem;
	}
}