@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: 1439px) {
	html {
		font-size: calc(1000vw / 1440);
	}
}
@media all and (min-width: 376px) and (max-width: 896px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
@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;
}
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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	overflow-y: scroll;
}
#container {
	position: relative;
	text-align: left;
}
#main {
}
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;
	}
	#container {
		padding-top: 5.6rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	padding: 4.2rem 4rem;
}
.comBtn02.fixBtn {
	position: fixed;
	top: 4.2rem;
	right: 13.9rem;
	z-index: 999;
}
#gHeader .logo {
	width: 16.5rem;
	position: relative;
}
#gHeader .logo a {
	display: block;
}
#gHeader .logo .en {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	margin-top: 0.5rem;
	letter-spacing: -0.05em;
}
@media all and (max-width: 896px) {
	#gHeader {
		min-height: 5.6rem;
		padding: 1.7rem 1rem 1rem;
		background-color: #fff;
	}
	#gHeader .logo .en {
		display: inline-block;
		vertical-align: middle;
		margin: -0.4rem 0 0 1rem;
		font-size: 1.2rem;
		letter-spacing: -0.08em;
	}
	#gHeader .logo {
		width: auto;
	}
	#gHeader .logo img {
		width: 14rem;
	}
}

/* menuBtn */
.menuBtn {
	width: 9rem;
	height: 4.5rem;
	background-color: #000;
	cursor: pointer;
	transition: 0.3s;
	position: fixed;
	top: 4.2rem;
	right: 4rem;
	z-index: 999;
	border-radius: 3rem;
}
.menu {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0.8rem;
  	width: 3.5rem;
	z-index: 100;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}
.menu span {
	background: #fff;
	border: none;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 5rem;
	cursor: pointer;
}
.menu span:nth-of-type(2) {
	top: 0.4rem;
	opacity: 0;
}
.menu span:nth-of-type(3) {
	top: 0.7rem;
}
.active .menu .top {
	transform: translateY(0.4rem) translateX(0) rotate(32deg);
	z-index: 10;
}
.active .menu .middle {
	opacity: 0;
}
.active .menu .bottom {
	transform: translateY(-0.4rem) translateX(0) rotate(-32deg);
}
@media all and (min-width: 897px) {
	.menuBtn:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.menuBtn {
		width: 7.2rem;
		height: 3.6rem;
		top: 1rem;
		right: 1rem;
	}
	.menu {
		height: 0.7rem;
  		width: 2.7rem;
	}
	.menu span:nth-of-type(3) {
		top: 0.6rem;
	}
	.active .menu .top {
		transform: translateY(0.3rem) translateX(0) rotate(33deg);
	}
	.active .menu .bottom {
		transform: translateY(-0.3rem) translateX(0) rotate(-33deg);
	}
}


