@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", sans-serif;
	font-weight: 400;
}
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: inherit;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: inherit;
}
a:hover {
	color: inherit;
}
a:active {
	color: inherit;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
	overflow: clip;
}
#main {
	position: relative;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		display: block !important;
	}
	a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#gHeader .hBox {
	padding: 2.1rem 5.4rem 2rem;
}
#gHeader .hBox h1 a {
	width: 16.1rem;
	display: inline-block;
	opacity: 1 !important;
}
#gNavi {
	display: flex;
	align-items: center;
	gap: 2.9rem;
	text-align: center;
	color: #122C5C;
	font-size: 2rem;
	font-weight: bold;
}
#gNavi .naviList {
	display: flex;
	gap: 2.6rem;
}
#gNavi .naviList li a {
	display: block;
}
#gNavi .naviList li a[href="#"] {
	opacity: 0.6;
	cursor: default;
	pointer-events: none;
}
#gNavi .hBtnList {
	display: flex;
}
#gNavi .hBtnList li {
	width: 12rem;
}
#gNavi .hBtnList li a {
	padding: 1.4rem 0.3rem 1rem;
	width: 100%;
	min-height: 10.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: linear-gradient(90deg, #1191f4 0%, #50b9f2 100%);
}
#gNavi .hBtnList li.item01 a {
	background: linear-gradient(90deg, #0d79c9 0%, #43a4d9 100%);
}
#gNavi .hBtnList li a[href="#"] {
	opacity: 0.3;
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	#gNavi .naviList .subNav {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		display: block;
	}
	#gHeader .hBox {
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #fff;
	}
	#gHeader .hBox h1 {
		padding: 1rem 2.2rem;
	}
	#gHeader .hBox h1 a {
		width: 8rem;
	}
	.menu {
		width: 5.8rem;
		height: 5.3rem;
		display: block;
		position: relative;
		background: linear-gradient(90deg, #0d79c9 0%, #43a4d9 100%);
		cursor: pointer;
		z-index: 300;
		transition: 0.3s;
	}
	.menu span {
		width: 2.4rem;
		height: 0.1rem;
		position: absolute;
		left: 1.7rem;
		top: 1.8rem;
		background: #fff;
		transition: 0.3s;
	}
	.menu span:nth-child(2) {
		top: 2.6rem;
	}
	.menu span:nth-child(3) {
		top: 3.4rem;
	}
	.menu.on {
		background: transparent;
	}
	.menu.on span {
		width: 3.1rem;
		left: 1.4rem;
	}
	.menu.on span:nth-child(1) {
		transform: translate(0, 0.8rem) rotate(45deg);
	}
	.menu.on span:nth-child(2) {
		opacity: 0;
	}
	.menu.on span:nth-child(3) {
		transform: translate(0, -0.8rem) rotate(-45deg);
	}
	.menuBox {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		color: #fff;
		background: linear-gradient(90deg, #0d79c9 0%, #43a4d9 100%);
		overflow-y: auto;
		display: none;
		z-index: 200;
	}
	#gNavi {
		padding: 5.3rem 5.1rem 5.2rem;
		display: block;
		color: #fff;
		text-align: left;
	}
	#gNavi .naviList {
		margin-bottom: 1.6rem;
		flex-direction: column;
		gap: 1.8rem;
	}
	#gNavi .naviList li a {
		font-size: 3rem;
		font-weight: 700;
		font-family: "Noto Sans JP", sans-serif;
		position: relative;
	}
	#gNavi .naviList li .accordion {
		margin-right: -3rem;
	}
	#gNavi .naviList li .accordion::before {
		margin-top: -0.1rem;
		width: 1.5rem;
		height: auto;
		position: absolute;
		right: 0;
		top: 50%;
		border-top: 0.1rem solid #fff;
		box-sizing: border-box;
		content: '';
		transition: 0.3s;
	}
	#gNavi .naviList li .accordion::after {
		width: auto;
		height: 1.5rem;
		position: absolute;
		right: 0.7rem;
		top: 50%;
		border-left: 0.1rem solid #fff;
		box-sizing: border-box;
		content: '';
		transform: translateY(-50%);
		transition: 0.3s;
	}
	#gNavi .naviList li .accordion.on::after {
		display: none;
	}
	#gNavi .naviList .subNav {
		display: none;
	}
	#gNavi .naviList .subList {
		margin: 0.6rem 0 0.3rem 1.9rem;
		display: flex;
		flex-direction: column;
		gap: 0.9rem;
	}
	#gNavi .naviList .subList li a {
		display: block;
		font-size: 1.6rem;
		font-weight: 400;
	}
	#gNavi .hBtnList {
		margin-bottom: 3.9rem;
		flex-direction: column;
		gap: 1.6rem;
	}
	#gNavi .hBtnList li {
		width: 100%;
	}
	#gNavi .hBtnList li a {
		padding: 1.5rem 1rem 1.3rem;
		width: 100%;
		min-height: auto;
		color: #122C5C;
		font-size: 2.1rem;
		font-weight: 700;
		font-family: "Noto Sans JP", sans-serif;
		border-radius: 6rem;
		background: #fff;
		box-shadow: 0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.16);
	}
	#gNavi .hBtnList li.item01 a {
		color: #DCDCDC;
		background: #fff;
	}
	#gNavi .hBtnList li a span {
		padding-right: 2.5rem;
		display: inline-block;
		background: url(../img/common/icon01.png) no-repeat right center / 1.8rem;
	}
	#gNavi .hBtnList li.item01 a span {
		background-image: url(../img/common/icon02.png);
	}
	#gNavi .logo {
		margin: 0 auto 1.9rem;
		width: 22.6rem;
	}
	#gNavi .logo a {
		width: 19.9rem;
		display: inline-block;
	}
	#gNavi .btn {
		width: 22.6rem;
		margin: 0 auto 2.6rem;
	}
	#gNavi .btn a {
		padding: 1.6rem 3rem 1.1rem 2rem;
		display: block;
		font-size: 1.45rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		border: 0.1rem solid #fff;
		background: url(../img/common/icon03.png) no-repeat right 2rem center / 1.8rem;
	}
	#gNavi .linkList {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 1.2rem;
	}
	#gNavi .linkList li a {
		padding-right: 2.3rem;
		width: fit-content;
		display: block;
		font-size: 1.1rem;
		background: url(../img/common/icon04.png) no-repeat right center / 1.1rem;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	position: relative;
}
#pagePath::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	mix-blend-mode: multiply;
	content: '';
}
#pagePath ul {
	margin: 0 auto;
	padding: 1.6rem 2rem 1.4rem;
	width: 120rem;
	max-width: 100%;
	color: #122C5C;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	position: relative;
	z-index: 2;
}
#pagePath li {
	display: inline;
}
@media all and (max-width: 896px) {
	#pagePath ul {
		padding: 0.5rem 3.1rem 0.6rem;
		width: auto !important;
		max-width: initial !important;
		font-size: 0.8rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 4.8rem;
	color: #fff;
	background: linear-gradient(-90deg, #2078d0 0%, #5ab0ef 100%);
	border: 0.1rem solid #707070;
	position: relative;
	z-index: 10;
}
#gFooter .fRecruit {
	margin: -11.1rem auto 3.9rem;
	padding: 3.2rem 12rem 3.2rem 7.9rem;
	width: 140rem;
	max-width: calc(100% - 4rem);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 3.6rem;
	border-radius: 20rem;
	box-shadow: 0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.16);
	background: #005BAB;
}
#gFooter .fRecruit h2 {
	position: relative;
	flex: 1;
	font-size: 3.2rem;
	font-weight: 700;
}
#gFooter .fRecruit h2::before {
	width: 100%;
	height: 0.1rem;
	position: absolute;
	left: 0;
	top: 50%;
	background: #fff;
	box-sizing: border-box;
	content: '';
}
#gFooter .fRecruit h2::after {
	margin: -0.2rem -0.3rem 0 0;
	width: 1.8rem;
	height: 1.8rem;
	position: absolute;
	right: 0;
	top: 50%;
	border-right: 0.1rem solid #fff;
	border-bottom: 0.1rem solid #fff;
	box-sizing: border-box;
	transform: rotate(-45deg) translateY(-50%);
	content: '';
}
#gFooter .fRecruit h2 span {
	padding-right: 2.6rem;
	display: inline-block;
	position: relative;
	background: #005BAB;
	z-index: 1;
}
#gFooter .fRecruit .btnList {
	width: 36rem;
	flex-shrink: 0;
}
#gFooter .fRecruit .btnList li:not(:last-child) {
	margin-bottom: 1.6rem;
}
#gFooter .fRecruit .btnList li a {
	display: block;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
	color: #122C5C;
	border-radius: 5rem;
	background: #fff;
}
#gFooter .fRecruit .btnList li a span {
	padding: 0.3rem 5.5rem 0.5rem 1.2rem;
	display: block;
	background: url(../img/common/icon01.png) no-repeat right 3.7rem center / 2.3rem;
	font-size: 2.2rem;
}
#gFooter .fRecruit .btnList .btn01 a {
	color: #DCDCDC;
}
#gFooter .fRecruit .btnList .btn01 a span {
	background-image: url(../img/common/icon02.png);
}
#gFooter .fRecruit .btnList li a[href="#"] {
	opacity: 0.6;
	cursor: default;
	pointer-events: none;
}
#gFooter .fWrap {
	margin: 0 auto;
	padding: 0 2rem;
	width: 132rem;
	max-width: 100%;
}
#gFooter .fBox {
	margin-bottom: 3.9rem;
	padding-bottom: 3.4rem;
	border-bottom: 0.1rem solid #fff;
}
#gFooter .fInner {
	margin: 0 auto;
	width: 108rem;
	gap: 3rem;
}
#gFooter .fLogoBox {
	margin-top: 1.8rem;
	width: 21.6rem;
}
#gFooter .fLogo {
	margin-bottom: 1.8rem;
}
#gFooter .fLogo a {
	width: 19rem;
	display: inline-block;
	opacity: 1 !important;
}
#gFooter .fBtn a {
	padding: 1.3rem 4rem 1.2rem 1.9rem;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	border: 0.1rem solid #fff;
	background: url(../img/common/icon03.png) no-repeat right 2rem center / 1.7rem;
}
#gFooter .fNaviList {
	gap: 2rem 6rem;
}
#gFooter .fNaviList > li > a {
	width: fit-content;
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2;
}
#gFooter .fNaviList > li > a + a {
	margin-top: 1.9rem;
}
#gFooter .fNaviList .subList {
	margin-top: 0.9rem;
	display: flex;
	flex-direction: column;
	gap: 1.1rem 0;
}
#gFooter .fNaviList .subList li a {
	width: fit-content;
	display: block;
	font-size: 1.2rem;
}
#gFooter .fNaviList a[href="#"] {
	opacity: 0.6;
	cursor: default;
	pointer-events: none;
}
#gFooter .fLinkList {
	gap: 0 3.6rem;
	font-size: 1.2rem;
}
#gFooter .fLinkList li a {
	width: fit-content;
	padding-right: 1.9rem;
	display: block;
	background: url(../img/common/icon04.png) no-repeat right center / 1.2rem;
}
#gFooter .copyright {
	font-size: 1.2rem;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-bottom: 3.6rem;
	}
	#gFooter .fRecruit {
		margin: -7.1rem 3.2rem 3.8rem;
		padding: 2.6rem 3rem 2rem;
		width: auto;
		max-width: initial;
		display: block;
		border-radius: 5rem;
		box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.16);
	}
	#gFooter .fRecruit h2 {
		margin-bottom: 0.9rem;
		font-size: 2.5rem;
		text-align: center;
	}
	#gFooter .fRecruit h2::before {
		width: 0.1rem;
		height: 7rem;
		left: 50%;
		top: -7.8rem;
		background: #5AB0EF;
	}
	#gFooter .fRecruit h2::after {
		margin: 0 -0.5rem 0 0;
		width: 0.9rem;
		height: 0.9rem;
		right: 50%;
		top: -1.8rem;
		border-color: #5AB0EF;
		transform: rotate(45deg);
	}
	#gFooter .fRecruit h2 span {
		padding-right: 0;
		background: transparent;
	}
	#gFooter .fRecruit .btnList {
		width: 24rem;
		margin: 0 auto;
	}
	#gFooter .fRecruit .btnList li:not(:last-child) {
		margin-bottom: 1rem;
	}
	#gFooter .fRecruit .btnList li a {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 2rem;
	}
	#gFooter .fRecruit .btnList li a span {
		padding: 1rem 2.5rem 0.9rem 0;
		width: fit-content;
		background-size: 1.8rem;
		background-position: right center;
		font-size: 1.6rem;
	}
	#gFooter .fWrap {
		padding: 0 3rem;
		width: auto;
		max-width: initial;
	}
	#gFooter .fBox {
		margin-bottom: 3.1rem;
		padding-bottom: 0;
		border-bottom: none;
	}
	#gFooter .fInner {
		width: initial;
		display: block;
	}
	#gFooter .fLogoBox {
		margin-top: 0;
		width: auto;
	}
	#gFooter .fLogo {
		margin-bottom: 1.5rem;
		text-align: center;
	}
	#gFooter .fBtn {
		margin: 0 auto;
		width: 19rem;
	}
	#gFooter .fBtn a {
		padding: 1.2rem 4rem 1.1rem 1.6rem;
		font-size: 1.2rem;
		background-size: 1.5rem;
		background-position: right 1.7rem center;
	}
	#gFooter .fLinkList {
		margin-bottom: 2.6rem;
		gap: 1.3rem 0;
		align-items: center;
		flex-direction: column;
		font-size: 1.2rem;
	}
	#gFooter .fLinkList li a {
		font-size: 1.05rem;
		background-size: 1.1rem;
	}
	#gFooter .copyright {
		padding-top: 2.2rem;
		font-size: 1rem;
		text-align: center;
		border-top: 0.1rem solid #fff;
	}
}