@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: #00002B;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #00002B;
}
a:hover {
	color: #00002B;
}
a:active {
	color: #00002B;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #00002B;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	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;
	}
	.fixed {
		overflow-y: scroll;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	#container {
		padding-top: 7.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 0 0 0 4.5rem;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	flex-wrap: nowrap;
	align-items: flex-start;
	transition: .3s;
	z-index: 100;
}
#gHeader h1 {
	transition: .3s;
}
#gHeader h1 a:hover {
	opacity: 1;
}
#gNavi .menuList {
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
}
#gNavi .menuList > li {
	margin-left: 2.95rem;
	position: relative;
	z-index: 1;
}
#gNavi .menuList a {
	display: inline-block;
	padding: 1.2rem 0;
	color: #fff;
	font-weight: 500;
	white-space: nowrap;
}
@media all and (min-width: 897px) {
	#gNavi {
		padding-left: 1.5rem;
		display: block !important;
		position: relative;
	}
	#gNavi:after {
		opacity: 0;
		transition: .3s;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 2rem 100%);
		content: "";
	}
	#gNavi a:hover {
		opacity: 0.7;
	}
	#gNavi .menuList > li:last-child a {
		padding: 2rem 0 1.8rem;
		display: flex;
		align-items: center;
		justify-content: center;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 2.8rem 100%);
	}
	#gHeader.fix {
		padding-left: 6.7rem;
		position: fixed;
	}
	#gHeader.fix h1 {
		width: 12.6rem;
	}
	#gHeader.fix #gNavi:after {
		opacity: 1;
	}
	#gHeader.fix #gNavi .menuList > li > a {
		color: #00002B;
	}
	#gHeader.fix #gNavi .menuList > li:last-child {
		margin-left: 2.5rem;
	}
	#gHeader.fix #gNavi .menuList > li:last-child > a {
		padding: 1.8rem 1.5rem 1.8rem 3.2rem;
		width: 17.2rem;
		height: 5.5rem;
		color: #fff;
		background: linear-gradient(90deg, #01AEFF 0%, #008FFF 40%, #006EFF 100%);
	}
	#gNavi .menuList > .liStyle {
		position: relative;
	}
	#gNavi .menuList > .liStyle > a {
		display: inline-block;
		padding-right: 1.7rem !important;
		position: relative;
	}
	#gNavi .menuList > .liStyle.on > a {
		opacity: 0.7;
	}
	#gNavi .menuList > .liStyle > a:after {
		position: absolute;
		right: 0;
		top: 2rem;
		width: 0.7rem;
		height: 0.7rem;
		border-right: 1px solid #00002B;
		border-bottom: 1px solid #00002B;
		transform: rotate(45deg);
		content: "";
	}
	#gNavi .menuList > .liStyle .subList {
		display: none;
		position: absolute;
		left: -0.5rem;
		top: 100%;
		width: 11rem;
		padding: 0.4rem 1rem;
		background: #4CC7FF;
		box-shadow: 0.4rem 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.10);
		z-index: 100;
	}
	#gNavi .menuList > .liStyle .subList a {
		padding: 0.4rem 0;
		display: block;
		color: #fff;
		font-weight: 500;
		border-bottom: 1px solid rgba(255, 255, 255, 0.50);
	}
	#gNavi .menuList > .liStyle .subList li:last-child a {
		border-bottom: none;
	}
}
@media all and (min-width: 897px) and (max-width: 1120px) {
	#gHeader.fix {
		padding-left: 2vw;
	}
	#gHeader.fix #gNavi {
		padding-left: 0.4rem;
	}
	#gHeader.fix #gNavi .menuList li {
		font-size: 1.5rem;
	}
	#gHeader.fix #gNavi .menuList li:not(:last-child) {
		margin-left: 1.4vw;
	}
	#gHeader.fix #gNavi .menuList li:last-child {
		margin-left: 0.3rem;
	}
	#gHeader.fix #gNavi .menuList li:last-child a {
		width: 13rem;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0;
	}
	#gHeader .hInner {
		padding: 1.8rem 2.4rem 1.8rem 1.6rem;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background-color: #fff;
		z-index: 101;
	}
	#gHeader h1 {
		width: 16.3rem;
	}
	#gNavi {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		padding: 0 2.4rem;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		z-index: 100;
		clip-path: none;
		background-color: #fff;
	}
	#gNavi .btn {
		margin: 9.2rem auto 0.8rem;
		max-width: 32.7rem;
	}
	#gNavi .btn a {
		display: flex;
		color: #fff;
		font-size: 1.5rem;
		font-weight: 500;
		height: 6rem;
		justify-content: center;
		padding: 1.9rem;
		border-radius: 0.8rem;
		background: var(---3, linear-gradient(90deg, #00B1FF 0.11%, #006AFF 100.34%));
	}
	#gNavi .menuList {
		margin-bottom: 5rem;
		display: block;
	}
	#gNavi .menuList > li {
		margin-left: 0;
		border-bottom: 1px solid #00002B;
	}
	#gNavi .menuList > li > a {
		padding: 1.95rem 2rem 1.95rem 0;
		display: block;
		color: #00002B;
		font-size: 1.6rem;
		background: url(../img/common/icon13.png) no-repeat right center/1.3rem auto;
	}
	#gNavi .menuList .subList {
		margin: -0.3rem 0 2rem;
	}
	#gNavi .menuList .subList li {
		margin-bottom: 1.1rem;
	}
	#gNavi .menuList .subList a {
		padding: 0 0 0 2rem;
		display: inline-block;
		position: relative;
		color: #00002B;
		font-weight: 500;
	}
	#gNavi .menuList .subList a:before {
		position: absolute;
		left: 0;
		top: 1rem;
		width: 1rem;
		height: 1px;
		background-color: #00002B;
		content: "";
	}
	#gHeader .menu {
		width: 3.6rem;
		height: 2rem;
		cursor: pointer;
		z-index: 101;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		box-sizing: border-box;
	}
	#gHeader .menu > div {
		margin: 0 auto;
		width: 3.6rem;
		height: 2rem;
		position: relative;
	}
	#gHeader .menu span {
		background-color: #00A0E9;
		border: none;
		height: 0.2rem;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	#gHeader .menu span:nth-of-type(2) {
		top: 1rem;
	}
	#gHeader .menu span:nth-of-type(3) {
		top: 2rem;
		background-color: #1D2088;
	}
	#gHeader .menu.on .top {
		-webkit-transform: translateY(1rem) translateX(0) rotate(45deg);
		-ms-transform: translateY(1rem) translateX(0) rotate(45deg);
		transform: translateY(1rem) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .middle {
		opacity: 0;
	}
	#gHeader .menu.on .bottom {
		-webkit-transform: translateY(-1rem) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-1rem) translateX(0) rotate(-45deg);
		transform: translateY(-1rem) translateX(0) rotate(-45deg);
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 6.2rem 0 1.8rem;
	color: #FFF;
	background: #01002C url("../img/common/f_bg.jpg") no-repeat right top / 144rem;
}
#gFooter a {
	color: #FFF;
}
#gFooter .fBox {
	position: relative;
}
#gFooter .txtBox {
	max-width: 122rem;
	margin: 0 auto 6.3rem;
}
#gFooter .txtBox .subBox {
	width: 55rem;
}
#gFooter .fLogo {
	margin-bottom: 4.2rem;
}
#gFooter .fLogo a:hover {
	opacity: 1;
}
#gFooter .add {
	margin-bottom: 4.9rem;
	font-weight: 500;
	line-height: 1.87;
	font-family: "Noto Sans JP", sans-serif;
}
#gFooter .fNavi {
	margin: -1.3rem 0 0;
	max-width: 38rem;
}
#gFooter .fNavi li {
	margin: 1.3rem 3rem 0 0;
}
#gFooter .fNavi li a {
	font-weight: 500;
}
#gFooter .fNavi li a:hover {
	opacity: 0.7;
}
#gFooter .leadBox {
	width: 67rem;
	position: absolute;
	right: 0;
	top: -0.3rem;
}
#gFooter .leadBox .title {
	text-align: center;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 1.04rem;
}
#gFooter .leadBox .title .en {
	margin-top: 1.3rem;
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.32rem;
	font-family: "Young Serif", serif;
}
#gFooter address {
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
	font-family: "Barlow Semi Condensed", sans-serif;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 0 0 6rem;
		background: #00002B;
	}
	#gFooter .txtBox {
		margin-bottom: 0;
		padding: 8rem 2.4rem 7.8rem;
	}
	#gFooter .txtBox .subBox {
		width: auto;
	}
	#gFooter .fLogo {
		margin-bottom: 4.6rem;
	}
	#gFooter .fLogo img {
		width: 24rem;
	}
	#gFooter .add {
		margin-bottom: 3.0rem;
		font-size: 1.6rem;
	}
	#gFooter .fNavi {
		margin: -3.1rem 0 0;
		max-width: inherit;
		display: flex;
		flex-wrap: wrap;
	}
	#gFooter .fNavi li {
		margin: 3.1rem 0 0;
		width: 35%;
		font-size: 1.6rem;
	}
	#gFooter .fLink a {
		display: block;
		font-weight: 400;
		font-size: 1.2rem;
	}
	#gFooter .inner {
		padding: 0;
		position: relative;
	}
	#gFooter .fImg img {
		width: 100%;
	}
	#gFooter .leadBox {
		width: 100%;
		right: 0;
		top: 3.2rem;
	}
	#gFooter .leadBox .title {
		margin: 0 0 35.7rem 1rem;
		font-size: 2.8rem;
		line-height: 1.25;
		letter-spacing: 1.12rem;
	}
	#gFooter .leadBox .title .en {
		margin: 1.3rem 0 0 -1rem;
		font-size: 1.4rem;
		letter-spacing: 0.28rem;
	}
	#gFooter address {
		position: absolute;
		left: 0;
		bottom: 3.6rem;
		width: 100%;
		font-size: 1.2rem;
	}
}