@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: 389px) {
	html {
		font-size: calc(1000vw / 390);
	}
}
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: 128rem;
	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;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
a.noLink {
	pointer-events: none !important;
	cursor: default !important;
}
@media all and (min-width: 897px) {
	body.fixed {
		overflow-y: scroll;
	}
	.sp {
		display: none !important;
	}
}
@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 {
	position: relative;
	z-index: 200;
}
#gHeader .hBox {
	padding: 2.5rem 13rem 2.5rem 4.9rem;
	width: 100%;
	min-height: 10rem;
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	transition: background 0.3s;
	z-index: 1000;
}
#gHeader .hBox h1 {
	display: flex;
	align-items: center;
}
#gHeader .hBox h1 a {
	display: inline-block;
	position: relative;
}
#gHeader .hBox h1 img {
	width: 25.9rem;
}
#gHeader .hBox h1 .black {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0 !important;
}
#gHeader .hBox h1 .txt {
	margin-left: 2.8rem;
	padding: 0.6rem 0 0.6rem 3rem;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	border-left: 0.1rem solid currentColor;
}
#gHeader .hLinkList {
	display: flex;
	gap: 1rem;
}
#gHeader .hLinkList li {
	width: 12rem;
}
#gHeader .hLinkList li a {
	padding: 0.8rem 1rem 0.7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1.1;
	letter-spacing: 0.15em;
	border-radius: 5rem;
	border: 0.1rem solid currentColor;
}
#gHeader .hLinkList li a .en {
	display: block;
	font-size: 1.2rem;
}
#gHeader.scroll .hBox {
	color: #D80C18;
	background: #fff;
}
#gHeader.scroll .hBox h1 {
	color: #000;
}
#gHeader.scroll .hBox h1 .white {
	opacity: 0 !important;
}
#gHeader.scroll .hBox h1 .black {
	opacity: 1 !important;
}
.menu {
	width: 6rem;
	position: fixed;
	top: 2rem;
	right: 5rem;
	background: #D80C18;
	border-radius: 100%;
	aspect-ratio: 1;
	cursor: pointer;
	transition: opacity 0.3s;
	z-index: 1200;
}
.menu:hover {
	opacity: 0.7;
}
.menu span {
	width: 2rem;
	height: auto;
	border-top: 0.1rem solid #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: border-box;
	transition: 0.3s;
}
.menu span:nth-child(1) {
	top: calc(50% - 1rem);
}
.menu span:nth-child(3) {
	top: calc(50% + 1rem);
}
.menu.on span:nth-child(1) {
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.menu.on span:nth-child(2) {
	opacity: 0;
}
.menu.on span:nth-child(3) {
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.menuBox {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	overflow-y: auto;
	z-index: 1100;
	display: none;
}
.menuBox .menuWrap {
	margin: 0 auto;
	padding: 12rem 0 8rem;
	width: 110rem;
	max-width: 95%;
	display: flex;
	justify-content: space-between;
	gap: 3rem;
}
.menuBox .logoBox {
	padding-right: 3rem;
	width: 31.85%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-right: 0.1rem solid rgba(204, 204, 204, 0.50);
}
.menuBox .logoBox .logo {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.menuBox .logoBox .logo a {
	display: inline-block;
	vertical-align: top;
}
.menuBox .logoBox .logo img {
	width: 28rem;
}
.menuBox .logoBox .logo .txt {
	margin-top: 5.7rem;
	position: relative;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.15em;
}
.menuBox .logoBox .logo .txt::before {
	width: 3rem;
	height: 0.1rem;
	position: absolute;
	left: 0;
	top: -2.8rem;
	background: rgba(204, 204, 204, 0.50);
	content: '';
}
.menuBox .logoBox .btn a {
	padding: 0.5rem 4rem 0.5rem 1.9rem;
	width: 19.1rem;
	max-width: 100%;
	min-height: 4rem;
	display: flex;
	align-items: center;
	font-size: 1.3rem;
	border-radius: 4rem;
	border: 0.1rem solid #000;
	background: url(../img/common/icon02.png) no-repeat right 1.9rem center / 1.4rem;
}
#gNavi {
	margin-top: -0.9rem;
	padding-bottom: 2.4rem;
	width: 68rem;
	display: flex;
}
#gNavi .naviList01 {
	width: 35.7%;
	padding-right: 1rem;
}
#gNavi .naviList02 {
	width: 35.7%;
	padding-right: 1rem;
}
#gNavi .naviList03 {
	margin-left: auto;
	width: auto;
	max-width: 16rem;
	flex: 1;
}
#gNavi .naviList li {
	margin-bottom: 3.9rem;
}
#gNavi .naviList li:last-child {
	margin-bottom: 0 !important;
}
#gNavi .naviList li a {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
}
#gNavi .naviList li a .en {
	flex-basis: 100%;
	color: #D80C18;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.15em;
}
#gNavi .naviList li a .ja {
	position: relative;
	color: #1E1E1E;
	font-size: 1.6rem;
	font-weight: 500;
}
#gNavi .naviList li a .arrow {
	width: 1.4rem;
	height: 0.8rem;
	position: absolute;
	right: -2.3rem;
	bottom: 0.7rem;
	background: url(../img/common/icon01.png) no-repeat center center / 100%;
	transition: 0.3s;
}
#gNavi .naviList li .subNav {
	padding: 2.5rem 0 1.6rem;
	font-size: 1.3rem;
	line-height: 1.16;
}
#gNavi .naviList li .subNav li {
	margin-bottom: 2.4rem;
}
#gNavi .naviList li .subNav li a {
	padding-left: 1.3rem;
	position: relative;
	display: inline-block;
}
#gNavi .naviList li .subNav li a::before {
	width: 0.5rem;
	height: 0.1rem;
	position: absolute;
	left: 0;
	top: 0.8rem;
	background: currentColor;
	content: '';
}
@media all and (min-width: 897px) {
	#gHeader .hLinkList li a:hover {
		color: #000;
		background-color: #fff;
		border-color: #fff;
	}
	#gHeader.scroll .hLinkList li a:hover {
		color: #fff;
		background-color: #D80C18;
		border-color: #D80C18;
	}
	#gNavi .naviList li a:hover .arrow {
		transform: translateX(1rem);
	}
	#gNavi .naviList li .subNav li a:hover {
		text-decoration: underline;
	}
	.menuBox::-webkit-scrollbar {
		display: none;
	}
	.menuBox .logoBox .btn a:hover {
		color: #fff;
		background-color: #000;
		background-image: url(../img/common/icon03.png);
	}
}
@media all and (min-width: 897px) and (max-width: 1425px) {
	.menuBox .comLinkBox .enTxt img {
		height: 2.526vw;
	}
}
@media all and (min-width: 897px) and (max-width: 1279px) {
	#gHeader .hBox {
		padding-left: 3.828vw;
	}
	#gHeader .hBox h1 img {
		width: 20.234vw;
	}
	#gHeader .hBox h1 .txt {
		margin-left: 2.188vw;
		padding: 0.469vw 0 0.469vw 2.344vw;
		font-size: 0.938vw;
	}
	#gHeader .hLinkList {
		gap: 0.781vw;
	}
	#gHeader .hLinkList li {
		width: 9.375vw;
	}
	#gHeader .hLinkList li a {
		padding: 0.625vw 0.781vw 0.547vw;
		font-size: 0.703vw;
	}
	#gHeader .hLinkList li a .en {
		font-size: 0.938vw;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 1.3rem 1rem;
		min-height: initial;
	}
	#gHeader .hBox h1 img {
		width: 5.1rem;
	}
	#gHeader .hBox h1 .txt {
		margin-left: 2rem;
		padding: 0.2rem 0 0 1.9rem;
		font-size: 0.85rem;
	}
	#gHeader .hBox h1 .txt .h1_imgtext {
		margin-bottom: 0.3rem;
		width: 10.9rem;
		position: relative;
		display: block;
	}
	#gHeader .hBox h1 .txt .h1_imgtext img {
		width: 100%;
	}
	.menu {
		width: 4rem;
		top: 1rem;
		right: 1rem;
	}
	.menu:hover {
		opacity: 1;
	}
	.menu span {
		width: 1.3rem;
	}
	.menu span:nth-child(1) {
		top: calc(50% - 0.7rem);
	}
	.menu span:nth-child(3) {
		top: calc(50% + 0.7rem);
	}
	.menu.on span:nth-child(1) {
		top: 50%;
	}
	.menu.on span:nth-child(3) {
		top: 50%;
	}
	.menuBox .menuWrap {
		padding: 7rem 3rem 4rem;
		width: auto;
		max-width: initial;
		display: block;
	}
	.menuBox .logoBox {
		padding: 4rem 2rem 4rem;
		width: auto;
		display: block;
		border-right: none;
	}
	.menuBox .logoBox .logo {
		margin-bottom: 2.6rem;
		display: block;
		text-align: center;
	}
	.menuBox .logoBox .logo img {
		width: 22.4rem;
	}
	.menuBox .logoBox .logo .txt {
		margin: 4.6rem auto 0;
		display: block;
		width: fit-content;
		font-size: 0.96rem;
	}
	.menuBox .logoBox .logo .txt::before {
		width: 2.4rem;
		left: 50%;
		top: -2.4rem;
		transform: translateX(-50%);
	}
	.menuBox .logoBox .btn a {
		margin: 0 auto;
		padding: 0.5rem 3rem 0.5rem 1.3rem;
		width: 13.4rem;
		min-height: 2.8rem;
		font-size: 0.9rem;
		background-size: 1rem;
		background-position: right 1.3rem center;
	}
	#gNavi {
		margin-top: 0;
		padding-bottom: 0;
		width: auto;
		display: block;
	}
	#gNavi .naviList01 {
		width: auto;
		padding-right: 0;
	}
	#gNavi .naviList02 {
		width: auto;
		padding-right: 0;
	}
	#gNavi .naviList03 {
		margin-left: 0;
		max-width: initial;
		border-bottom: 0.1rem solid rgba(204, 204, 204, 0.50);
	}
	#gNavi .naviList li {
		margin-bottom: 0;
		padding: 2.2rem 2rem 2.4rem;
		border-top: 0.1rem solid rgba(204, 204, 204, 0.50);
	}
	#gNavi .naviList li a {
		display: block;
	}
	#gNavi .naviList li a .en {
		margin-bottom: 0.1rem;
		display: block;
		font-size: 0.9rem;
	}
	#gNavi .naviList li a .ja {
		display: block;
		font-size: 1.4rem;
	}
	#gNavi .naviList li a .arrow {
		width: 1.3rem;
		right: -0.1rem;
		bottom: 0.4rem;
	}
	#gNavi .naviList li .subNav {
		padding: 1.3rem 0 0;
		font-size: 1.2rem;
		line-height: 1.16;
	}
	#gNavi .naviList li .subNav li {
		margin-bottom: 2.4rem;
		padding: 0;
		border: none;
	}
	#gNavi .naviList li .subNav li a {
		padding: 0 0 0 1.3rem;
		display: block;
	}
	#gNavi .naviList li .subNav li a::before {
		top: 0.7rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fBox {
	margin: 0 auto;
	padding: 8rem 0 4.4rem;
	width: 110rem;
	max-width: 95%;
	display: flex;
	justify-content: space-between;
	gap: 3rem;
	flex-wrap: wrap;
}
#gFooter .logoBox {
	padding: 0 3rem 0.1rem 0;
	width: 31.85%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-right: 0.1rem solid rgba(204, 204, 204, 0.50);
}
#gFooter .logoBox .logo {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#gFooter .logoBox .logo a {
	display: inline-block;
	vertical-align: top;
}
#gFooter .logoBox .logo img {
	width: 28rem;
}
#gFooter .logoBox .logo .txt {
	margin-top: 5.7rem;
	position: relative;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.15em;
}
#gFooter .logoBox .logo .txt::before {
	width: 3rem;
	height: 0.1rem;
	position: absolute;
	left: 0;
	top: -2.8rem;
	background: rgba(204, 204, 204, 0.50);
	content: '';
}
#gFooter .logoBox .btn {
	margin-bottom: -7.1rem;
}
#gFooter .logoBox .btn a {
	padding: 0.5rem 4rem 0.5rem 1.9rem;
	width: 19.1rem;
	max-width: 100%;
	min-height: 4rem;
	display: flex;
	align-items: center;
	font-size: 1.3rem;
	border-radius: 4rem;
	border: 0.1rem solid #000;
	background: url(../img/common/icon02.png) no-repeat right 1.9rem center / 1.4rem;
	position: relative;
	z-index: 1;
}
#gFooter .fNaviBox {
	margin-top: -0.9rem;
	padding-bottom: 2.4rem;
	width: 68rem;
	display: flex;
}
#gFooter .fNaviBox .naviList01 {
	width: 35.7%;
	padding-right: 1rem;
}
#gFooter .fNaviBox .naviList02 {
	width: 35.7%;
	padding-right: 1rem;
}
#gFooter .fNaviBox .naviList03 {
	margin-left: auto;
	width: auto;
	max-width: 16rem;
	flex: 1;
}
#gFooter .fNaviBox .naviList li {
	margin-bottom: 3.9rem;
}
#gFooter .fNaviBox .naviList li:last-child {
	margin-bottom: 0 !important;
}
#gFooter .fNaviBox .naviList li a {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
}
#gFooter .fNaviBox .naviList li a .en {
	flex-basis: 100%;
	color: #D80C18;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.15em;
}
#gFooter .fNaviBox .naviList li a .ja {
	position: relative;
	color: #1E1E1E;
	font-size: 1.6rem;
	font-weight: 500;
}
#gFooter .fNaviBox .naviList li a .arrow {
	width: 1.4rem;
	height: 0.8rem;
	position: absolute;
	right: -2.3rem;
	bottom: 0.7rem;
	background: url(../img/common/icon01.png) no-repeat center center / 100%;
	transition: 0.3s;
}
#gFooter .fNaviBox .naviList li .subNav {
	padding: 2.5rem 0 1.6rem;
	font-size: 1.3rem;
	line-height: 1.16;
}
#gFooter .fNaviBox .naviList li .subNav li {
	margin-bottom: 2.4rem;
}
#gFooter .fNaviBox .naviList li .subNav li a {
	padding-left: 1.3rem;
	position: relative;
	display: inline-block;
}
#gFooter .fNaviBox .naviList li .subNav li a::before {
	width: 0.5rem;
	height: 0.1rem;
	position: absolute;
	left: 0;
	top: 0.8rem;
	background: currentColor;
	content: '';
}
#gFooter address {
	margin-top: 1.1rem;
	width: 100%;
	text-align: right;
	font-size: 1rem;
	letter-spacing: 0.1em;
}
#gFooter .pageTop {
	position: fixed;
	bottom: 2.9rem;
	right: 2.9rem;
	z-index: 100;
	display: none;
}
#gFooter .pageTop a {
	width: 8.2rem;
	height: 8.2rem;
	position: relative;
	display: block;
	background: #fff;
	border-radius: 0.6rem;
	border: 0.1rem solid #000;
}
#gFooter .pageTop a::before {
	content: '';
	width: 1.2rem;
	height: 2rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../img/common/icon10.png) no-repeat center center / 100%;
	transition: 0.3s;
}
@media all and (min-width: 897px) {
	#gFooter .fNaviBox .naviList li a:hover .arrow {
		transform: translateX(1rem);
	}
	#gFooter .fNaviBox .naviList li .subNav li a:hover {
		text-decoration: underline;
	}
	#gFooter .logoBox .btn a:hover {
		color: #fff;
		background-color: #000;
		background-image: url(../img/common/icon03.png);
	}
	#gFooter .pageTop a:hover::before {
		top: calc(50% - 1rem);
	}
}
@media all and (max-width: 896px) {
	#gFooter .fBox {
		padding: 3rem 2rem 1.8rem;
		width: auto;
		max-width: initial;
		display: block;
	}
	#gFooter .logoBox {
		padding: 0 0 3rem;
		width: auto;
		display: block;
		border-right: none;
	}
	#gFooter .logoBox .logo {
		margin-bottom: 2.5rem;
		display: block;
		text-align: center;
	}
	#gFooter .logoBox .logo img {
		width: 22.4rem;
	}
	#gFooter .logoBox .logo .txt {
		margin: 4.6rem auto 0;
		display: block;
		width: fit-content;
		font-size: 0.96rem;
	}
	#gFooter .logoBox .logo .txt::before {
		width: 2.4rem;
		left: 50%;
		top: -2.4rem;
		transform: translateX(-50%);
	}
	#gFooter .logoBox .btn {
		margin-bottom: 0;
	}
	#gFooter .logoBox .btn a {
		margin: 0 auto;
		padding: 0.5rem 3rem 0.5rem 1.3rem;
		width: 13.4rem;
		min-height: 2.8rem;
		font-size: 0.9rem;
		background-size: 1rem;
		background-position: right 1.3rem center;
	}
	#gFooter .fNaviBox {
		margin: 0 1rem;
		padding-bottom: 0;
		width: auto;
		display: block;
	}
	#gFooter .fNaviBox .naviList01 {
		width: auto;
		padding-right: 0;
	}
	#gFooter .fNaviBox .naviList02 {
		width: auto;
		padding-right: 0;
	}
	#gFooter .fNaviBox .naviList03 {
		margin-left: 0;
		max-width: initial;
		border-bottom: 0.1rem solid rgba(204, 204, 204, 0.50);
	}
	#gFooter .fNaviBox .naviList li {
		margin-bottom: 0;
		padding: 2.2rem 2rem 2.4rem;
		border-top: 0.1rem solid rgba(204, 204, 204, 0.50);
	}
	#gFooter .fNaviBox .naviList li a {
		display: block;
	}
	#gFooter .fNaviBox .naviList li a .en {
		margin-bottom: 0.2rem;
		display: block;
		font-size: 0.9rem;
	}
	#gFooter .fNaviBox .naviList li a .ja {
		display: block;
		font-size: 1.4rem;
	}
	#gFooter .fNaviBox .naviList li a .arrow {
		width: 1.3rem;
		right: -0.1rem;
		bottom: 1.6rem;
	}
	#gFooter .fNaviBox .naviList li .subNav {
		padding: 1.3rem 0 0;
		font-size: 1.2rem;
		line-height: 1.16;
	}
	#gFooter .fNaviBox .naviList li .subNav li {
		margin-bottom: 2.4rem;
		padding: 0;
		border: none;
	}
	#gFooter .fNaviBox .naviList li .subNav li a {
		padding: 0 0 0 1.3rem;
		display: block;
	}
	#gFooter .fNaviBox .naviList li .subNav li a::before {
		top: 0.7rem;
	}
	#gFooter address {
		margin-top: 3rem;
		text-align: left;
		font-size: 0.8rem;
	}
	#gFooter .pageTop {
		bottom: 0.9rem;
		right: 0.9rem;
	}
	#gFooter .pageTop a {
		width: 4.2rem;
		height: 4.2rem;
		border-radius: 0.4rem;
	}
	#gFooter .pageTop a::before {
		width: 0.8rem;
	}
}