@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: 897px) and (max-width: 1320px) {
	html {
		font-size: calc(1000vw / 1320);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Zen Kaku Gothic Antique", 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: #101828;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #101828;
}
a:hover {
	color: #101828;
}
a:active {
	color: #101828;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #101828;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #F3F6F9;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
body.fixed #main,
body.fixed #gFooter {
	filter: blur(10px);
}
#main,
#gFooter {
	transition: filter .3s;
}
#container {
	position: relative;
	overflow: hidden;
	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.4rem;
	}
	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;
	transition: 0.3s;
}
#gHeader.on {
	background: #2B436E;
}
#gHeader .hBox {
	margin: 0 auto;
	padding: 3rem 2rem;
	max-width: 112.8rem;
	box-sizing: content-box;
}
#gHeader .hBox h1 {
	margin-top: 0.1rem;
	width: 32.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#gHeader .hBox h1 a {
	display: block;
	width: 16rem;
}
#gHeader .hBox h1 .text {
	display: block;
	width: calc(100% - 18.4rem);
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.1rem;
}
#gHeader .hBox .menuBox {
	width: calc(100% - 34rem);
}
#gHeader .hBox .menuBox .subBox {
	justify-content: flex-end;
	align-items: center;
}
@media all and (min-width: 897px) {
	#gHeader .hBox .menuBox {
		display: block !important;
	}
}
#gNavi {
	margin-right: 3.2rem;
}
#gNavi li {
	margin-left: 2.8rem;
	display: inline-block;
}
#gNavi li:first-child {
	margin-left: 0;
}
#gNavi li a {
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.07rem;
	font-family: "Zen Old Mincho", serif;
}
#gNavi li a:hover {
	opacity: 0.7;
}
#gHeader .hBox .menuBox .link {
	width: 13.8rem;
}
#gHeader .hBox .menuBox .link a {
	min-height: 6rem;
	color: #FFF;
	font-weight: 700;
	font-size: 1.4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	letter-spacing: 0.1rem;
	background: linear-gradient(180deg, #CAAE71 0%, #A28139 100%);
}
#gHeader .hBox .menuBox .link a:hover {
	opacity: 0.7;
}
/* @media all and (min-width: 897px) and (max-width: 1050px) {
	#gHeader .hBox h1 {
		width: 27rem;
	}
	#gHeader .hBox h1 a {
		padding-top: 0.6rem;
		width: 13rem;
	}
	#gHeader .hBox h1 .text {
		width: calc(100% - 14.5rem);
	}
	#gHeader .hBox .menuBox {
		width: calc(100% - 28rem);
	}
	#gNavi {
		margin-right: 2rem;
	}
	#gNavi li {
		margin-left: 1rem;
	}
	#gHeader .hBox .menuBox .link {
		width: 11rem;
	}
	#gHeader .hBox .menuBox .link a {
		min-height: 4.5rem;
	}
} */
@media all and (max-width: 896px) {
	#gHeader .hBox {
		margin: 0;
		padding: 0.6rem 2.4rem;
		max-width: inherit;
		transition: 0.3s;
	}
	#gHeader .hBox h1 {
		margin-top: 0.9rem;
		width: 25rem;
		position: relative;
		z-index: 400;
		transition: 0.3s;
	}
	#gHeader .hBox h1 a {
		padding-top: 0.3rem;
		width: 12rem;
		transition: 0.3s;
	}
	#gHeader .hBox h1 .text {
		width: calc(100% - 13.6rem);
		font-size: 1.2rem;
		transition: 0.3s;
	}
	#gHeader.on .hBox {
		padding: 1rem 2.4rem;
	}
	#gHeader.on .hBox h1 {
		margin-top: 0;
	}
	#gHeader.on .hBox h1 a {
		padding-top: 0.7rem;
		width: 10rem;
	}
	#gHeader.on .hBox h1 .text {
		width: calc(100% - 11.6rem);
		font-size: 1rem;
		line-height: 1.4;
	}
	#gHeader .menu {
		position: absolute;
		top: 0;
		right: 0;
		height: 4.8rem;
		width: 4.8rem;
		cursor: pointer;
		z-index: 300;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		background: #F3F6F9;
	}	
	#gHeader .menu span {
		background: #112A55;
		border: none;
		height: 1px;
		width: 1.6rem;
		position: absolute;
		top: 2rem;
		left: 1.6rem;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}	
	#gHeader .menu span:nth-of-type(2) {
		top: 2.4rem;
	}	
	#gHeader .menu span:nth-of-type(3) {
		top: 2.8rem;
	}
	#gHeader .menu.on .top {
		transform: translateY(0.4rem) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .middle {
		opacity: 0;
	}
	#gHeader .menu.on .bottom {
		transform: translateY(-0.4rem) translateX(0) rotate(-45deg);
	}
	#gHeader .hBox .menuBox {
		padding: 14.4rem 0 12.8rem;
		position: fixed;
		top: 0;
		left: 0;
		width: calc(100% - 4.8rem);
		height: 100vh;
		max-height: 100vh;
		display: block;
		z-index: 200;
		box-sizing: border-box;
		overflow: auto;
		transform: translateX(-101%);
		transition: .3s;
		background: rgba(16, 24, 40, 0.8);
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	#gHeader .hBox .menuBox.open {
		transform: translateX(0);
	}
	#gHeader .hBox .menuBox .subBox {
		display: block;	
	}
	#gHeader .hBox .cover {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 150;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}
	#gHeader .hBox .cover.on {
		opacity: 1;
		visibility: visible;
		pointer-events: visible;
	}
	#gNavi {
		margin: 0 auto 3.9rem;
		max-width: 12rem;
	}
	#gNavi li {
		margin: 0 0 0.9rem;
		display: block;
	}
	#gNavi li:last-child {
		margin-bottom: 0;
	}
	#gNavi li a {
		padding: 1rem 0;
		display: block;
	}
	#gHeader .hBox .menuBox .link {
		margin: 0 auto;
		width: 12rem;
	}
	#gHeader .hBox .menuBox .link a {
		min-height: 4.8rem;
		letter-spacing: 0.042rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background: #101828;
}
#gFooter .fBox {
	padding: 9.6rem 0 6.4rem;
}
#gFooter .fBox .lBox {
	width: 30rem;
}
#gFooter .fBox .lBox .fLogo {
	margin-bottom: 1.7rem;
	width: 20rem;
}
#gFooter .fBox .lBox .text {
	color: #F3F6F9;
	letter-spacing: 0.08rem;
}
#gFooter .fBox .fNavi {
	width: calc(100% - 38.4rem);
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem;
}
#gFooter .fBox .fNavi > li {
	width: calc((100% - 7.2rem) / 4);
}
#gFooter .fBox .fNavi > li .subBox:not(:last-child) {
	margin-bottom: 4.7rem;
}
#gFooter .fBox .fNavi > li .title {
	margin-bottom: 2.2rem;
	padding-bottom: 0.6rem;
	color: #F3F6F9;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.1rem;
	font-family: "Zen Old Mincho", serif;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#gFooter .fBox .fNavi > li .title a {
	color: #F3F6F9;
}
#gFooter .fBox .fNavi > li .title a:hover {
	opacity: 0.7;
}
#gFooter .fBox .fNavi > li .subUl li:not(:last-child) {
	margin-bottom: 0.6rem;
}
#gFooter .fBox .fNavi > li .subUl li a {
	color: #97A1B4;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.07rem;
}
#gFooter .fBox .fNavi > li .subUl li a:hover {
	opacity: 0.7;
}
#gFooter .bottomBox {
	padding: 2.4rem 0 4.7rem;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#gFooter .bottomBox .lBox .text {
	margin-bottom: 1.6rem;
	color: #F3F6F9;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.042rem;
}
#gFooter .bottomBox .lBox .text a {
	color: #97A1B4;
}
#gFooter .bottomBox .lBox .text.color {
	margin-bottom: 0;
	color: #97A1B4;
}
#gFooter .bottomBox .rBox .pLink {
	margin: -0.2rem 0 6.5rem auto;
	width: fit-content;
}
#gFooter .bottomBox .rBox .pLink a {
	padding-right: 2rem;
	display: inline-block;
	color: #F3F6F9;
	font-size: 1.4rem;
	letter-spacing: 0.14rem;
	background: url(../img/common/icon04.png) no-repeat right center / 0.5rem;
}
#gFooter .bottomBox .rBox .pLink a:hover {
	opacity: 0.7;
}
#gFooter .bottomBox .rBox address {
	color: #99A1AF;
	font-size: 1.2rem;
	letter-spacing: 0.05rem;
}
@media all and (max-width: 896px) {
	#gFooter .fBox {
		padding: 4.8rem 0 6.4rem;
		display: block;
	}
	#gFooter .fBox .lBox {
		margin-bottom: 6.5rem;
		width: auto;
	}
	#gFooter .fBox .lBox .fLogo {
		margin: 0 auto 1.5rem;
		width: 14rem;
	}
	#gFooter .fBox .lBox .text {
		letter-spacing: 0.042rem;
		text-align: center;
	}
	#gFooter .fBox .fNavi {
		width: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 5rem 0;
	}
	#gFooter .fBox .fNavi > li {
		width: calc((100% - 1.6rem) / 2);
	}
	#gFooter .fBox .fNavi > li.style01 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#gFooter .fBox .fNavi > li .subBox {
		margin-bottom: 0 !important;
		width: calc((100% - 1.6rem) / 2);
	}
	#gFooter .fBox .fNavi > li .title {
		margin-bottom: 2.3rem;
		padding-bottom: 0.6rem;
		font-size: 1.4rem;
		letter-spacing: 0.07rem;
	}
	#gFooter .fBox .fNavi > li .subUl li:not(:last-child) {
		margin-bottom: 1.4rem;
	}
	#gFooter .fBox .fNavi > li .subUl li a {
		padding: 0.5rem 0;
		font-size: 1.2rem;
		letter-spacing: 0.06rem;
	}
	#gFooter .bottomBox {
		padding: 2.4rem 0 2.3rem;
		display: block;
	}
	#gFooter .bottomBox .lBox {
		margin-bottom: 2.1rem;
	}
	#gFooter .bottomBox .lBox .text {
		margin-bottom: 2.4rem;
	}
	#gFooter .bottomBox .lBox .text.color {
		font-size: 1.2rem;
		letter-spacing: 0.06rem;
	}
	#gFooter .bottomBox .rBox .pLink {
		margin: 0 auto 6rem;
	}
	#gFooter .bottomBox .rBox address {
		text-align: center;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	padding: 24.9rem 0 0.5rem;
	min-height: 36rem;
	background: #112A55 url(../img/common/page_bg.png) no-repeat bottom right / 30rem;
	box-sizing: border-box;
}
.pageTitle .inner {
	margin: 0 auto;
	max-width: 112.8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.pageTitle .inner .headLine01 {
	width: 50rem;
}
.pageTitle .inner .text {
	padding-bottom: 0.9rem;
	width: calc(100% - 52rem);
	text-align: right;
	color: #FFF;
	font-size: 2.4rem;
	letter-spacing: 0.072rem;
	line-height: 1.6;
}
.pageTitle.style01 {
	padding: 0;
	min-height: inherit;
	height: 100vh;
	position: relative;
	background: none;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.pageTitle.style01 .pageImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pageTitle.style01 .pageImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pageTitle.style01::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 39, 110, 0.70) 0%, rgba(0, 39, 110, 0.30) 30%, rgba(0, 39, 110, 0.00) 80%);
	content: '';
	z-index: 5;
}
.pageTitle.style01 .inner {
	max-width: 144rem;
	width: 100%;
	display: block;
	position: relative;
	z-index: 6;
}
.pageTitle.style01 .inner .headLine02 {
	margin-bottom: 6.5rem;
}
.pageTitle.style01 .inner .headLine02::before {
	top: 2.1rem;
}
.pageTitle.style01 .inner .headLine02::after {
	top: 2rem;
}
.pageTitle.style01 .inner .headLine02 .big {
	margin-top: 2.7rem;
	display: block;
	color: #FFF;
	font-size: 4.8rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
}
.pageTitle.style01 .inner .textArea {
	min-width: 36rem;
	padding:  3.6rem 4.8rem 3.5rem;
	width: fit-content;
	background: #112A55;
}
.pageTitle.style01 .inner .textArea .text {
	width: auto;
	padding: 0;
	text-align: justify;
	font-size: 2rem;
	letter-spacing: 0.06rem;
	line-height: 1.6;
}
@media all and (max-width: 896px) {
	.pageTitle {
		padding: 7rem 1.6rem 1.3rem;
		min-height: 28rem;
		background-size: 20rem;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
	}
	.pageTitle .inner {
		margin: 0;
		max-width: inherit;
		display: block;
	}
	.pageTitle .inner .headLine01 {
		margin-bottom: 2rem;
		width: auto;
	}
	.pageTitle .inner .text {
		padding-bottom: 1rem;
		width: auto;
		text-align: left;
		font-size: 1.6rem;
		letter-spacing: 0.048rem;
	}
	.pageTitle.style01 {
		min-height: 40rem;
	}
	.pageTitle.style01 .inner {
		max-width: inherit;
	}
	.pageTitle.style01 .inner .headLine02 {
		margin-bottom: 3.2rem;
		padding-top: 5.5rem;
		font-size: 2rem;
		letter-spacing: 0.1rem;
	}
	.pageTitle.style01 .inner .headLine02::before {
		top: 0rem;
	}
	.pageTitle.style01 .inner .headLine02::after {
		top: 3.9rem;
	}
	.pageTitle.style01 .inner .headLine02 .big {
		margin-top: 0.6rem;
		font-size: 2.8rem;
	}
	.pageTitle.style01 .inner .textArea {
		min-width: 25.3rem;
		padding:  2.5rem 2.4rem 2.4rem;
	}
	.pageTitle.style01 .inner .textArea .text {
		font-size: 1.6rem;
		letter-spacing: 0.08rem;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath,
.pagePath {
	margin: 0 auto;
	padding: 2.5rem 0;
	max-width: 112.8rem;
}
#pagePath li,
.pagePath li,
#pagePath li a,
.pagePath li a {
	display: inline-block;
	font-size: 1.6rem;
	letter-spacing: 0.08rem;
}
#pagePath li,
.pagePath li {
	margin-right: 1.2rem;
	color: #9C8759;
}
#pagePath li a,
.pagePath li a {
	padding-right: 4rem;
	position: relative;
	color: #2B436E;
}
#pagePath li a:hover,
.pagePath li a:hover {
	opacity: 0.7;
}
#pagePath li a::before,
.pagePath li a::before {
	margin-top: -1px;
	position: absolute;
	top: 50%;
	right: 0;
	width: 2.4rem;
	height: 1px;
	background: #D6D9E1;
	content: '';
}
@media all and (max-width: 896px) {
	#pagePath,
	.pagePath {
		margin: 0;
		padding: 2.3rem 1.6rem;
		max-width: inherit;
	}
	#pagePath li,
	.pagePath li,
	#pagePath li a,
	.pagePath li a {
		font-size: 1.2rem;
		letter-spacing: 0.05rem;
	}
	#pagePath li,
	.pagePath li {
		margin-right: 1.3rem;
		color: #9C8759;
	}
	#pagePath li a,
	.pagePath li a {
		padding-right: 2.7rem;
	}
	#pagePath li a::before,
	.pagePath li a::before {
		width: 1.2rem;
	}
}