/* menuBox */
.menuBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/common/menu_bg.png") no-repeat center center / cover;
	z-index: 99;
	overflow-y: auto;
	display: none;
}
.menuBox .logo {
	width: 16.5rem;
	position: absolute;
	top: 4.2rem;
	left: 4rem;
}
.menuBox .logo a {
	display: block;
}
.menuBox .logo .en {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	margin-top: 0.5rem;
	letter-spacing: -0.05em;
}
.menuBox .naviList {
	display: flex;
	flex-wrap: wrap;
}
.menuBox .naviList > li {
	padding-left: 5.4rem;
	border-right: 1px solid #EFD360;
}
.menuBox .naviList .link {
	font-size: 2.3rem;
	font-weight: 400;
}
.menuBox .naviList .link + .link {
	margin-top: 4.3rem;
}
.menuBox .naviList .link + ul {
	margin-top: 2.3rem;
}
.menuBox .naviList .link a {
	display: inline-block;
}
.menuBox .naviList ul li {
	font-size: 1.4rem;
	line-height: 1.42;
}
.menuBox .naviList ul li + li {
	margin-top: 2rem;
}
.menuBox .naviList ul a {
	display: inline-block;
}
.menuBox .textImg {
	width: 68rem;
	margin: 14rem -6.7rem 0 auto;
}
.menuBox .innerBox {
	padding: 20.2rem 0 5rem;
}
.menuBox .content {
	max-width: 122.6rem;
}
@media all and (min-width: 897px) {
	.menuBox a:hover {
		opacity: 0.7;
	}
	.menuBox .naviList .item01 {
		width: 18%;
		padding-left: 0;
	}
	.menuBox .naviList .item02 {
		width: 32.2%;
	}
	.menuBox .naviList .item03 {
		width: 23.7%;
	}
	.menuBox .naviList .item04 {
		flex: 1;
		border-right: none;
	}
}
@media all and (max-width: 896px) {
	.menuBox {
		background-image: url("../img/common/menu_bg_sp.png");
	}
	.menuBox .naviList {
		display: block;
	}
	.menuBox .naviList > li {
		padding-left: 0;
		border-right: none;
	}
	.menuBox .naviList > li + li {
		border-top: 1px solid #EFD360;
	}
	.menuBox .naviList .link {
		font-size: 1.9rem;
	}
	.menuBox .naviList .link a {
		padding: 1.8rem 0 1.6rem;
		display: block;
	}
	.menuBox .naviList .link + .link {
		margin-top: 0;
		border-top: 1px solid #EFD360;
	}
	.menuBox .naviList .link + ul {
		margin-top: 0;
	}
	.menuBox .naviList ul li + li {
		margin-top: 2rem;
	}
	.menuBox .naviList ul {
		margin: 0 0 2.9rem 0.2rem;
	}
	.menuBox .textImg {
		width: auto;
		margin: 6.1rem -3rem 0;
		text-align: center;
	}
	.menuBox .textImg img{
		width: 100%;
		max-width: 35.5rem;
	}
	.menuBox .innerBox {
		padding: 5.5rem 3rem 2.5rem;
	}
	.menuBox .content {
		margin: 0;
		max-width: inherit;
	}
	.menuBox .comBtn02 a {
		padding-right: 4rem;
		width: 100%;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 8.1rem 4rem 3rem;
	background: url("../img/common/f_bg.jpg") no-repeat center center / cover;
}
#gFooter .fBox {
	max-width: 136rem;
	margin: 0 auto;
}
#gFooter .fLogo {
	margin: 0.2rem 0.2rem 0;
	width: 19.6rem;
}
#gFooter .fLogo .name {
	margin-top: 1.1rem;
	display: block;
	font-size: 1.8rem;
	font-family: "Arvo", serif;
	font-weight: 400;
	letter-spacing: -0.05em;
}
#gFooter .fNavi {
	width: 44.1rem;
}
#gFooter .fNavi .naviList {
	padding-left: 4.1rem;
	position: relative;
	width: calc(100% - 20rem);
}
#gFooter .fNavi .naviList::before {
	position: absolute;
	left: 0;
	top: 0.2rem;
	bottom: 0.4rem;
	width: 1px;
	background-color: #efd360;
	content: "";
}
#gFooter .fNavi .naviList li:not(:last-child) {
	margin-bottom: 1.45rem;
} 
#gFooter .fNavi .naviList li a {
	display: inline-block;
	font-size: 1.9rem;
	font-family: "Arvo", serif;
	font-weight: 400;
	letter-spacing: -0.01em;
}
#gFooter .fNavi a:hover {
	opacity: 0.7;
}
#gFooter .fLink {
	margin-top: 0.2rem;
	width: 20rem;
}
#gFooter .fLink a {
	padding: 1.3rem 0.5rem 1.5rem 0;
	display: block;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	border-radius: 2.3rem;
	background-color: #000;
}
#gFooter .fLink .ico {
	padding: 0 2.5rem;
	display: inline-block;
	background: url("../img/common/icon01.png") no-repeat right center / 1.4rem;
}
#gFooter .textImg {
	max-width: 84.1rem;
	margin: -11.3rem 0 -1.5rem;
}
#gFooter address {
	font-size: 1.1rem;
	text-align: right;
	font-family: "Arvo", serif;
	font-weight: 400;
	letter-spacing: -0.05em;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 4rem 1rem 2.1rem;
		background-image: url("../img/common/f_bg_sp.jpg");
	}
	#gFooter .topBox {
		margin-bottom: 6.8rem;
	}
	#gFooter .fLogo {
		margin: 0.5rem 0 0;
		width: 13.4rem;
	}
	#gFooter .fLogo .name {
		margin-top: 0.8rem;
		font-size: 1.1rem;
	}
	#gFooter .fNavi {
		width: auto;
	}
	#gFooter .fNavi .naviList {
		display: none;
	}
	#gFooter .fLink {
		margin-top: 0;
	}
	#gFooter .textImg {
		max-width: inherit;
		margin: 0 0 2.8rem;
		text-align: left;
	}
	#gFooter .textImg img {
		width: 100%;
		max-width: 35.5rem;
	}
	#gFooter address {
		text-align: left;
	}
}
/* SP menu logo */
@media all and (max-width: 896px) {
	.menuBox .menuLogo {
		display: block !important;
		width: 12rem;
		top: 1rem;
		left: 1.5rem;
		z-index: 2;
	}
	.menuBox .menuLogo img {
		display: block;
		width: 100%;
		height: auto;
	}
	.menuBox .menuLogo .en {
		margin-top: 0.25rem;
		font-size: 1.05rem;
		line-height: 1;
		letter-spacing: -0.05em;
	}
}


