@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 (min-width: 897px) and (max-width: 1380px) {
	html {
		font-size: calc(1000vw / 1380);
	}
}
@media all and (max-width: 896px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", 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.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	overflow-y: scroll;
}
#container {
	text-align: left;
	overflow: clip;
	position: relative;
}
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.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 0 5rem 0 4.4rem;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 8rem;
	z-index: 88;
    background-color: #fff;
}
#gHeader h1 a {
	width: 18.6rem;
	display: block;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 2rem 1.7rem;
		height: 6rem;
		z-index: 999;
	}
	#gHeader h1 {
		position: relative;
		z-index: 1000;
	}
	#gHeader h1 a {
		width: 12.4rem;
	}
	.menu {
		width: 4rem;
		height: 4rem;
		border-radius: 4rem;
		background: #026EE4;
		position: fixed;
		right: 2rem;
		top: 1.2rem;
		cursor: pointer;
		z-index: 1000;
	}
	.menu span {
		width: 2.2rem;
		height: 1px;
		display: block;
		position: absolute;
		left: 50%;
		background-color: #fff;
		transform: translateX(-50%);
		transition: 0.4s;
	}
	.menu span:nth-of-type(1) {
		top: 1.3rem;
	}
	.menu span:nth-of-type(2) {
		top: 2rem;
		transition: 0s;
	}
	.menu span:nth-of-type(3) {
		top: 2.7rem;
	}
	.menu.on span {
		width: 2.6rem;
		top: 50% !important;
	}
	.menu.on span:nth-of-type(1) {
		transform: translate(-50%,-50%) rotate(-35deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		transform: translate(-50%,-50%) rotate(35deg);
	}
}
/* gNavi */
.menuBox {
	flex: 1;
}
#gNavi {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 6.2rem;
}
#gNavi .navUl {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 6rem;
}
#gNavi .navUl li {
	position: relative;
}
#gNavi .navUl a {
	padding-bottom: 0.2rem;
	display: block;
	color: #026EE4;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.05em;
	border-bottom: 1px solid transparent;
}
#gNavi .navUl .subBox {
	padding: 4rem 0 0;
	min-width: 15rem;
	width: max-content;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	opacity: 0;
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	transition: .3s cubic-bezier(.4, .4, 0, 1);
	pointer-events: none;
	user-select: none;
}
#gNavi .navUl .subBox.on {
	opacity: 1;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	pointer-events: all;
	user-select: auto;
}
#gNavi .navUl .subList {
	padding: 1.9rem 1.75rem;
	width: 100%;
	border-radius: 2rem;
	text-align: center;
	border: 1px solid #FFF;
	background: linear-gradient(270deg, rgba(2, 110, 228, 0.50) 0%, rgba(2, 110, 228, 0.90) 50.48%);
}
#gNavi .navUl .subList li + li {
	margin-top: 0.1rem;
}
#gNavi .navUl .subList a {
	padding: 0.5rem;
	display: block;
	color: #FFF;
	text-align: center;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0;
	border: none;
}
#gNavi .linkBox {
	width: fit-content;
	flex-shrink: 0;
}
#gNavi .linkBox a {
	padding: 0.7rem 1rem;
	width: 10.9rem;
	display: block;
	color: #FFF;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.65px;
	text-align: center;
	border-radius: 2rem;
	background: linear-gradient(90deg, #026EE4 0%, #51A7DD 100%);
	box-sizing: border-box;
}
@media all and (min-width: 897px) {
	.menuBox {
		display: block !important;
	}
	#gNavi .navUl a.cur,
	#gNavi .navUl a.on {
		border-color: #026EE4 !important;
	}
	#gNavi .navUl a:hover {
		border-color: #026EE4 !important;
	}
	#gNavi .navUl .subList a:hover {
		opacity: 0.7;
	}
	#gNavi .linkBox a:hover {
		color: #026EE4;
		background: #fff;
		border: 1px solid #026EE4;
	}
}
@media all and (max-width: 896px) {
	.menuBox {
		width: 100%;
		height: 100%;
		position: fixed;
		right: 0;
		top: 0;
		transform: none;
		z-index: 999;
		overflow-y: auto;
		box-sizing: border-box;
		background: #fff;
		opacity: 0;
		user-select: none;
		pointer-events: none;
		transition: .3s cubic-bezier(.4, .4, 0, 1);
	}
    .menuBox .logo {
        width: 12.4rem;
        position: absolute;
        left: 2rem;
        top: 1.7rem;
    }
	.menuBox .logo a {
        display: block;
	}
	.menuBox.on {
		opacity: 1;
		pointer-events: all;
		user-select: auto;
	}
    .menuBox.on #gNavi {
        pointer-events: all;
    }
    #gNavi {
        padding: 8rem 3rem;
        display: block;
        pointer-events: none;
    }
	#gNavi .navUl .subBox {
		opacity: 1;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		pointer-events: all;
		user-select: auto;
        transition: none; 
	}
    #gNavi .navUl .subBox {
        padding: 0;
        width: 100%;
		min-height: inherit;
        position: relative;
        left: auto;
        top: auto;
        transform: none;
		display: none;
    }
    #gNavi .navUl {
        margin-bottom: 3rem;
        width: 100%;
        display: block;
    }
    #gNavi .navUl li {
        width: 100%;
    }
    #gNavi .navUl li + li {
        margin-top: 0.5rem;
    }
    #gNavi .navUl a {
        font-size: 1.4rem;
        width: 100%;
    }
	#gNavi .navUl > li {
		padding: 2rem 0 2.2rem;
		border-bottom: 1px solid #D9D9D9;
	}
    #gNavi .navUl li:has(.subBox) {
        position: relative;
    }
    #gNavi .navUl li:has(.subBox) > a {
        width: calc(100% - 3rem);
    }
    #gNavi .navUl li:has(.subBox)::before,
	#gNavi .navUl li:has(.subBox)::after {
        content: "";
        width: 2rem;
        height: 0.15rem;
        right: 0;
        top: 3rem;
        position: absolute;
        transition: 0.3s;
		background-color: #D9D9D9;
    }
    #gNavi .navUl li:has(.subBox)::after {
        transform: rotate(90deg);
    }
    #gNavi .navUl li:has(.subBox).on::after {
        transform: rotate(180deg);
    }
    #gNavi .linkBox {
        width: 100%;
    }
    #gNavi .linkBox a {
		padding: 1.4rem 1rem;
        margin: 0 auto;
		border-radius: 5rem;
        width: 24.6rem;
        font-size: 1.4rem;
		position: relative;
    }
	#gNavi .linkBox a::after {
		width: 1.1rem;
		height: 1.1rem;
		content: "";
		position: absolute;
		right: 1.9rem;
		top: 50%;
		transform: translateY(-50%);
		background: url(../img/common/arrow01.png) no-repeat center center / 100%;
		z-index: 0;
		transition: 0.3s;
	}
    #gNavi .navUl .subList {
        padding: 1rem 0 0;
        background: none;
    }
    #gNavi .navUl .subList a {
		padding: 0 2rem;
        font-size: 1.1rem;
        color: #026EE4;
        text-align: left;
		position: relative;
    }
	 #gNavi .navUl .subList a::before {
		width: 1.3rem;
		height: 1px;
		content: "";
		position: absolute;
		left: 0;
		top: 0.8rem;
		background-color: #026EE4;
	 }
	#gNavi .navUl .subList li + li {
		margin-top: 0.6rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 27.5rem 0 15.4rem;
	position: relative;
}
#gFooter::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10rem;
	background: url(../img/common/bg02.png) repeat center top / 10rem;
}
#gFooter .fContact {
	margin-bottom: 13.9rem;
	position: relative;
}
#gFooter .fContact .posIcon01 {
	width: 4.1rem;
	position: absolute;
	left: 57px;
	top: -9.6rem;
	z-index: 4;
}
#gFooter .fContact .posIcon02 {
	width: 22.5rem;
	position: absolute;
	right: 5.1rem;
	top: -9.6rem;
	z-index: 4;
}
#gFooter .fContact a {
	padding: 5.8rem 2rem 6.8rem;
	color: #fff;
	position: relative;
	display: block;
	z-index: 3;
	border-radius: 3rem;
	text-align: center;
	border: 1px solid #fff;
	background: url(../img/common/fbg.jpg) no-repeat center center / cover;
}
#gFooter .fContact a::before {
	content: "";
	width: 10rem;
	height: 10rem;
	position: absolute;
	right: 7.2rem;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100%;
	background: #fff url(../img/common/arrow03.png) no-repeat center center / 4.8rem;
	transition: 0.3s;
}
#gFooter .fContact .headLine02 {
	margin-bottom: 4.8rem;
	color: #fff;
	transition: 0.3s;
}
#gFooter .fInner {
	position: relative;
	z-index: 1;
}
#gFooter .fInner .posIco {
	width: 9rem;
	position: absolute;
	right: -2.2rem;
	bottom: -6.3rem;
}
#gFooter .fInner .logo {
	margin-bottom: 2.3rem;
	width: 100%;
}
#gFooter .fInner .logo a {
	display: block;
	width: 24.8rem;
}
#gFooter .fInner .leftBox {
	width: 39.8rem;
}
#gFooter .fInner .comTab {
	width: 60rem;
}
#gFooter .fInner .comTab th,
#gFooter .fInner .comTab td {
	padding: 1.4rem 1.1rem 1rem;
	font-size: 1.4rem;
	line-height: 1.78;
	letter-spacing: 0.05em;
}
#gFooter .fInner .comTab th {
	width: 32.7%;
}
#gFooter .fInner .text {
	margin: 2.5rem 0 4.8rem;
	line-height: 1.562;
}
#gFooter .fInner .fNavi {
	display: flex;
	gap: 1.9rem 4rem;
	margin-right: -2rem;
}
#gFooter .fInner .fNavi > li {
	width: calc(50% - 2rem);
}
#gFooter .fInner .subList > li + li {
	margin-top: 2rem;
}
#gFooter .fInner .fNavi a {
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	display: inline-block;
}
#gFooter .fInner .subNav {
	margin-top: 0.6rem;
}
#gFooter .fInner .subNav li {
	width: 100%;
}
#gFooter .fInner .subNav a {
	padding-left: 1.8rem;
	text-indent: -1.3rem;
}
#gFooter address {
	margin-top: -1.7rem;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	width: 100%;
	text-align: left;
}
@media all and (min-width: 897px) {
	#gFooter .fContact a:hover {
		color: #0298E4;
		background: #fff;
		border: 1px solid #0298E4;
	}
	#gFooter .fContact a:hover .headLine02 {
		color: #0298E4;
	}
	#gFooter .fContact a:hover::before {
		background-color: #0298E4;
		background-image: url(../img/common/arrow04.png);
	}
    #gFooter .fInner .fNavi a:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 18rem 0 6rem;
	}
	#gFooter::after {
		height: 6rem;
	}
	#gFooter .fContact {
		margin-bottom: 10rem;
	}
	#gFooter .fContact a {
		padding: 6.3rem 3.8rem 10rem;
		display: block;
		border: none;
		border-radius: 2rem;
		font-size: 1.4rem;
		text-align: left;
	}
	#gFooter .fContact .headLine02 {
		margin-bottom: 4.1rem;
	}
	#gFooter .fContact p {
		line-height: 2.15;
		text-align: justify;
	}
	#gFooter .fContact a::before {
		width: 5.5rem;
		height: 5.5rem;
		transform: none;
		right: 3.9rem;
		top: auto;
		bottom: 4.6rem;
		background-size: 2.6rem;
	}
	#gFooter .fContact .posIcon02 {
		width: 10rem;
	}
	#gFooter .fInner .subNav {
		margin-top: 0;
	}
	#gFooter .fInner {
        padding-bottom: 4.6rem;
		display: block;
	}
	#gFooter .fInner .leftBox {
        margin-bottom: 6rem;
		width: auto;
	}
	#gFooter .fInner .logo a {
		width: 20.7rem;
	}
	#gFooter .fInner .logo {
		margin-bottom: 4rem;
	}
	#gFooter .fInner .text {
		margin-bottom: 4.9rem;
		line-height: 1.66;
	}
	#gFooter .fInner .fNavi {
		margin-right: 0;
		gap: 2.2rem 0.6rem;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#gFooter .fInner .fNavi > li {
		width: calc(50% - 0.8rem);
	}
	#gFooter .fInner .fNavi a {
		font-size: 1.4rem;
	}
	#gFooter .fInner .subNav a {
		text-indent: -1.5rem;
	}
	#gFooter .fInner .comTab {
        margin-bottom: 4.2rem;
		width: auto;
	}
	#gFooter .fInner .comTab th,
	#gFooter .fInner .comTab td {
        padding: 1.3rem 0;
		font-size: 1.2rem;
        line-height: 1.666;
        letter-spacing: 0;
	}
    #gFooter .fInner .comTab th {
        width: 36%;
    }
    #gFooter .fInner .comTab th {
        padding: 1.5rem 0;
    }
	#gFooter address {
		margin: 0;
        font-size: 1.2rem;
        letter-spacing: 0.05em;
	}
	#gFooter .fInner .posIco {
		width: 6.3rem;
        bottom: -0.7rem;
        right: 0.1rem;
	}
    #gFooter .fContact .posIcon01 {
        width: 2.5rem;
        position: absolute;
        left: 20px;
        top: -5.9rem;
        z-index: 4;
    }
    #gFooter .fContact .posIcon02 {
        width: 11.5rem;
        position: absolute;
        right: 11px;
        top: -5.6rem;
        z-index: 4;
    }
}