@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: "Noto Sans JP", 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: #002828;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #002828;
}
a:hover {
	color: #002828;
}
a:active {
	color: #002828;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1240px;
	color: #002828;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	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;
}
#main {
	margin-top: -8.35rem;
}
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.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		margin-top: -7rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	background-color: transparent;
	transition: .3s;
}
#gHeader.white {
	background-color: #FFF;
}
#gHeader .hBox {
	padding: 1.1rem 3.2rem 1.4rem 3.4rem;
	align-items: center;
}
#gHeader h1 {
	position: relative;
	z-index: 10;
	margin-right: 5.7%;
	width: 64rem;
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 1.4rem;
}
#gHeader h1 a {
	margin-right: 2.5rem;
	display: flex;
	align-items: center;
	color: #2E90E5;
	font-size: 3.9rem;
	letter-spacing: 0.39rem;
}
#gHeader h1 a img {
	margin-left: 1rem;
}
#gHeader .rBox {
	position: relative;
	z-index: 2;
	flex: 1;
	flex-direction: row-reverse;
	justify-content: right;
	align-items: center;
}
#gHeader .rBox .comBtn01 {
	margin: 0;
	width: 15.8rem;
}
#gHeader .rBox .comBtn01 a {
	min-height: 4.8rem;
	font-size: 1.5rem;
}
#gHeader .rBox .comBtn01 a::after {
	background: linear-gradient(83deg, #2E90E5 24.54%, #00CBD5 105.56%);
}
#gHeader .rBox .comBtn01 a::before {
	background: linear-gradient(83deg, #35A1FF 24.54%, #04E9F6 105.56%);
}
#gHeader .rBox .comBtn01 a span {
	padding-left: 0;
	background: none;
}
#gNavi {
	margin-right: 5.6rem;
	padding-bottom: 0.5rem;
}
#gNavi li {
	margin-right: 2.4rem;
}
#gNavi li:last-child {
	margin-right: 0;
}
#gNavi li a {
	font-size: 1.6rem;
	font-weight: 700;
}
#gNavi li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 1.5rem 2rem;
		align-items: center;
	}
	#gHeader h1 {
		margin-right: 0;
		width: 10.6rem;
		display: block;
	}
	#gHeader h1 a {
		margin-right: 0;
		font-size: 2.46rem;
		font-weight: 400;
		letter-spacing: 0.246rem;
	}
	#gHeader h1 a img {
		margin-left: 0.4rem;
	}
	#gHeader .rBox {
		justify-content: right;
		flex-direction: row;
	}
	#gHeader .rBox .comBtn01 {
		margin-right: 0.8rem;
		width: 10.4rem;
	}
	#gHeader .rBox .comBtn01 a {
		min-height: 4rem;
		font-size: 1.2rem;
		border-radius: 2.7rem;
		box-shadow: 0.7px 0.7px 0.57rem 0 rgba(0, 0, 0, 0.10);
	}
	#gHeader .rBox .comBtn01 a::after {
		border-radius: 2.7rem;
		background: linear-gradient(83deg, #2E90E5 34.98%, #00CBD5 93.81%);
	}
	#gNavi {
		padding-bottom: 4.1rem;
	}
	#gNavi ul {
		display: block;
	}
	#gNavi li {
		margin: 0 0 1.7rem;
	}
	#gNavi li:last-child {
		margin: 0;
	}
	#gNavi li a {
		font-size: 1.4rem;
	}
}
@media all and (min-width: 897px) and (max-width: 1480px)  {
	#gHeader .hBox {
		padding: 1.1rem 1.5rem 1.4rem;
	}
	#gHeader h1 {
		margin-right: 1rem;
		width: 60rem;
	}
	#gHeader h1 a {
		font-size: 2.8rem;
	}
	#gNavi {
		margin-right: 1.5rem;
	}
	#gNavi li a {
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	menu
------------------------------------------------------------*/
@media all and (max-width: 896px) {
	.menu {
		height: 4rem;
		width: 4rem;
		position: relative;
		z-index: 10;
		background-color: #F6FAFA;
		border-radius: 50%;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: 1.7rem;
		height: .2rem;
		background-color: #002828;
	}
	.menu span:nth-of-type(1) {
		top: 1.6rem;
	}
	.menu span:nth-of-type(2) {
		top: 2.4rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translate( -50% ,0.3rem) rotate(-32deg);
	}
	.menu.on span:nth-of-type(2) {
		transform: translate(-50% ,-0.5rem) rotate(32deg);
	}
	.menuBox {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 10;
		height: 100%;
		overflow-y: scroll;
		box-sizing: border-box;
	}
	.menuBox .sub {
		padding: 9.1rem 4.8rem 4.8rem;
		background: rgba(255, 255, 255, 0.95);
	}
	.menuBox .link {
		margin-bottom: 3.7rem;
		font-size: 1.2rem;
	}
	.menuBox .comBtn01 {
		margin: 0 !important;
		width: 20.7rem !important;
	}
	.menuBox .comBtn01 a {
		min-height: 4.8rem !important;
		border-radius: 2.58rem;
		box-shadow: 0.65px 0.65px 0.52rem 0 rgba(0, 0, 0, 0.10) !important;
	}
	.menuBox .comBtn01 a::after {
		border-radius: 2.58rem;
		background: linear-gradient(83deg, #2E90E5 34.98%, #00CBD5 93.81%);
	}
	.menuBox .comBtn01 a span {
		padding-left: 2rem !important;
		background: url(../img/common/icon03.webp) no-repeat left center / 1.4rem !important;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 5.6rem 2rem 5.7rem;
	background-color: #002828;
}
#gFooter .hBox {
	margin: 0 auto;
	max-width: 154rem;
	position: relative;
	align-items: center;
}
#gFooter .lBox .fNavi li {
	margin-right: 4rem;
}
#gFooter .lBox .fNavi a {
	font-size: 1.6rem;
	color: #FFF;
}
#gFooter .lBox .fNavi a:hover {
	opacity: 0.7;
}
#gFooter .logoBox {
	align-items: center;
	width: calc(50% + 16.3rem);
}
#gFooter .logoBox .midBox {
	width: 40.2rem;
}
#gFooter .logoBox .midBox p {
	margin-bottom: 1.6rem;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 500;
	color: #FFF;
}
#gFooter .logoBox .imgList {
	align-items: center;
}
#gFooter .logoBox .imgList li {
	width: 18.5rem;
}
#gFooter .logoBox .imgList a {
	display: block;
}
#gFooter address {
	text-align: right;
	font-size: 1.2rem;
	color: #FFF;
}
#gFooter .logoBox a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 7.8rem 2rem 7.6rem;
	}
	#gFooter .hBox {
		display: block;
	}
	#gFooter .lBox .fNavi {
		padding-bottom: 6.2rem;
		text-align: center;
		display: block;
	}
	#gFooter .lBox .fNavi li {
		margin: 0 0 1.3rem;
	}
	#gFooter .lBox .fNavi li:last-child {
		margin-bottom: 0;
	}
	#gFooter .lBox .fNavi a {
		font-size: 1.3rem;
	}
	#gFooter .logoBox {
		display: block;
		width: auto;
	}
	#gFooter .logoBox .midBox {
		width: auto;
	}
	#gFooter .logoBox .midBox p {
		margin-bottom: 2.8rem;
		font-size: 1.1rem;
	}
	#gFooter .logoBox .imgList {
		margin: 0 auto 6rem;
		width: 18.6rem;
		display: block;
	}
	#gFooter .logoBox .imgList li {
		margin-bottom: 2.5rem;
	}
	#gFooter .logoBox .imgList li :last-child {
		margin-bottom: 0;
	}
	#gFooter address {
		text-align: center;
		font-size: 0.9rem;
	}
}