@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #4A565C;
	text-decoration: none;
	transition: all ease 0.3s;
}
a:visited {
	color: #4A565C;
}
a:hover {
	color: #4A565C;
}
a:active {
	color: #4A565C;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #4A565C;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	overflow: hidden;
	text-align: left;
}
#main {
	margin-bottom: 53px;
	padding-top: 84px;
	display: block;
}
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;
	}
	body.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		padding-top: 60px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 84px;
	background-color: #fff;
	z-index: 1000;
	transition: all ease 0.3s;
}
#gHeader.fixed {
	position: fixed;
	border-radius: 0 0 30px 30px;
	background-color: #FFFFFF;
	box-shadow : 0px 2.83px 2.83px rgba(0, 0, 0, 0.2);
}
#gHeader .hInner {
	padding: 14px 35px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hInner .naviUl {
	padding-right: 4px;
	display: flex;
}
.hInner .naviUl li {
	font-size: 2rem;
	margin-left: 23px;
	letter-spacing: 0.12em;
	text-align: center;
}
.hInner .naviUl li a {
	color: #231815;
	font-weight: 500;
	position: relative;
	text-shadow: 0 0 5px rgba(255, 255, 255, 1),0 0 5px rgba(255, 255, 255, 1),0 0 5px rgba(255, 255, 255, 1),0 0 5px rgba(255, 255, 255, 1),0 0 5px rgba(255, 255, 255, 1),0 0 5px rgba(255, 255, 255, 1),0 0 5px rgba(255, 255, 255, 1);
}

@media all and (min-width: 897px) {
	.hInner .naviUl li a .jp {
		position: absolute;
		top: 0;
		left: 50%;
		white-space: nowrap;
		opacity: 0;
		transform: translateX(-50%);
		transition: all ease 0.5s;
	}
	.hInner .naviUl li a:hover .jp {
		opacity: 1;
	}
	.hInner .naviUl li a:hover .en {
		opacity: 0;
	}
	
}

