@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..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, 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: 1000px) {
	html {
		font-size: calc(1000vw / 1366);
	}
}
@media all and (min-width: 1501px) {
	html {
		font-size: 68.63%;
	}
}
@media all and (max-width: 999px) {
	html {
		font-size: calc(1000vw / 365);
	}
}
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: #585858;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #585858;
}
a:hover {
	color: #585858;
}
a:active {
	color: #585858;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-PSP */
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
.roboto {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #585858;
	font-size: max(10px, 1.4rem);
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt";
	background-color: #fff;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	-webkit-font-smoothing: antialiased;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 1000px) {
	.sp {
		display: none !important;
	}
	body.fixed {
		overflow-y: scroll;
	}
}
@media all and (max-width: 999px) {
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	body {
		font-size: 1.2rem;
	}
	html.noScroll {
		touch-action: none;
		overscroll-behavior: none;
		overflow: hidden;
	}
	.noScroll body {
		-webkit-overflow-scrolling: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	top: 2.5rem;
	left: 2.5rem;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
#gHeader.active {
	opacity: 1;
	visibility: visible;
}
#gHeader a {
	display: block;
	position: relative;
}
#gHeader h1 span {
	display: block;
}
#gHeader h1 .logoImg {
	width: 6.8rem;
	margin-bottom: -0.5rem;
}
#gHeader h1 .txtSpan {
	color: #403D3D;
	font-size: 1.2rem;
	font-weight: 300;
	transition: all 0.3s;
}
#gHeader h1 .txtSpan .subSpan {
	font-size: 2rem;
	margin-left: 1rem;
	line-height: 1;
	display: inline-block;
	letter-spacing: 0.02em;
}
#gHeader.jsWhite h1 .txtSpan {
	color: #fff;
}
#gHeader h1 .white {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
}
#gHeader h1 img {
	transition: all 0.3s;
}
#gHeader.jsWhite h1 .white {
	opacity: 1;
}
#gHeader.jsWhite h1 .black {
	opacity: 0;
}
@media all and (min-width: 1000px) {
	#gHeader.jsWhitePc h1 .txtSpan {
		color: #fff;
	}
	#gHeader.jsWhitePc h1 .white {
		opacity: 1;
	}
	#gHeader.jsWhitePc h1 .black {
		opacity: 0;
	}
}
@media all and (max-width: 999px) {
	#gHeader {
		top: 2rem;
		left: 1.5rem;
	}
	#gHeader h1 .logoImg {
		width: 6.3rem;
	}
	#gHeader h1 .txtSpan {
		font-size: 1rem;
		margin-top: 0.4rem;
		letter-spacing: 0;
	}
	#gHeader h1 .txtSpan .subSpan {
		font-size: 1.7rem;
		letter-spacing: 0.01em;
	}
	#gHeader.jsWhiteSp h1 .txtSpan {
		color: #fff;
	}
	#gHeader.jsWhiteSp h1 .white {
		opacity: 1;
	}
	#gHeader.jsWhiteSp h1 .black {
		opacity: 0;
	}
}
#main {
	margin-bottom: 8.8rem;
}
@media all and (max-width: 999px) {
	#main {
		margin-bottom: 10rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 5rem 0;
	text-align: center;
}
#gFooter .fLogo {
	width: 15.2rem;
	margin: 0 auto 4rem;
}
address {
	color: #736F5C;
	font-weight: 400;
	font-size: max(10px,1.0rem);
	letter-spacing: -0.01em;
	text-align: center;
}
@media all and (max-width: 999px) {
	#gFooter {
		padding-bottom: 2.5rem;
	}
	#gFooter .fLogo {
		margin-bottom: 5.8rem;
		width: 12.2rem;
	}
	address {
		font-size: 1rem;
	}
}

