@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 (min-width: 769px) and (max-width: 1079px) {
	html {
		font-size: calc(1000vw / 1080);
	}
}
@media all and (max-width: 374px) {
/* 	html {
		font-size: calc(1000vw / 375);
	} */
}
body, table, input, textarea, select, option {
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",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 {
	color: #000;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #F5F5F5;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
@media all and (max-width: 374px) {
	body {
		min-width: 374px !important;
	}
}
.fixed {
	position: fixed;
	width: 100%;
}
#container {
	position: relative;
	overflow: clip;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 768px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
	}
	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;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #F5F5F5;
}
#gHeader .hBox {
	padding: 2.1rem 4rem;
	align-items: center;
}
#gHeader .hBox h1 {
	width: 12.4rem;
}
#gHeader .hBox .menuBox {
	width: calc(100% - 12.4rem);
}
#gHeader .hBox .menuBox .subInner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
#gNavi {
	margin: 0.1rem 3.9rem 0 0;
}
#gNavi li {
	margin-left: 1.9rem;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.084rem;
}
#gNavi li.current a {
	color: #0F52BA;
}
#gNavi li:first-child {
	margin-left: 0;
}
#gHeader .hBox .menuBox .linkUl {
	display: flex;
	flex-wrap: wrap;
}
#gHeader .hBox .menuBox .linkUl li {
	margin-left: 0.8rem;
}
#gHeader .hBox .menuBox .linkUl li:first-child {
	margin-left: 0;
}
#gHeader .hBox .menuBox .linkUl li a {
	padding: 0.4rem 1.6rem 0.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 3.8rem;
	background: #0F52BA;
	border-radius: 0.2rem;
	color: #F5F5F5;
	font-weight: 700;
	letter-spacing: 0.096rem;
	text-align: center;
}
@media all and (min-width: 769px) {
	#gNavi li a:hover {
		color: #0F52BA;
	}
	#gHeader .hBox .menuBox .linkUl li a:hover {
		background-color: #93C2D2;
	}
}
@media all and (min-width: 769px) and (max-width: 1200px) {
	#gNavi {
		margin-right: 1.5rem;
	}
	#gNavi li {
		margin-left: 1rem;
	}
}
@media all and (max-width: 768px) {
	#gHeader .hBox {
		padding: 2.5rem 1.6rem;
		display: block;
	}
	#gHeader .menu {
		position: absolute;
		top: 3.6rem;
		right: 3rem;
		height: 2rem;
		width: 2.2rem;
		cursor: pointer;
		z-index: 300;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}	
	#gHeader .menu span {
		background: #0F52BA;
		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 .middle {
		transition: none;
	}
	#gHeader .menu span:nth-of-type(2) {
		top: 0.6rem;
	}	
	#gHeader .menu.on .top {
		transform: translateY(0.3rem) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .middle {
		opacity: 0;
	}
	#gHeader .menu.on .bottom {
		transform: translateY(-0.3rem) translateX(0) rotate(-45deg);
	}
	#gHeader .hBox .menuBox {
		padding-bottom: 12rem;
		position: fixed;
		top: 8rem;
		left: 0;
		width: 100%;
		height: calc(100svh - 8rem);
		overflow: auto;
		z-index: 200;
		border-top: 1px solid #E1E6EB;
		transform: translateX(101%);
		transition: transform 0.3s;
		background: #F5F5F5;
		opacity: 0;
	}
	#gHeader .hBox .menuBox.open {
		transform: translateX(0);
		opacity: 1;
	}
	#gHeader .hBox .menuBox .subInner {
		padding: 3rem 1.6rem 2.3rem;
		display: block;
	}
	#gNavi {
		margin: 0 0 2.9rem;
	}
	#gNavi li {
		margin: 0 0 1.9rem;
		display: block;
		font-size: 1.5rem;
		letter-spacing: 0.09rem;
	}
	#gNavi li:last-child {
		margin-bottom: 0;
	}
	#gNavi li a {
		padding: 1rem 3rem 1rem 0;
		display: block;
		background: url(../img/common/icon05.png) no-repeat right center / 1.6rem;
	}
	#gHeader .hBox .menuBox .linkUl {
		display: block;
	}
	#gHeader .hBox .menuBox .linkUl li {
		margin: 0 0 1.6rem;
		width: auto;
	}
	#gHeader .hBox .menuBox .linkUl li a {
		padding: 0 1.7rem;
		min-height: 5.7rem;
		letter-spacing: 0.09rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 4rem 0 0;
	background: #465055;
}
#gFooter .fBox {
	margin: 0 auto 7.2rem;
	padding: 0 4rem;
	max-width: 124rem;
	box-sizing: content-box;
}
#gFooter .fBox .topTitle {
	margin: 0 -1rem 6.3rem;
	font-size: 5.6rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.336rem;
	background: linear-gradient(90deg, #F5F5F5 38.46%, #ADD0FF 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family:"ten-mincho-antique",sans-serif;
	text-align: center;
}
#gFooter .fBox .inner {
	flex-direction: row-reverse;
}
#gFooter .fBox .lBox {
	width: 20rem;
}
#gFooter .fBox .lBox .fLogo {
	margin-bottom: 1.7rem;
	width: 19.6rem;
}
#gFooter .fBox .lBox .text {
	color: #F5F5F5;
	font-size: 1.4rem;
	line-height: 1.65;
	letter-spacing: 0.084rem;
}
#gFooter .fBox .fNavi {
	margin-top: 0.2rem;
	width: calc(100% - 20rem);
	justify-content: flex-end;
}
#gFooter .fBox .fNavi > li {
	margin-left: 3.1rem;
}
#gFooter .fBox .fNavi > li:first-child {
	margin-left: 0;
}
#gFooter .fBox .fNavi > li > a {
	display: block;
	width: fit-content;
	margin-bottom: 1.2rem;
	color: #AAA;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.084rem;
}
#gFooter .fBox .fNavi > li > a.enText {
	display: block;
	margin-top: -0.1rem;
	font-weight: 300;
	font-family:"neue-frutiger-world",sans-serif;
}
#gFooter .fBox .fNavi > li > a.spec {
	pointer-events: none;
}
#gFooter .fBox .fNavi > li > a:hover {
	opacity: 0.5;
}
#gFooter .fBox .fNavi .subUl li:not(:last-child) {
	margin-bottom: 0.6rem;
}
#gFooter .fBox .fNavi .subUl li a {
	width: fit-content;
	display: block;
	color: #F5F5F5;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.072rem;
	line-height: 1.2;
}
#gFooter .fBox .fNavi .subUl li a:hover {
	opacity: 0.5;
}
#gFooter .bottomBox {
	padding: 1.5rem 0;
	border-top: 1px solid #A0AAAF;
}
#gFooter .bottomBox address,
#gFooter .bottomBox .pLink a {
	color: #AAA;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.084rem;
}
#gFooter .bottomBox address {
	margin-top: 0.3rem;
}
#gFooter .bottomBox .pLink a {
	font-family:"neue-frutiger-world",sans-serif;
}
#gFooter .bottomBox .pLink a:hover {
	opacity: 0.7;
}
#gFooter .bottomBox .linkUl {
	gap: 5.5rem;
	order: 2;
}
#gFooter .linkList {
	margin: 0 auto 7.2rem;
	padding: 0 4rem;
	max-width: 122.4rem;
	box-sizing: content-box;
}
#gFooter .linkList li {
	width: calc((100% - 5.6rem) / 2);
}
#gFooter .linkList li a {
	padding: 0.5rem 3.2rem 0.8rem;
	min-height: 9.4rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #F5F5F5;
	font-family:"ten-mincho-antique",sans-serif;
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: 0.128rem;
	z-index: 1;
}
#gFooter .linkList li a::before {
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
	width: 100%;
	height: 100%;
	border-radius: 0.4rem;
	background: radial-gradient(135.56% 194.24% at 50% 50%, #5D6366 38.64%, #465055 100%);
	content: '';
	z-index: -1;
	transition: width 0.3s,height 0.3s;
}
#gFooter .linkList li a::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 3.2rem;
	width: 4.5rem;
	height: 4.4rem;
	background: url(../img/common/icon04.png) no-repeat left top / 100%;
	content: '';
	transition: background 0.3s;
}
@media all and (min-width: 769px) and (max-width: 1200px) {
	#gFooter .fBox .fNavi > li {
		margin-left: 1.5rem;
	}
	#gFooter .linkList li a {
		font-size: 2.6rem;
	}
	#gFooter .linkList li a::after {
		right: 2rem;
	}
}
@media all and (min-width: 769px) {
	#gFooter .linkList li a:hover::before {
		height: calc(100% + 1.6rem);
		width: calc(100% + 1.6rem);
	}
	#gFooter .linkList li a:hover::after {
		background-image: url(../img/common/icon04_over.png);
	}
}
@media all and (max-width: 768px) {
	#gFooter {
		padding: 2.4rem 0 0;
	}
	#gFooter .fBox {
		margin: 0 auto 3.9rem;
		padding: 0 1.6rem;
		max-width: 48rem;
	}
	#gFooter .fBox .topTitle {
		margin: 0 0 1.7rem;
		font-size: 3.2rem;
		letter-spacing: 0.192rem;
	}
	#gFooter .fBox .inner {
		display: block;
	}
	#gFooter .fBox .lBox {
		width: auto;
	}
	#gFooter .fBox .lBox .fLogo {
		margin: 0 auto 1.6rem;
	}
	#gFooter .fBox .lBox .text {
		font-size: 1.3rem;
		font-weight: 400;
		letter-spacing: 0.078rem;
		text-align: center;
	}
	#gFooter .fBox .fNavi {
		margin: 0 0 2.4rem;
		width: auto;
		display: block;
	}
	#gFooter .fBox .fNavi > li {
		margin: 0;
		padding: 2rem 0;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		border-bottom: 1px solid #A0AAAF;
	}
	#gFooter .fBox .fNavi > li:last-child {
		margin-bottom: 0;
	}
	#gFooter .fBox .fNavi > li > a {
		margin-bottom: 0;
		padding: 0.4rem 0;
		width: fit-content;
		font-size: 1.3rem;
		letter-spacing: 0.078rem;
	}
	#gFooter .fBox .fNavi .subUl {
		margin-bottom: 0;
		padding: 0.6rem 0;
		width: fit-content;
	}
	#gFooter .fBox .fNavi .subUl li:not(:last-child) {
		margin-bottom: 1.7rem;
	}
	#gFooter .fBox .fNavi .subUl li a {
		font-size: 1.1rem;
		letter-spacing: 0.066rem;
	}
	#gFooter .bottomBox {
		padding: 1.2rem 0 1.2rem;
	}
	#gFooter .bottomBox .content {
		display: block;
	}
	#gFooter .bottomBox address,
	#gFooter .bottomBox .pLink a {
		font-size: 1.1rem;
		letter-spacing: 0.066rem;
	}
	#gFooter .bottomBox address {
		margin-top: 1.6rem;
		text-align: center;
	}
	#gFooter .bottomBox .pLink a {
		letter-spacing: 0.096rem;
	}
	#gFooter .bottomBox .linkUl {
		display: block;
	}
	#gFooter .bottomBox .linkUl li {
		margin-bottom: 1.2rem;
		text-align: center;
	}
	#gFooter .bottomBox .linkUl li:last-child {
		margin-bottom: 0;
	}
	#gFooter .linkList {
		margin: 0 0 4rem;
		padding: 0 0 2.3rem;
		max-width: inherit;
		display: block;
		border-bottom: 1px solid #A0AAAF;
	}
	#gFooter .linkList li {
		margin-bottom: 1.6rem;
		width: auto;
	}
	#gFooter .linkList li:last-child {
		margin-bottom: 0;
	}
	#gFooter .linkList li a {
		padding: 0.5rem 1.7rem 0.8rem;
		min-height: 7.2rem;
		font-size: 2rem;
		letter-spacing: 0.08rem;
	}
	#gFooter .linkList li a::after {
		right: 1.6rem;
	}
	#gFooter .fBox .fNavi > li > a.enText {
		margin-top: 0;
	}
}