/* corporate site links */
.corpLink a {
    display: block;
    transition: opacity 0.25s ease;
}
.corpLink img {
    display: block;
    width: 100%;
    height: auto;
}
@media all and (min-width: 897px) {
    .corpLink a:hover {
        opacity: 0.7;
    }
    .menuBox .content {
        position: relative;
    }
    .menuBox .menuCorpLink {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 22.1rem;
        z-index: 2;
    }
}
#gFooter .footerCorpLink {
    width: 22.1rem;
    margin: -7rem 0 1.2rem auto;
}
@media all and (max-width: 896px) {
    .menuBox .menuCorpLink {
        width: 16.5rem;
        margin-top: 4rem;
    }
    #gFooter .footerCorpLink {
        width: 16.5rem;
        margin: 0 0 1.8rem auto;
    }
}

/*------------------------------------------------------------
	2026-07 menu / corporate-link responsive refinements
------------------------------------------------------------*/
.menuBox .menuCorpLink a,
#gFooter .footerCorpLink a {
	padding: 2rem 2.5rem;
	border: 2px solid #000;
	box-sizing: border-box;
}

@media all and (min-width: 897px) {
	/* Keep the whole menu composition within the viewport whenever possible. */
	.menuBox {
		overflow-y: auto;
	}
	.menuBox .innerBox {
		height: 100vh;
		height: 100dvh;
		padding: clamp(9.5rem, 18vh, 20.2rem) 4rem clamp(2.5rem, 4.5vh, 5rem);
	}
	.menuBox .content {
		height: 100%;
		max-width: 122.6rem;
		margin: 0 auto;
		position: relative;
	}
	.menuBox .naviList {
		align-items: flex-start;
	}
	.menuBox .textImg {
		position: absolute;
		right: -6.7rem;
		bottom: 0;
		width: clamp(48rem, 47vw, 68rem);
		margin: 0;
	}
	.menuBox .menuCorpLink {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 27.5rem;
		z-index: 2;
	}

	/* The footer meta block starts on the same grid line as the footer menu text. */
	#gFooter .fBox {
		position: relative;
	}
	#gFooter .footerMeta {
		width: 27.5rem;
		margin: -8.5rem 12.5rem 0 auto;
	}
	#gFooter .footerCorpLink {
		width: 100%;
		margin: 0 0 1.2rem;
	}
	#gFooter .footerMeta address {
		text-align: left;
		white-space: nowrap;
	}
}

/* Reduce vertical spacing first on lower desktop windows. */
@media all and (min-width: 897px) and (max-height: 850px) {
	.menuBox .innerBox {
		padding-top: 11.5rem;
		padding-bottom: 2.5rem;
	}
	.menuBox .naviList .link {
		font-size: 2.15rem;
	}
	.menuBox .naviList .link + .link {
		margin-top: 2.8rem;
	}
	.menuBox .naviList .link + ul {
		margin-top: 1.5rem;
	}
	.menuBox .naviList ul li {
		font-size: 1.3rem;
	}
	.menuBox .naviList ul li + li {
		margin-top: 1.2rem;
	}
	.menuBox .textImg {
		width: 56rem;
	}
}

