@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: 1600px) and (max-width: 1760px) {
	html {
		font-size: 56.25%;
	}
}
@media all and (min-width: 1366px) and (max-width: 1599px) {
	html {
		font-size: 50%;
	}
}
@media all and (min-width: 897px) and (max-width: 1365px) {
	html {
		font-size: calc((1000vw / 1366)*0.8);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Zen Kaku Gothic New", 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: #141516;
	text-decoration: none;
	transition: all 0.3s ease;
}
a:visited {
	color: #141516;
}
a:hover {
	color: #141516;
}
a:active {
	color: #141516;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #141516;
	font-size: 1.8rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
}
body.fixed {
	overflow-y: scroll;
}
html.noScroll {
    -ms-touch-action: none;
    touch-action: none;
    overflow: clip;
}
html.noScroll body {
    -webkit-overflow-scrolling: auto;
}
#container {
	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.5rem;
	}
	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: all 0.3s ease;
}
#gHeader .hBox {
	margin: 0 2.4rem;
	padding-bottom: 2.2rem;
}
#gHeader .hBox .logo {
	width: 37.8rem;
	position: relative;
	z-index: 400;
}
#gHeader .hBox .logo a {
	display: block;
	position: relative;
}
#gHeader .hBox .logo a > img {
	transition: all 0.3s ease;
}
#gHeader .hBox .logo a .on {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
}
#gHeader .hBox .rBox {
	padding: 2.4rem 7.9rem 0 0;
	width: calc(100% - 40rem);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	z-index: 400;
}
#gHeader .hBox .rBox .snsList {
	margin: 0.2rem 3.2rem 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem;
}
#gHeader .hBox .rBox .snsList li a {
	display: block;
	position: relative;
}
#gHeader .hBox .rBox .snsList li a:hover {
	opacity: 0.6;
}
#gHeader .hBox .rBox .snsList li a img {
	height: 2.4rem;
}
#gHeader .hBox .rBox .snsList li a > img {
	transition: all 0.3s ease;
}
#gHeader .hBox .rBox .snsList li a .on {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	transform: 0.3s;
	opacity: 0;
	visibility: hidden;
}
#gHeader .hBox .rBox .entryBox {
	width: 18.5rem;
	position: relative;
}
#gHeader .hBox .rBox .entryBox > a {
	min-height: 5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #141516 url(../img/common/icon01.webp) no-repeat right 1.4rem center / 1.1rem;
	border-radius: 0.4rem;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	font-family: "Instrument Sans", sans-serif;
	letter-spacing: 0.08rem;
	text-align: center;
}
#gHeader .hBox .rBox .entryBox.on > a {
	border-radius: 0.4rem 0.4rem 0 0;
	background-image: url(../img/common/icon01_on.webp);
}
#gHeader .hBox .rBox .entryBox .subList {
	padding-bottom: 1.4rem;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	display: none;
	background: #141516;
	border-radius: 0 0 0.4rem 0.4rem;
}
#gHeader .hBox .rBox .entryBox .subList li:not(:last-child) {
	margin-bottom: 0.5rem;
}
#gHeader .hBox .rBox .entryBox .subList li a {
	padding: 0.3rem 0.5rem;
	display: block;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
}
#gHeader .hBox .rBox .entryBox .subList li a:hover {
	opacity: 0.6;
}
#gHeader .menu {
	position: absolute;
	top: 2.9rem;
	right: 2.5rem;
	height: 4rem;
	width: 4.5rem;
	cursor: pointer;
	z-index: 500;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
@media all and (min-width: 897px) {
	#gHeader .menu:hover {
		opacity: 0.6;
	}
}
#gHeader .menu span {
	background: #FFF;
	border: none;
	height: 0.2rem;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
