@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: 1365px) {
	html {
		font-size: calc(1000vw / 1366);
	}
}
@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;
}
textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: #fff;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-top: 12.4rem;
	position: relative;
	text-align: left;
	background-color: #EFF3F4;
	overflow: hidden;
}
#main {
	position: relative;
	background: #fff;
	z-index: 1;
}
#main::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3rem 3rem 0 0;
	background: #EFF3F4;
	content: '';
	z-index: -1;
}
#main a:hover {
	opacity: 0.7;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	#container {
		padding-top: 0;
	}
	#main::before {
		border-radius: 1rem 1rem 0 0;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	height: 12.4rem;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 300;
}
#gHeader .hBox {
	margin: 0 auto;
	padding: 2rem 1.7rem 1.5rem;
	max-width: 128rem;
	position: relative;
}
#gHeader .logo {
	position: absolute;
	left: 1.7rem;
	top: 2rem;
}
#gHeader .logo a {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 0 0.5rem;
	transition: none;
}
#gHeader .logo a .logoImg01 {
	width: 22.7rem;
	display: block;
}
#gHeader .logo a .logoImg02 {
	margin-top: 0.5rem;
	width: 10.2rem;
	display: block;
}
#gNavi {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	align-content: flex-start;
	gap: 2.5rem 4rem;
	font-weight: 600;
}
#gNavi .naviList {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 0 3.9rem;
	order: 1;
}
#gNavi .naviList li a {
	display: block;
	transition: opacity 0.3s;
}
#gNavi .hLinkList {
	margin-top: 0.1rem;
	display: flex;
	gap: 0 4rem;
	font-size: 1.4rem;
}
#gNavi .hBtnList {
	display: flex;
	gap: 2rem;
}
#gNavi .hBtnList li a {
	padding: 0 1.9rem;
	width: 100%;
	height: 100%;
	display: flex;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	border-radius: 5rem;
	border: 0.1rem solid #FF681B;
	background: #FF681B;
	transition: color 0.3s, background 0.3s;
}
#gNavi .hBtnList li a span {
	padding: 0.8rem 0 0.7rem 3rem;
	display: inline-block;
	background: url(../img/common/icon01.png) no-repeat left center / 2.1rem;
	transition: background 0.3s;
}
#gNavi .hBtnList .entry a {
	background: #FF9A1A;
	border-color: #FF9A1A;
}
#gNavi .hBtnList .entry a span {
	padding-left: 3.4rem;
	background-image: url(../img/common/icon02.png);
	background-size: 2.5rem;
}
#gHeader.scroll {
	height: auto;
	border-radius: 0 0 3rem 3rem;
	position: fixed;
}
#gHeader.scroll .hBox {
	padding-bottom: 2rem;
}
#gHeader.scroll .logo {
	top: 1.4rem;
}
#gHeader.scroll .logo a {
	align-items: center;
	flex-direction: column;
}
#gHeader.scroll .logo a .logoImg01 {
	width: 15rem;
}
#gHeader.scroll .logo a .logoImg02 {
	width: 8.5rem;
}
#gHeader.scroll .hLinkList {
	display: none;
}
#gHeader.scroll #gNavi {
	padding-left: 15rem;
	gap: 1rem;
}
#gHeader.scroll #gNavi .naviList {
	width: auto;
	order: initial;
	gap: 0 1rem;
	font-size: 1.3rem;
}
#gHeader.scroll #gNavi .hBtnList {
	gap: 1rem;
}
#gHeader.scroll #gNavi .hBtnList li a {
	padding: 0.5rem 2rem;
	font-size: 1.3rem;
}
#gHeader.scroll #gNavi .hBtnList li a span {
	padding: 0 !important;
	background: none !important;
}
#gNavi .hLinkList a:hover,
#gNavi .naviList li a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#gNavi .hBtnList li a:hover {
		color: #FF681B;
		background-color: #fff;
	}
	#gHeader:not(.scroll) #gNavi .hBtnList li a:hover span {
		background-image: url(../img/common/icon01_over.png);
	}
	#gNavi .hBtnList .entry a:hover {
		color: #FF9A1A;
	}
	#gHeader:not(.scroll) #gNavi .hBtnList .entry a:hover span {
		background-image: url(../img/common/icon02_over.png);
	}
}
@media all and (min-width: 897px) and (max-width: 1365px) {
	#gHeader.scroll .hBox {
		padding-left: 1.245vw;
		padding-right: 1.245vw;
	}
	#gHeader.scroll .logo a .logoImg01 {
		width: 10.981vw;
	}
	#gHeader.scroll .logo a .logoImg02 {
		width: 6.22vw;
	}
	#gHeader.scroll #gNavi {
		padding-left: 10.981vw;
		gap: 0.732vw;
	}
	#gHeader.scroll #gNavi .naviList {
		gap: 0 0.732vw;
		font-size: 0.952vw;
	}
	#gHeader.scroll #gNavi .hBtnList {
		gap: 0.732vw;
	}
	#gHeader.scroll #gNavi .hBtnList li a {
		padding: 0.366vw 1.2vw;
		font-size: max(1rem, 0.952vw);
	}
}
@media all and (min-width: 897px) and (max-width: 999px) {
	#gHeader.scroll #gNavi {
		padding-left: 12vw;
		gap: 1vw;
	}
	#gHeader.scroll #gNavi .naviList {
		gap: 0 0.7vw;
	}
	#gHeader.scroll #gNavi .hBtnList {
		gap: 0.5vw;
	}
	#gHeader.scroll #gNavi .hBtnList li a {
		padding-left: 1.1vw;
		padding-right: 1.1vw;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		position: relative;
		height: auto;
	}
	#gHeader .hBox {
		padding: 0;
		height: 7rem;
	}
	#gHeader .logo {
		left: 1.5rem;
		top: 2.2rem;
		z-index: 500;
	}
	body.fixed #gHeader .logo {
		position: fixed;
	}
	#gHeader .logo a .logoImg01 {
		width: 15.4rem;
	}
	#gHeader .logo a .logoImg02 {
		margin: 0 0 -0.2rem;
		width: 9rem;
	}
	.menu {
		width: 5rem;
		height: 5rem;
		position: fixed;
		right: 1.5rem;
		top: 1rem;
		background: #180173;
		border-radius: 100%;
		z-index: 600;
		cursor: pointer;
	}
	.menu span {
		width: 2.6rem;
		height: 0.2rem;
		position: absolute;
		left: 1.2rem;
		top: 1.2rem;
		border-radius: 0.5rem;
		background: #fff;
		transition: 0.3s;
	}
	.menu span:nth-child(2) {
		top: 2rem;
	}
	.menu span:nth-child(3) {
		top: 2.8rem;
	}
	.menu::after {
		position: absolute;
		left: 50%;
		bottom: 0.8rem;
		color: #fff;
		font-size: 0.7rem;
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0.14em;
		transform: translateX(-50%);
		white-space: nowrap;
		content: 'MENU';
		transition: 0.3s;
	}
	.menu.on span:nth-child(1) {
		transform: translate(0, 1.2rem) rotate(45deg);
	}
	.menu.on span:nth-child(2) {
		opacity: 0;
	}
	.menu.on span:nth-child(3) {
		transform: translate(0, -0.4rem) rotate(-45deg);
	}
	.menu.on::after {
		opacity: 0;
	}
	.menuBox {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(255, 255, 255, 0.9);
		overflow-y: auto;
		z-index: 200;
		display: none;
	}
	#gNavi {
		padding: 7.5rem 1.5rem 3rem;
		display: block;
		border-radius: 0 0 0 10rem;
		background: #EFF3F4;
	}
	#gNavi .naviList {
		margin-bottom: 1.4rem;
		width: auto;
		display: block;
		text-align: right;
	}
	#gNavi .naviList li {
		border-bottom: 0.1rem dashed #D1D1D1;
	}
	#gNavi .naviList li a {
		padding: 1.5rem 2rem 1.4rem;
		font-size: 1.6rem;
	}
	#gNavi .hLinkList {
		margin: 0 2rem 3rem;
		justify-content: flex-end;
		gap: 0 2rem;
	}
	#gNavi .hLinkList li {
		position: relative;
	}
	#gNavi .hLinkList li::after {
		width: 0.1rem;
		height: 80%;
		position: absolute;
		right: -1rem;
		top: 50%;
		background: #D1D1D1;
		transform: translateY(-50%);
		content: '';
	}
	#gNavi .hLinkList li:last-child::after {
		display: none;
	}
	#gNavi .hBtnList {
		margin: 0 2rem;
		flex-direction: column;
		align-items: flex-end;
		gap: 2rem;
	}
	#gNavi .hBtnList li {
		width: 24.8rem !important;
	}
	#gNavi .hBtnList li a {
		padding: 0.5rem 2rem 0.4rem;
		font-size: 1.6rem;
		justify-content: center;
	}
	#gNavi .hBtnList .tel a {
		background: #4C4255;
		border: none;
	}
	#gNavi .hBtnList .tel a span {
		padding-right: 0.4rem;
		background-image: url(../img/common/icon04.png);
		background-size: 1.5rem;
		background-position: left 0.4rem center;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto;
	padding: 4rem 0 5.4rem;
	width: 124.8rem;
	position: relative;
	z-index: 1;
}
#pagePath ul {
	display: flex;
}
#pagePath li {
	display: flex;
	position: relative;
	color: #AAA;
	font-size: 1.2rem;
	font-weight: 700;
}
#pagePath li:not(:last-child):after {
	margin: 0 1rem 0 1.1rem;
	display: inline-block;
	color: #000;
	content: '/';
}
#pagePath li a {
	display: block;
	color: #000;
}
#pagePath li a img {
	width: 1.4rem;
	vertical-align: -0.2rem;
}
#pagePath li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#pagePath {
		margin-bottom: 2.9rem;
		padding: 2rem 0;
		width: auto;
		overflow-x: auto;
	}
	#pagePath ul {
		padding: 0 1.5rem;
		display: flex;
	}
	#pagePath li {
		flex-shrink: 0;
	}
	#pagePath li:not(:last-child):after {
		margin-left: 1rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
	z-index: 1;
}
#gFooter .ctaBox {
	margin: 0 0 9.7rem auto;
	padding: 8.2rem 6rem 7.6rem;
	width: calc(50% + 58.3rem);
	position: relative;
	color: #fff;
	border-radius: 4rem 0 0 4rem;
	background: #434F71;
	z-index: 1;
}
#gFooter .ctaBox::before {
	width: 16.3rem;
	height: 11rem;
	position: absolute;
	right: 2.8rem;
	top: -3rem;
	background: url(../img/common/cta_bg.png) no-repeat center center / 100%;
	content: '';
}
#gFooter .ctaBox .enTxt {
	margin-top: 0.3rem;
	position: absolute;
	left: -3.9rem;
	top: 50%;
	color: #000;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.42em;
	writing-mode: vertical-rl;
	white-space: nowrap;
	text-orientation: upright;
	transform: translateY(-50%);
}
#gFooter .ctaBox .ctaWrap {
	max-width: 111.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 4rem;
}
#gFooter .ctaBox .headLine01 {
	margin-bottom: 6.2rem;
	width: 100%;
}
#gFooter .ctaBox .btn {
	width: 36.6rem;
}
#gFooter .ctaBox .btn a {
	width: fit-content;
	display: block;
	position: relative;
}
#gFooter .ctaBox .btn a img {
	width: 100%;
	transition: 0.3s;
}
#gFooter .ctaBox .entry {
	width: 30rem;
}
#gFooter .ctaBox .tel {
	margin-top: 0.5rem;
	text-align: center;
}
#gFooter .ctaBox .tel img {
	width: 35.6rem;
}
#gFooter .ctaBox a:hover {
	opacity: 0.7;
}
#gFooter .fWrap {
	margin: 0 auto;
	width: 116.6rem;
	position: relative;
}
#gFooter .fLinkBox {
	margin-bottom: 12rem;
	position: relative;
}
#gFooter .fLinkBox .fIllus {
	width: 7.7rem;
	position: absolute;
	left: 7.7rem;
	bottom: 1.9rem;
}
#gFooter .fSnsBox {
	margin-bottom: 10rem;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 8.2rem;
}
#gFooter .fSnsBox .headLine02 {
	margin: 0.4rem 0 0 0.4rem;
}
#gFooter .fSnsBox .fSnsList {
	margin-top: 0.3rem;
	display: flex;
	gap: 4.8rem;
	justify-content: center;
}
#gFooter .fSnsBox .fSnsList li {
	width: 5.2rem;
}
#gFooter .fSnsBox .fSnsList li a {
	display: block;
}
#gFooter .fSnsBox .fSnsList li a:hover {
	opacity: 0.7;
}
#gFooter .fSnsBox .fSnsList li img {
	width: 100%;
}
#gFooter .fBannerList {
	gap: 2rem;
}
#gFooter .fBannerList li {
	width: 17.6rem;
}
#gFooter .fBannerList a {
	display: block;
}
#gFooter .fBannerList a:hover {
	opacity: 0.7;
}
#gFooter .fBannerList img {
	width: 100%;
}
#gFooter .fBox {
	padding: 10rem 0 6.7rem;
	position: relative;
	color: #192134;
	background: #CBE1FD;
}
#gFooter .fBox::before {
	width: 47rem;
	height: auto;
	position: absolute;
	left: 0;
	top: -8rem;
	background: url(../img/common/f_bg.png) no-repeat left bottom / 100%;
	aspect-ratio: 470/81;
	content: '';
}
#gFooter .fBox .fIllus {
	width: 21.3rem;
	position: absolute;
	right: -4rem;
	top: -31.8rem;
}
#gFooter .fNaviBox {
	margin-bottom: 5.7rem;
	display: flex;
	gap: 10.3rem;
}
#gFooter .fNaviBox a:hover {
	opacity: 0.7;
}
#gFooter .fNaviBox .fNaviList01 {
	width: 26rem;
}
#gFooter .fNaviBox .fNaviList02 {
	width: 40rem;
}
#gFooter .fNaviBox .fNaviList03 {
	width: 30rem;
}
#gFooter .fNaviBox dt {
	padding-bottom: 1rem;
	font-weight: 700;
	border-bottom: 0.1rem solid currentColor;
}
#gFooter .fNaviBox dd {
	margin-top: 1.9rem;
	font-size: 1.4rem;
	line-height: 1.714;
}
#gFooter .fNaviBox dd ul {
	display: flex;
	flex-direction: column;
	gap: 0.6rem 0;
}
#gFooter .fNaviBox .fNaviSub02 {
	display: flex;
}
#gFooter .fNaviBox .fNaviSub02 .list01 {
	width: 16.5rem;
}
#gFooter .fBottomBox {
	padding-top: 3rem;
	display: flex;
	align-items: flex-end;
	gap: 2rem;
	border-top: 0.1rem solid #342619;
}
#gFooter .fBottomBox .fLogo {
	margin-bottom: 0.2rem;
	width: 23rem;
}
#gFooter .fBottomBox .address {
	font-size: 1.4rem;
	line-height: 1.572;
}
#gFooter .fBottomBox .copyright {
	margin-left: auto;
	font-size: 1.2rem;
}
@media all and (min-width: 897px) {
	#gFooter .ctaBox .btn a::before {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: url(../img/common/btn_img01_over.png) no-repeat center center;
		background-size: 100%;
		transition: 0.3s;
		opacity: 0;
		content: '';
	}
	#gFooter .ctaBox .entry a::before {
		background-image: url(../img/common/btn_img02_over.png);
	}
	#gFooter .ctaBox .btn a:hover {
		opacity: 1;
	}
	#gFooter .ctaBox .btn a:hover img {
		opacity: 0;
	}
	#gFooter .ctaBox .btn a:hover:before {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	#gFooter .ctaBox {
		margin: 0 0 5rem 2.5rem;
		padding: 4.2rem 3.5rem 4rem;
		width: auto;
		border-radius: 2rem 0 0 2rem;
	}
	#gFooter .ctaBox::before {
		width: 7.3rem;
		height: 5rem;
		right: 1rem;
		top: -2.5rem;
	}
	#gFooter .ctaBox .enTxt {
		margin-top: -0.8rem;
		left: -1.8rem;
		font-size: 1rem;
		letter-spacing: 0.4em;
	}
	#gFooter .ctaBox .ctaWrap {
		flex-direction: column;
		align-items: center;
		flex-wrap: nowrap;
	}
	#gFooter .ctaBox .headLine01 {
		margin-bottom: 2.1rem;
		width: auto;
	}
	#gFooter .ctaBox .headLine01 img {
		height: auto;
		width: 20rem;
	}
	#gFooter .ctaBox .btn {
		margin-bottom: 2rem;
		width: 28rem;
		max-width: 100%;
	}
	#gFooter .ctaBox .entry {
		margin-bottom: 1.5rem;
		width: 28rem;
	}
	#gFooter .ctaBox .tel {
		width: 28rem;
		max-width: 100%;
	}
	#gFooter .ctaBox .tel a {
		display: block;
	}
	#gFooter .ctaBox .tel .fax {
		margin: 1.3rem 0 0;
		display: block;
	}
	#gFooter .ctaBox .tel .fax img {
		width: 17.4rem;
	}
	#gFooter .fWrap {
		margin: 0 1.5rem;
		width: auto;
	}
	#gFooter .fLinkBox {
		margin-bottom: 11.5rem;
	}
	#gFooter .fLinkBox .fIllus {
		width: 4.2rem;
		left: 3.9rem;
		bottom: -6.3rem;
	}
	#gFooter .fSnsBox {
		margin-bottom: 5rem;
		display: block;
	}
	#gFooter .fSnsBox .headLine02 {
		margin: 0 auto 2.9rem;
	}
	#gFooter .fSnsBox .fSnsList {
		margin: 0 0 0 0.5rem;
		gap: 2.8rem;
	}
	#gFooter .fBannerList {
		gap: 1rem 1.2rem;
		justify-content: space-between;
	}
	#gFooter .fBannerList li {
		width: calc(50% - 0.6rem);
	}
	#gFooter .fBox {
		padding: 6.2rem 1rem 7.1rem;
	}
	#gFooter .fBox::before {
		width: 15.2rem;
		top: -2.6rem;
	}
	#gFooter .fBox .fIllus {
		width: 11.4rem;
		right: -1.5rem;
		top: -15.7rem;
	}
	#gFooter .fNaviBox {
		margin-bottom: 3.8rem;
		display: block;
	}
	#gFooter .fNaviBox .fNaviList01 {
		margin-bottom: 3.8rem;
		width: auto;
	}
	#gFooter .fNaviBox .fNaviList02 {
		margin-bottom: 3.8rem;
		width: auto;
	}
	#gFooter .fNaviBox .fNaviList03 {
		width: auto;
	}
	#gFooter .fNaviBox dt {
		padding-bottom: 0.9rem;
		position: relative;
		cursor: pointer;
	}
	#gFooter .fNaviBox dt::after {
		content: '';
		width: 1rem;
		height: 0.6rem;
		position: absolute;
		right: 1rem;
		top: 50%;
		background: url(../img/common/icon09.png) no-repeat center center / 100%;
		transform: translateY(-50%) rotate(180deg);
		margin-top: -0.5rem;
		transition: 0.3s;
	}
	#gFooter .fNaviBox dt.on::after {
		transform: translateY(-50%) rotate(0deg);
	}
	#gFooter .fNaviBox dd {
		display: none;
	}
	#gFooter .fNaviBox dd ul {
		gap: 0.8rem 0;
	}
	#gFooter .fNaviBox .fNaviSub02 {
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 3.6rem 0;
	}
	#gFooter .fNaviBox .fNaviSub02 ul {
		gap: 0.6rem 0;
	}
	#gFooter .fNaviBox .fNaviSub02 .list01 {
		width: 49.5%;
	}
	#gFooter .fNaviBox .fNaviSub02 .list02 {
		width: 49.5%;
	}
	#gFooter .fBottomBox {
		padding-top: 1.9rem;
		display: block;
		border-top: none;
	}
	#gFooter .fBottomBox .fLogo {
		margin-bottom: 1.3rem;
		width: 17.2rem;
	}
	#gFooter .fBottomBox .address {
		margin-bottom: 1.2rem;
		font-size: 1.2rem;
		line-height: 1.8333;
	}
	#gFooter .fBottomBox .copyright {
		margin-left: 0;
		font-size: 1rem;
	}
}

#main .specialBox .title>a {
    text-decoration: underline;
}