/* Secondary destination lists are the first elements omitted on very low screens. */
@media all and (min-width: 897px) and (max-height: 720px) {
	.menuBox .innerBox {
		padding-top: 9rem;
		padding-bottom: 2rem;
	}
	.menuBox .naviList > li > ul {
		display: none;
	}
	.menuBox .naviList .link {
		font-size: 2.05rem;
	}
	.menuBox .naviList .link + .link {
		margin-top: 2rem;
	}
	.menuBox .textImg {
		width: 50rem;
	}
	.menuBox .menuCorpLink {
		width: 25.5rem;
	}
	.menuBox .menuCorpLink a {
		padding: 1.6rem 2rem;
	}
}

@media all and (min-width: 897px) and (max-height: 600px) {
	.menuBox .innerBox {
		padding-top: 7.5rem;
		padding-bottom: 1.5rem;
	}
	.menuBox .logo {
		top: 2.5rem;
		width: 14.5rem;
	}
	.menuBox .logo .en {
		font-size: 1.35rem;
	}
	.menuBox .naviList .link {
		font-size: 1.9rem;
	}
	.menuBox .naviList .link + .link {
		margin-top: 1.4rem;
	}
	.menuBox .textImg {
		width: 42rem;
	}
	.menuBox .menuCorpLink {
		width: 23rem;
	}
	.menuBox .menuCorpLink a {
		padding: 1.3rem 1.7rem;
	}
}

/* Last-resort simplification for unusually shallow landscape windows. */
@media all and (min-width: 897px) and (max-height: 500px) {
	.menuBox .textImg {
		display: none;
	}
}

@media all and (max-width: 896px) {
	.menuBox .menuCorpLink {
		width: 24rem;
		margin-top: 4rem;
	}
	#gFooter .footerMeta {
		width: 25rem;
		margin: 0;
	}
	#gFooter .footerCorpLink {
		width: 100%;
		margin: 0 0 1.2rem;
	}
	#gFooter .footerMeta address {
		text-align: left;
		font-size: 1rem;
		line-height: 1.45;
	}
}

/*------------------------------------------------------------
	2026-07-23 menu/footer final alignment refinements
------------------------------------------------------------*/
.menuBox .menuCorpLink a,
#gFooter .footerCorpLink a {
	padding: 1.6rem 2rem;
}

@media all and (min-width: 897px) and (max-height: 850px) {
	/* Keep the sitemap visually centered when the vertical viewport is limited. */
	.menuBox .naviList {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		transform: translateY(-50%);
	}
}

@media all and (min-width: 897px) {
	/* Align the bottom of the footer catch-copy image with the copyright line. */
	#gFooter .fBox {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 27.5rem 12.5rem;
		grid-template-areas:
			"top top top"
			"catch meta spacer";
		align-items: end;
	}
	#gFooter .topBox {
		grid-area: top;
	}
	#gFooter .textImg {
		grid-area: catch;
		align-self: end;
		margin: -11.3rem 0 0;
	}
	#gFooter .footerMeta {
		grid-area: meta;
		align-self: end;
		width: 100%;
		margin: -8.5rem 0 0;
	}
}

@media all and (max-width: 896px) {
	#gFooter .fBox {
		display: block;
	}
}

/*------------------------------------------------------------
	2026-07-23 footer banner / low-height menu spacing refinements
------------------------------------------------------------*/
@media all and (min-width: 897px) {
	/* Reduce the corporate-site banner and give it more breathing room below the sitemap. */
	#gFooter .fBox {
		grid-template-columns: minmax(0, 1fr) 24rem 12.5rem;
	}
	#gFooter .textImg {
		margin-top: -7.3rem;
	}
	#gFooter .footerMeta {
		width: 24rem;
		margin-top: -4.5rem;
	}
	#gFooter .footerCorpLink a {
		padding: 1.2rem 1.6rem;
	}
}

@media all and (min-width: 897px) and (max-height: 850px) {
	/* Center the sitemap in the usable area above the lower graphics, not in the full viewport. */
	.menuBox .naviList {
		--menu-bottom-reserve: clamp(22rem, 31vh, 29rem);
		top: calc(7rem + (100% - 7rem - var(--menu-bottom-reserve)) / 2);
	}
}

/*------------------------------------------------------------
	2026-07-23 footer corporate-link grid alignment
------------------------------------------------------------*/
@media all and (min-width: 897px) {
	/* Match the corporate banner/copyright left edge to the footer sitemap text. */
	#gFooter .fBox {
		grid-template-columns: minmax(0, 1fr) 22.5rem 17.5rem;
	}
	#gFooter .footerMeta {
		width: 22.5rem;
	}
}
