@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: #231815;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #231815;
}
a:hover {
	color: #231815;
}
a:active {
	color: #231815;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #231815;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.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;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.6rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
	z-index: 999;
}
#gHeader .lBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#gHeader .lBox .logo {
	margin: -0.8rem 2.5rem 0 0;
	width: 13.2rem;
}
#gHeader h1 {
	padding-top: 0.2rem;
	width: 27.5rem;
}
#gHeader .hBox {
	padding: 1rem 1.5rem 1.1rem 0.8rem;
}
#gHeader .rBox {
	width: calc(100% - 47rem);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
#gHeader .rBox .link {
	margin-top: 0.6rem;
	width: 15.7rem;
}
#gHeader .rBox .link a {
	padding: 0 1.4rem 0.1rem 0;
	min-height: 4.1rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 1.68rem;
	font-weight: 700;
	text-align: center;
	background: #0082B3;
	border-radius: 2rem;
}
#gHeader .rBox .link.style01 {
	margin-left: 0.7rem;
}
#gHeader .rBox .link.style01 a {
	background: #F5A73B;
}
#gHeader .rBox .link a .ico {
	margin-top: 0.3rem;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.8rem;
	width: 2rem;
}
#gHeader .rBox .link a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#gHeader .rBox {
		display: flex !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader .menu {
		position: absolute;
		top: 1.7rem;
		right: 2rem;
		height: 2rem;
		width: 2.5rem;
		cursor: pointer;
		z-index: 400;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}	
	#gHeader .menu span {
		background: #231815;
		border: none;
		height: 1px;
		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: 0.7rem;
	}	
	#gHeader .menu span:nth-of-type(3) {
		top: 1.4rem;
	}
	#gHeader .menu.on .top {
		transform: translateY(0.7rem) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .middle {
		opacity: 0;
	}
	#gHeader .menu.on .bottom {
		transform: translateY(-0.7rem) translateX(0) rotate(-45deg);
	}
	#gHeader .lBox {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#gHeader .lBox .logo {
		margin: 0 0.5rem 0 0;
		width: 10rem;
		position: relative;
		z-index: 400;
	}
	#gHeader h1 {
		margin-top: 0.2rem;
		width: 18.1rem;
		position: relative;
		z-index: 400;
	}
	#gHeader .hBox {
		padding: 0 2rem 0 0;
	}
	#gHeader .rBox {
		padding-bottom: 12rem;
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		overflow: auto;
		box-sizing: border-box;
		z-index: 300;
		background-color: #FFF;
	}
	#gHeader .rBox .link {
		padding: 0 2rem;
		box-sizing: content-box;
	}
	#gHeader .rBox .link.style01 {
		margin: 1rem 0 0;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin: 0 0.6rem 0 0;
	text-align: right;
}
#gNavi li {
	display: inline-block;
}
#gNavi li a {
	padding: 0 0.9rem;
	font-size: 1.6rem;
	position: relative;
	font-weight: 500;
}
#gNavi li a:hover {
	opacity: 0.7;
}
#gNavi li a:focus {
	color: #0E80A8;
}
#gNavi li a::before {
	position: absolute;
	top: -0.2rem;
	left: 0;
	bottom: -0.2rem;
	width: 0.2rem;
	background-color: #DCDDDD;
	content: '';
}
@media all and (max-width: 896px) {
	#gNavi {
		margin: 0;
		padding: 7rem 2rem 3rem;
		text-align: left;
	}
	#gNavi li {
		display: block;
	}
	#gNavi li a {
		display: block;
		padding: 1rem 1.7rem;
		border-bottom: 1px solid #DCDDDD;
	}
	#gNavi li a::before {
		display: none;
	}
}
@media all and (min-width: 897px) and (max-width: 1399px) {
	#gHeader h1 {
		width: 24rem;
	}
	#gHeader .rBox {
		width: calc(100% - 41rem);
	}
	#gNavi li a {
		padding: 0 0.6rem;
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 5.6rem 0 2.7rem;
	background: linear-gradient(0deg, rgba(0, 130, 179, 1) 0%, rgba(7, 136, 177, 1) 21.63%, rgba(28, 153, 172, 1) 54.19%, rgba(62, 180, 164, 1) 93.46%, rgba(68, 185, 162, 1) 100%);
}
#gFooter .fBox .linkUl {
	margin-bottom: 6.4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 3rem;
}
#gFooter .fBox .linkUl li {
	height: 9.3rem;
}
#gFooter .fBox .linkUl li img {
	height: 100%;
}
#gFooter .fBox .linkUl li a:hover {
	opacity: 0.7;
}
#gFooter .fBox .inner {
	margin-bottom: 4rem;
}
#gFooter .fBox .inner .fLogo {
	margin: -0.4rem 2.2rem 0 0;
	padding-right: 1.5rem;
	width: 14.4rem;
	position: relative;
	box-sizing: content-box;
}
#gFooter .fBox .inner .fLogo::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0.8rem;
	width: 1px;
	background-color: #FFF;
	content: '';
}
#gFooter .fBox .inner .rBox .title {
	margin-bottom: 0.1rem;
	color: #FFF;
	font-size: 2rem;
	font-weight: 500;
}
#gFooter .fBox .inner .rBox .text {
	color: #FFF;
	font-size: 1.6rem;
}
#gFooter .fBox .inner .rBox .text a {
	color: #FFF;
}
#gFooter .fBox .inner .rBox .text .sub {
	margin-left: 2rem;
}
#gFooter .fBox .inner .rBox .text .sub .tag {
	margin-right: 0.6rem;
	padding: 0 0.6rem 0 0.3rem;
	display: inline-block;
	border: 1px solid #FFF;
	line-height: 1.2;
	font-size: 1.4rem;
}
#gFooter .fBox .pLink {
	text-align: center;
}
#gFooter .fBox .pLink a {
	color: #FFF;
	font-size: 1.6rem;
	text-decoration: underline;
}
#gFooter .fBox .pLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 4rem 2rem 2rem;
	}
	#gFooter .fBox .linkUl {
		display: block;
	}
	#gFooter .fBox .linkUl li {
		margin: 0 auto 2rem;
		max-width: 24rem;
		height: inherit;
	}
	#gFooter .fBox .linkUl li a {
		display: block;
	}
	#gFooter .fBox .linkUl li img {
		height: inherit;
	}
	#gFooter .fBox .inner {
		margin-bottom: 2rem;
		display: block;
	}
	#gFooter .fBox .inner .fLogo {
		margin: 0 auto 2rem;
		padding-right: 0;
		width: 14.4rem;
	}
	#gFooter .fBox .inner .fLogo::before {
		display: none;
	}
	#gFooter .fBox .inner .rBox {
		margin: 0 auto;
		max-width: 33.5rem;
	}
	#gFooter .fBox .inner .rBox .title {
		margin-bottom: 0.5rem;
		font-size: 1.6rem;
	}
	#gFooter .fBox .inner .rBox .text {
		font-size: 1.4rem;
	}
	#gFooter .fBox .inner .rBox .text .telArea {
		margin-top: 0;
		display: block;
	}
	#gFooter .fBox .inner .rBox .text .sub {
		margin: 0.5rem 0 0;
		display: block;
	}
	#gFooter .fBox .inner .rBox .text .sub .tag {
		font-size: 1.2rem;
	}
	#gFooter .fBox .pLink a {
		font-size: 1.4rem;
	}
}