/*------------------------------------------------------------
	nav
------------------------------------------------------------*/
#gNavi {
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
#gNavi.active {
	opacity: 1;
	visibility: visible;
}
#gNavi ul {
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#gNavi ul li {
	margin: 0.62rem 0;
}
#gNavi .line {
	display: block;
	width: 3.1rem;
	height: 1px;
	position: relative;
	background-color: rgba(255, 255, 255, 0.5);
	transition: all 0.3s;
}
#gNavi .line:after {
	width: 100%;  
	height: 16px;
	position: absolute;  
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: ""; 
}
#gNavi .txt {
	margin: 1rem 0 1.3rem -0.4rem;
	display: none;
	color: #fff;
	font-size: 1.2rem;
	writing-mode: vertical-lr;
	overflow: hidden;
	font-weight: 400;
	width: fit-content;
	transition: all 0.3s;
}
#gNavi .current .txt {
	display: block;
}
#gNavi.black .line {
	background-color: rgba(95, 95, 95, 0.5);
}
#gNavi.black .txt {
	color: rgba(98, 98, 98, 0.5);
}
#gNavi.black.white .line {
	background-color: rgba(255, 255, 255, 0.5);
}
#gNavi.black.white .txt {
	color: rgba(255, 255, 255, 0.8);
}
@media all and (max-width: 999px) {
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	transform: translateY(3rem);
	transition: all 1s;
}
.fadeInUp.visible {
	opacity: 1;
	transform: translateY(0);
}
.fadeIn {
	opacity: 0;
	transition: opacity 1s;
}
.fadeIn.visible {
	opacity: 1;
}
.bgLazy {
	opacity: 0;
	transition: opacity 0.5s;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.bgLazy.visible {
	opacity: 1;
}
.popLazy {
	opacity: 0;
	transition: all 0.5s;
}
.popLazy.visible {
	opacity: 1;
}
.dely01 {
	transition-delay: 0.5s;
}
/*------------------------------------------------------------
	parallax
------------------------------------------------------------*/
.parallax {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.parallaxImg {
	position: relative;
	top: -5%;
	width: 100%;
	height: 110%;
	will-change: transform;
}
.parallaxImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	font-size: 6rem;
	font-weight: 100;
	letter-spacing: 0.05em;
	color: #585858;
}

@media all and (max-width: 999px) {
	.headLine01 {
		font-size: 3.6rem;
		letter-spacing: 0.02em;
	}
}
/*------------------------------------------------------------
	.content
------------------------------------------------------------*/
.content {
	padding: 0 2rem;
	margin: 0 auto;
	max-width: 102rem;
}

@media all and (max-width: 999px) {
}

/*------------------------------------------------------------
	.content02
------------------------------------------------------------*/
.content02 {
	padding: 0 2rem;
	margin: 0 auto;
	max-width: 129.7rem;
}

@media all and (max-width: 999px) {
}


/*------------------------------------------------------------
	.comLink
------------------------------------------------------------*/
.comLink {
	width: 25.5rem;
}
.comLink a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: max(10px,1.3rem);
	font-weight: 500;
	letter-spacing: 0.04em;
	border-radius: 0.4rem;
	min-height: 4.4rem;
	background-color: #585858;
	border: 1px solid #585858;
}

@media (hover: hover) {
	.comLink a:hover {
		color: #585858;
		background-color: #fff;
	}
	#gNavi .line:hover {
		opacity: 0.5;
	}
}

@media all and (max-width: 999px) {
	.comLink {
		margin: 0 auto;
		max-width: 33.5rem;
		width: auto;
	}
	.comLink a {
		min-height: 4.2rem;
		font-size: 1.4rem;
	}
}

@media all and (min-width: 768px) and (max-width: 999px) {
	.headLine01 {
		font-size: 6.5rem !important;
		letter-spacing: 0.05em;
	}
	.comLink {
		max-width: 58.8rem;
	}
	.comLink a {
		font-size: 2.5rem;
		letter-spacing: 0.04em;
		min-height: 7rem;
	}
	address {
		font-size: 1.5rem;
	}
	#gHeader h1 .logoImg {
		width: 11rem;
	}
	#gHeader h1 .txtSpan{
		font-size: 1.5rem;
		margin-top: 0;
	}
	#gHeader h1 .txtSpan .subSpan {
		font-size: 3rem;
		letter-spacing: 0.01em;
	}
	#gHeader {
		top: 3rem;
		left: 3.5rem;
	}
}

@media all and (max-width: 320px) {
	#main .mainVisual .mainText {
		top: 9rem !important;
	}
}