#gHeader .menu .text {
	top: 2.4rem;
	left: -0.1rem;
	background: transparent;
	height: auto;
	color: #FFF;
	position: relative;
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 0.26rem;
	text-align: center;
	font-family: "Instrument Sans", sans-serif;
}
#gHeader .menu .text .close {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	letter-spacing: 0.091rem;
	opacity: 0;
	visibility: hidden;
}
#gHeader .menu span:nth-of-type(2) {
	top: 0.8rem;
}	
#gHeader .menu span:nth-of-type(3) {
	top: 1.6rem;
}
#gHeader .menu.on span {
	background: #141516;
}
#gHeader .menu.on .text {
	color: #141516;
}
#gHeader .menu.on .text .open {
	opacity: 0;
	visibility: hidden;
}
#gHeader .menu.on .text .close {
	opacity: 1;
	visibility: visible;
}
#gHeader .menu.on .top {
	transform: translateY(0.8rem) translateX(0) rotate(22deg);
}
#gHeader .menu.on .middle {
	opacity: 0;
}
#gHeader .menu.on .bottom {
	transform: translateY(-0.8rem) translateX(0) rotate(-22deg);
}
#gHeader .menuBox {
	padding: 31.8rem 0 12rem;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #FFF;
	overflow: auto;
	z-index: 100;
}
#gHeader .menuBox .inner {
	margin: 0 auto;
	max-width: 160rem;
	padding: 0 2rem;
	box-sizing: content-box;
}
#gHeader .menuBox .inner .linkArea {
	width: calc(100% - 35rem);
	display: flex;
	flex-wrap: wrap;
	gap: 0 7.3rem;
}
#gHeader .menuBox .inner .linkArea .area {
	width: 24.3rem;
}
#gHeader .menuBox .inner .linkArea .area .linkList > li:not(:last-of-type) {
	margin-bottom: 3.6rem;
}
#gHeader .menuBox .inner .linkArea .area .linkList li a:hover {
	opacity: 0.6;
}
#gHeader .menuBox .inner .linkArea .area .linkList > li > a  {
	padding-bottom: 2.2rem;
	position: relative;
	font-weight: 500;
	display: block;
}
#gHeader .menuBox .inner .linkArea .area .linkList > li > a::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 3.2rem;
	height: 1px;
	background: #D9D9D9;
	content: '';
}
#gHeader .menuBox .inner .linkArea .area .linkList > li > a .en {
	margin-bottom: 0.2rem;
	display: block;
	color: #0620A3;
	font-size: 3.1rem;
	font-weight: 600;
	font-family: "Instrument Sans", sans-serif;
	line-height: 1.2;
}
#gHeader .menuBox .inner .linkArea .area .linkList .subUl {
	margin-top: 2.5rem;
}
#gHeader .menuBox .inner .linkArea .area .linkList .subUl li:not(:last-child) {
	margin-bottom: 0.7rem;
}
#gHeader .menuBox .inner .linkArea .area .linkList .subUl li a {
	color: #656668;
	font-size: 1.5rem;
	font-weight: 500;
}
#gHeader .menuBox .inner .linkArea address {
	margin-top: 10.2rem;
	color: #0620A3;
	font-size: 1.2rem;
	font-weight: 500;
}
#gHeader .menuBox .inner .rArea {
	margin-top: 0.2rem;
	width: 33.6rem;
}
#gHeader .menuBox .inner .rArea .outLinkUl li:not(:last-child) {
	margin-bottom: 2.2rem;
}
#gHeader .menuBox .inner .rArea .outLinkUl li a {
	padding: 0.1rem 1.9rem 0.1rem 0;
	color: #0620A3;
	font-size: 1.5rem;
	font-weight: 500;
	border-bottom: 1px solid #0620A3;
	background: url(../img/common/icon03.webp) no-repeat right center / 1.4rem;
}
#gHeader .menuBox .inner .rArea .outLinkUl li a:hover {
	opacity: 0.6;
}
#gHeader.fix {
	background: rgba(255, 255, 255, 0.9);
}
#gHeader.on .hBox .logo a > img,
#gHeader.fix .hBox .logo a > img {
	opacity: 0;
	visibility: hidden;
}
#gHeader.on .hBox .logo a .on,
#gHeader.fix .hBox .logo a .on {
	opacity: 1;
	visibility: visible;
}
#gHeader.on .hBox .rBox .snsList li a > img,
#gHeader.fix .hBox .rBox .snsList li a > img {
	visibility: hidden;
	opacity: 0;
}
#gHeader.on .hBox .rBox .snsList li a .on,
#gHeader.fix .hBox .rBox .snsList li a .on {
	opacity: 1;
	visibility: visible;
}
#gHeader.on .menu span,
#gHeader.fix .menu span {
	background: #141516;
}
#gHeader.on .menu .text,
#gHeader.fix .menu .text {
	color: #141516;
}
@media all and (min-width: 897px) and (max-width: 1300px) {
	#gHeader .menuBox .inner .linkArea {
		gap: 7rem;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		margin: 0;
		padding: 1.4rem 1.8rem;
	}
	#gHeader .hBox .logo {
		width: 16rem;
	}
	#gHeader .hBox .rBox {
		padding: 0.2rem 5rem 0 0;
		width: calc(100% - 16rem);
		z-index: 10;
	}
	#gHeader .hBox .rBox .snsList {
		display: none;
	}
	#gHeader .hBox .rBox .entryBox {
		width: 10.4rem;
	}
	#gHeader .hBox .rBox .entryBox > a {
		min-height: 3.2rem;
		background: #141516 url(../img/common/icon01.webp) no-repeat right 0.9rem center / 0.7rem;
		border-radius: 0.2rem;
		font-size: 1.27rem;
		letter-spacing: 0.051rem;
	}
	#gHeader .hBox .rBox .entryBox > a.on {
		border-radius: 0.2rem 0.2rem 0 0;
		background-image: url(../img/common/icon01_on.webp);
	}
	#gHeader .hBox .rBox .entryBox .subList {
		padding: 0.5rem 0 1.4rem;
		border-radius: 0 0 0.2rem 0.2rem;
	}
	#gHeader .hBox .rBox .entryBox .subList li:not(:last-child) {
		margin-bottom: 0;
	}
	#gHeader .hBox .rBox .entryBox .subList li a {
		padding: 0.5rem 0.5rem;
		font-size: 1.2rem;
	}
	#gHeader .menu {
		top: 2.2rem;
		right: 2rem;
		height: 2.7rem;
		width: 3.1rem;
	}
	#gHeader .menu span {
		height: 1px;
	}
	#gHeader .menu .text {
		top: 1.5rem;
		left: 0;
		font-size: 0.88rem;
		letter-spacing: 0.17rem;
	}
	#gHeader .menu .text .close {
		letter-spacing: 0.053rem;
	}
	#gHeader .menu span:nth-of-type(2) {
		top: 0.5rem;
	}	
	#gHeader .menu span:nth-of-type(3) {
		top: 1rem;
	}
	#gHeader .menu.on span {
		background: #0620A3;
	}
	#gHeader .menu.on .text {
		color: #0620A3;
	}
	#gHeader .menu.on .top {
		transform: translateY(0.5rem) translateX(0) rotate(30deg);
	}
	#gHeader .menu.on .bottom {
		transform: translateY(-0.5rem) translateX(0) rotate(-30deg);
	}
	#gHeader .menuBox {
		padding: 13.1rem 0 12rem;
	}
	#gHeader .menuBox .inner {
		margin: 0;
		max-width: inherit;
		padding: 0 4rem;
		display: block;
	}
	#gHeader .menuBox .inner .linkArea {
		margin-bottom: 5.9rem;
		padding-bottom: 6.1rem;
		width: auto;
		display: block;
		position: relative;
	}
	#gHeader .menuBox .inner .linkArea::before {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 3.2rem;
		height: 1px;
		background: #D9D9D9;
		content: '';
	}
	#gHeader .menuBox .inner .linkArea .area {
		margin-bottom: 5.1rem;
		width: auto;
	}
	#gHeader .menuBox .inner .linkArea .area:last-child {
		margin-bottom: 0;
	}
	#gHeader .menuBox .inner .linkArea .area .linkList > li:not(:last-of-type) {
		margin-bottom: 5.1rem;
	}
	#gHeader .menuBox .inner .linkArea .area .linkList > li > a  {
		padding-bottom: 0;
		font-size: 1.2rem;
		font-weight: 700;
	}
	#gHeader .menuBox .inner .linkArea .area .linkList > li > a::before {
		display: none;
	}
	#gHeader .menuBox .inner .linkArea .area .linkList > li > a .en {
		margin-bottom: 0.3rem;
		font-size: 2.8rem;
	}
	#gHeader .menuBox .inner .linkArea .area .linkList .subUl {
		margin-top: 2.6rem;
		display: flex;
		flex-wrap: wrap;
		gap: 1.5rem 2.4rem;
	}
	#gHeader .menuBox .inner .linkArea .area .linkList .subUl li {
		width: fit-content;
	}
	#gHeader .menuBox .inner .linkArea .area .linkList .subUl li:not(:last-child) {
		margin-bottom: 0;
	}
	#gHeader .menuBox .inner .linkArea .area .linkList .subUl li a {
		color: #0620A3;
		font-size: 1.4rem;
	}
	#gHeader .menuBox .inner .rArea {
		margin-top: 0;
		width: auto;
	}
	#gHeader .menuBox .inner .rArea .outLinkUl {
		margin-bottom: 6.6rem;
	}
	#gHeader .menuBox .inner .rArea .outLinkUl li:not(:last-child) {
		margin-bottom: 2.9rem;
	}
	#gHeader .menuBox .inner .rArea .outLinkUl li a {
		padding: 0.1rem 1.4rem 0.3rem 0;
		font-size: 1.2rem;
		background-size: 1.1rem;
	}
	#gHeader .menuBox .inner .snsList {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 3rem;
	}
	#gHeader .menuBox .inner .snsList li a {
		display: block;
	}
	#gHeader .menuBox .inner .snsList li a img {
		height: 2.4rem;
	}
	#gHeader .menuBox .inner address {
		margin-top: 3.7rem;
		color: #141516;
		font-size: 1rem;
		font-weight: 500;
		text-align: center;
	}
	#gHeader.on .menu span,
	#gHeader.fix .menu span {
		background: #0620A3;
	}
	#gHeader.on .menu .text,
	#gHeader.fix .menu .text {
		color: #0620A3;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 12.1rem 0 11.1rem;
	background: #141516;
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 168rem;
	box-sizing: content-box;	
}
#gFooter .fBox .lBox {
	width: 43rem;
}
#gFooter .fBox .lBox .fLogo {
	margin-bottom: 4.7rem;
	width: 41.8rem;
}
#gFooter .fBox .lBox .link {
	margin-bottom: 8.7rem;
	width: 26.7rem;
}
#gFooter .fBox .lBox .link a {
	padding-top: 0.2rem;
	min-height: 5.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border: 1px solid #737373;
	border-radius: 0.4rem;
	box-sizing: border-box;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 500;
}
#gFooter .fBox .lBox .link a .sub {
	padding: 0.5rem 2.3rem 0.5rem 0;
	transition: all 0.3s ease;
	background: url(../img/common/icon07.webp) no-repeat right center / 1.4rem;
}
#gFooter .fBox .lBox .snsList {
	margin-bottom: 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
}
#gFooter .fBox .lBox .snsList li a {
	display: block;
}
#gFooter .fBox .lBox .snsList li a:hover {
	opacity: 0.6;
}
#gFooter .fBox .lBox .snsList li a img {
	height: 2.4rem;
}
#gFooter .fBox .lBox address {
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 500;
}
#gFooter .fBox .rBox {
	padding-top: 1.9rem;
	width: calc(100% - 44rem);
	justify-content: flex-end;
	gap: 10.8rem;
}
#gFooter .fBox .rBox .linkList {
	display: flex;
	flex-wrap: wrap;
	gap: 3.9rem;
}
#gFooter .fBox .rBox .linkList li a:hover {
	opacity: 0.6;
}
#gFooter .fBox .rBox .linkList > li > a {
	width: fit-content;
	display: block;
	color: #FFF;
	font-weight: 700;
}
#gFooter .fBox .rBox .linkList .subUl {
	margin-top: 1.7rem;
}
#gFooter .fBox .rBox .linkList .subUl li:not(:last-child) {
	margin-bottom: 0.6rem;
}
#gFooter .fBox .rBox .linkList .subUl li a {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 500;
}
#gFooter .fBox .rBox .linkList li.style01 a:not(:last-child) {
	margin-bottom: 2.3rem;
}
#gFooter .fBox .rBox .subBox {
	margin-top: 0.5rem;
	width: 33.6rem;
}
#gFooter .fBox .rBox .subBox .comLinkUl {
	margin-bottom: 8.8rem;
}
#gFooter .fBox .rBox .subBox .comLinkUl li {
	margin-bottom: 1.4rem;
}
#gFooter .fBox .rBox .subBox .comLinkUl li.style01 a {
	min-height: 8rem;
}
#gFooter .fBox .rBox .subBox .pLink {
	margin-left: auto;
	width: fit-content;
}
#gFooter .fBox .rBox .subBox .pLink a {
	padding: 0.5rem 2.4rem 0.5rem 0;
	width: fit-content;
	display: block;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 500;
	background: url(../img/common/icon07.webp) no-repeat right center / 1.4rem;
}
#gFooter .fBox .rBox .subBox .pLink a:hover {
	opacity: 0.6;
}
@media all and (min-width: 897px) and (max-width: 1600px) {
	#gFooter .fBox .rBox {
		gap: 6rem;
	}
}
@media all and (min-width: 897px) {
	#gFooter .fBox .lBox .link a:hover {
		background: #FFF;
		border-color: #FFF;
		color: #141516;
	}
	#gFooter .fBox .lBox .link a:hover .sub {
		background-image: url(../img/common/icon08.webp);
	}
	#gFooter .fBox .rBox .subBox .comLinkUl li a:hover {
		background: #FFF;
	}
	#gFooter .fBox .rBox .subBox .comLinkUl li a:hover .text {
		color: #0080FF;
	}
	#gFooter .fBox .rBox .subBox .comLinkUl li a:hover .comArrow .arrow {
		background-image: url(../img/common/icon09.webp);
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 9.6rem 0 9.4rem;
	}
	#gFooter .fBox {
		margin: 0;
		padding: 0 4rem;
		max-width: inherit;
		display: block;
	}
	#gFooter .fBox .lBox {
		width: auto;
	}
	#gFooter .fBox .lBox .fLogo {
		margin: 0 auto 6.1rem;
		width: 20rem;
	}
	#gFooter .fBox .lBox .link {
		display: none;
	}
	#gFooter .fBox .snsList {
		margin-bottom: 2.9rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 3rem;
	}
	#gFooter .fBox .snsList li a {
		display: block;
	}
	#gFooter .fBox .snsList li a img {
		height: 2.4rem;
	}
	#gFooter .fBox .rBox {
		padding-top: 0;
		width: auto;
		display: block;
	}
	#gFooter .fBox .rBox .linkList {
		margin-bottom: 3.6rem;
		padding-bottom: 3.7rem;
		position: relative;
		display: grid;
		grid-template-areas: "item1 item4"
		"item2 item4"
		"item3 item4";
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		gap: 0;
	}
	#gFooter .fBox .rBox .linkList::before {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 4rem;
		height: 1px;
		background: rgba(255, 255, 255, 0.2);
		content: '';
	}
	#gFooter .fBox .rBox .linkList > li:first-child {
		grid-area: item1;
	}
	#gFooter .fBox .rBox .linkList > li:nth-child(2) {
		grid-area: item2;
	}
	#gFooter .fBox .rBox .linkList > li:nth-child(3) {
		grid-area: item3;
	}
	#gFooter .fBox .rBox .linkList > li:nth-child(4) {
		grid-area: item4;
	}
	#gFooter .fBox .rBox .linkList > li > a {
		font-size: 1.4rem;
		font-weight: 500;
	}
	#gFooter .fBox .rBox .linkList .subUl {
		display: none;
	}
	#gFooter .fBox .rBox .linkList li.style01 a:not(:last-child) {
		margin-bottom: 1.7rem;
	}
	#gFooter .fBox .rBox .subBox {
		margin-top: 0;
		width: auto;
	}
	#gFooter .fBox .rBox .subBox .outLinkUl {
		margin-bottom: 6.4rem;
	}
	#gFooter .fBox .rBox .subBox .outLinkUl li:not(:last-child) {
		margin-bottom: 1.2rem;
	}
	#gFooter .fBox .rBox .subBox .outLinkUl li a {
		padding: 0.1rem 1.4rem 0.2rem 0;
		width: fit-content;
		display: block;
		color: #FFF;
		font-size: 1.2rem;
		font-weight: 500;
		border-bottom: 1px solid #FFF;
		background: url(../img/common/icon07.webp) no-repeat right center / 1.1rem;
	}
	#gFooter .fBox .rBox .subBox .comLinkUl {
		margin-bottom: 6.4rem;
	}
	#gFooter .fBox .rBox .subBox .comLinkUl li {
		margin-bottom: 0.8rem;
	}
	#gFooter .fBox .rBox .subBox .comLinkUl li.style01 a {
		min-height: 6.4rem;
	}
	#gFooter address {
		color: #FFF;
		font-size: 1rem;
		font-weight: 500;
		text-align: center;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	padding: 20.4rem 0 0;
	min-height: 67.6rem;
	background: url(../img/common/page_title_bg.webp) no-repeat center center / cover;
}
.pageTitle .inner {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 160rem;
	box-sizing: content-box;
}
@media all and (max-width: 896px) {
	.pageTitle {
		padding: 12.8rem 0 0;
		min-height: 34.3rem;
		background-image: url(../img/common/page_title_bg_sp.webp);
	}
	.pageTitle .inner {
		margin: 0 4rem;
		padding: 0;
		max-width: inherit;
	}
	.pageTitle .inner .headLine01 {
		margin-right: -2rem;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin-top: -1.3rem;
	text-align: right;
}
#pagePath li,
#pagePath li a {
	color: #FFF;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 500;
}
#pagePath li {
	margin-left: 1rem;
}
#pagePath li a {
	padding-right: 2.6rem;
	position: relative;
	color: rgba(255, 255, 255, 0.6);
}
#pagePath li a::before {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	background: #FFF;
	content: '';
}
@media all and (min-width: 897px) {
	#pagePath li a:hover {
		color: #FFF;
	}
}
@media all and (max-width: 896px) {
	#pagePath {
		margin: 4.7rem 0.1rem 0 0;
		text-align: right;
	}
	#pagePath li,
	#pagePath li a {
		font-size: 1.1rem;
	}
	#pagePath li {
		margin-left: 0.4rem;
	}
	#pagePath li a {
		padding-right: 1.5rem;
	}
	#pagePath li a::before {
		width: 0.6rem;
		height: 0.6rem;
	}
}