@media all and (max-width: 896px) {
	#gHeader {
		height: 60px;
	}
	#gHeader.fixed {
		border-radius: 0 0 20px 20px;
	}
	#gHeader .hInner {
		padding: 10px;
		display: block;
	}
	#gHeader h1 {
		padding-top: 5px;
		width: 170px;
	}
	#gHeader h1 img {
		vertical-align: middle;
	}
	.menuBox {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		background-color: #3B4B53;
	}
	.menuSub {
		padding: 137px 50px;
		color: #fff;
	}
	.menu {
		position: absolute;
		height: 20px;
		width: 25px;
		top: 50%;
		/* transform: translateY(-50%); */
		margin-top: -10px;
		right: 20px;
		cursor: pointer;
		z-index: 100;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	.menu.on {
		top: calc(50% + 5px);
		right: 30px;
	}
	.menu.on .top {
		-webkit-transform: translateY(7px) translateX(0) rotate(45deg);
		-ms-transform: translateY(7px) translateX(0) rotate(45deg);
		transform: translateY(7px) translateX(0) rotate(45deg);
	}
	.menu.on .middle {
		opacity: 0;
	}
	.menu.on .bottom {
		-webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
		transform: translateY(-7px) translateX(0) rotate(-45deg);
	}
	.menu span {
		background: #4A565C;
		border: none;
		height: 1px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	.menu.on span {
		background: #fff;
	}
	.menu span:nth-of-type(2) {
		top: 7px;
	}
	.menu span:nth-of-type(3) {
		top: 14px;
	}
	.menuBox p {
		margin-bottom: 22px;
		font-size: 1.4rem;
		font-weight: 500;
		letter-spacing: 0.04em;
	}
	.hInner .naviUl {
		margin-bottom: 82px;
		display: block;
	}
	.hInner .naviUl li {
		margin: 0 0 24px;
	}
	.hInner .naviUl li a {
		padding-bottom: 5px;
		font-size: 1.1rem;
		font-weight: 500;
		color: #fff;
		align-items: flex-end;
		display: flex;
		justify-content: space-between;
		letter-spacing: 0.04em;
		border-bottom: 1px solid #fff;
		text-shadow: none;
	}
	.hInner .naviUl li span {
		display: block !important;
	}
	.hInner .naviUl li a .en {
		font-size: 2.3rem;
		letter-spacing: 0.16em;
		font-weight: 300;
		transform: scaleY(1.5);
		display: inline-block;
	}
	.menuBox .logo {
		text-align: center;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
	z-index: 50;
	padding: 41px 0 31px;
	border-radius: 70px 70px 0 0;
	background-color: #4A565C;
}
#gFooter .content {
	display: flex;
	justify-content: space-between;
}
#gFooter .rBox {
	width: 685px;
	display: flex;
	justify-content: space-between;
}
#gFooter .rBox .sub {
	background-color: #727478;
	border-radius: 45px;
	padding: 16px 20px 10px;
	width: 48.7%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	box-sizing: border-box;
}
#gFooter .rBox .sub p {
	width: 153px;
	text-align: center;
	justify-content: center;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #fff;
	display: flex;
	align-items: center;
}
#gFooter .rBox .sub ul {
	padding: 4px 0 4px 34px;
	flex: 1;
	font-weight: 500;
	letter-spacing: 0.08em;
	border-left: 3px solid #FFFFFF;
}
#gFooter .rBox .sub ul li + li {
	margin-top: 13px;
}
#gFooter .rBox .sub a {
	letter-spacing: 0.08em;
	color: #fff;
}
#gFooter .rBox .contactBox {
	width: 48.4%;
	background-color: #fff;
	border-radius: 45px;
}
#gFooter .rBox .contactBox a {
	display: block;
	min-height: 192px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 45px;
	padding: 23px 20px;
	position: relative;
}
#gFooter .rBox .contactBox a::after {
	width: 100%;  
	height: 100%;
	background-color: #fff;
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
	opacity: 0;
	border-radius: 45px;
	transition: all ease 0.3s;
}
#gFooter .rBox .contactBox p {
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1.4;
	font-weight: 500;
}
#gFooter .rBox .contactBox .ttl {
	margin-bottom: 4px;
	color: #87181E;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 0.15em;
	font-weight: 500;
}
#gFooter .rBox .contactBox .ttl span {
	display: block;
	font-weight: 700;
	font-size: 4.7rem;
}
#gFooter .lBox {
	flex: 1;
	color: #fff;
	padding: 5px 10px 0 2px;
}
#gFooter .lBox .fLogo {
	margin-bottom: 15px;
}
#gFooter .lBox p {
	margin-bottom: 12px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.29;
}
#gFooter .lBox .txt {
	margin-bottom: 6px;
	line-height: 1.714;
}
#gFooter .lBox p a {
	color: #fff;
}
address {
	font-style: normal;
	color: #fff;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
}

@media all and (min-width: 897px) {
	#gFooter .rBox .sub a:hover {
		color: #87181E;
	}
	#gFooter .rBox .contactBox a:hover::after {
		opacity: 1;
		background-color: rgba(255, 255, 255, 0.6);
	}
}

@media all and (max-width: 896px) {
	#gFooter {
		border-radius: 30px 30px 0 0;
	}
	#gFooter .content {
		display: block;
	}
	#gFooter .lBox {
		padding: 0;
		margin: 0 0 20px;
		text-align: center;
	}
	#gFooter .rBox {
		width: auto;
		display: block;
	}
	#gFooter .rBox .sub {
		width: auto;
		justify-content: center;
		margin-bottom: 30px;
	}
	#gFooter .rBox .contactBox {
		width: auto;
	}
	#gFooter .rBox .sub p {
		width: 120px;
		font-size: 2rem;
	}
	#gFooter .rBox .sub ul {
		flex: inherit;
		padding: 0 40px 0 20px;
	}
	address {
		margin-top: 20px;
		text-align: center;
	}
}

@media all and (min-width: 897px) and (max-width: 1000px) {
	#gHeader h1 {
		width: 30%;
	}
	#gFooter .rBox {
		width: 610px;
	}
}