@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: 1000px) {
	html {
		font-size: calc(1000vw / 1366);
	}
}
@media all and (min-width: 1500px) {
	html {
		font-size: 68.63%;
	}
}
@media all and (max-width: 999px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
@media all and (min-width: 768px) and (max-width: 999px) {
	html {
		font-size: 1.917vw;
	}
}
body, table, input, textarea, select, option {
	font-family: YakuHanJP, "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: #1A1311;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #1A1311;
}
a:hover {
	color: #1A1311;
}
a:active {
	color: #1A1311;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* 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;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
html.noScroll {
	-ms-touch-action: none;
	touch-action: none;
	overflow: clip;
}
html.noScroll body {
	-webkit-overflow-scrolling: auto;
}
body {
	color: #1A1311;
	font-size: max(10px,1.6rem);
	line-height: 1.5;
	font-weight: 400;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #F7F6F4;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-top: 5.8rem;
	position: relative;
	text-align: left;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
#cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: all 0.8s;
	z-index: 10000;
}
body.hideCover #cover {
	opacity: 0;
	visibility: hidden;
}
@media all and (min-width: 1000px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 999px) {
	body {
		font-size: 1.3rem;
	}
	#container {
		padding-top: 5.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.wrapBox {
	position: relative;
}
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 8.6rem;
	padding: 0 3.7rem;
	z-index: 99;
	border-bottom: 1px solid #BFBFBF;
	background-color: #F7F6F4;
}
#gHeader.nofix {
	position: absolute;
	bottom: 0;
	top: auto !important;
}
#gHeader.white {
	position: absolute;
	border-bottom-color: transparent;
	background-color: transparent;
}
#gHeader.black {
	border-bottom-color: transparent;
}
#gHeader .logo {
	width: 13rem;
	left: 4.2rem;
	top: 3.6rem;
	position: absolute;
	z-index: 2;
}
#gHeader .logo a {
	display: block;
	position: relative;
}
#gHeader .logo img {
	transition: .3s;
}
#gHeader .logo .white {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0 !important;
}
#gHeader.white .logo .white {
	opacity: 1 !important;
}
#gHeader.white .logo .on {
	opacity: 0 !important;
}
#gHeader.black .logo .white {
	opacity: 0 !important;
}
#gHeader.black .logo .on {
	opacity: 1 !important;
}
#gHeader .hBox {
	width: 50rem;
	margin-left: auto;
	align-items: center;
	justify-content: flex-end;
}
#gHeader .hSns {
	margin: 0.8rem 0 0 4rem;
	width: 1.5rem;
	position: relative;
	z-index: 2;
}
#gHeader .hSns a {
	display: block;
	position: relative;
}
#gHeader .hSns img {
	transition: .3s;
}
#gHeader .hSns .white {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
}
#gNavi > ul {
	justify-content: flex-end;
}
#gNavi > ul > li {
	margin-left: 1.4rem;
	height: 8.6rem;
	display: flex;
	align-items: center;
}
#gNavi > ul > li > a {
	padding: 0.5rem;
	display: block;
	position: relative;
	z-index: 2;
	font-size: max(10px,1.3rem);
	letter-spacing: 0.03em;
}
#gNavi > ul > li.arrow > a::before {
	position: absolute;
	left: 0;
	bottom: -0.5rem;
	width: 100%;
	height: 0.6rem;
	background: url(../img/common/icon01.png) no-repeat center center;
	background-size: 1.1rem auto;
	content: "";
	opacity: 0;
	transition: .3s;
}
.naviBox.show {
	opacity: 1;
	pointer-events: auto;
}
.naviBox .naviBg {
	padding: 14.7rem 0 5.9rem;
	background-color: #F7F6F4;
}
.naviBox .widBox {
	width: 99.2rem;
	margin: 0 auto;
}
.naviBox .naviList a {
	padding: 0.5rem 0 1.4rem;
	display: block;
	color: #242424;
	font-size: max(10px,1.7rem);
	letter-spacing: 0.1em;
	border-bottom: 1px solid rgba(82,82,82,0.29);
	background: url(../img/common/icon02.png) no-repeat right top 0.5rem;
	background-size: 2.6rem auto;
}
.naviBox .naviList .en {
	margin-top: 0.3rem;
	display: block;
	opacity: 0.6;
	font-size: max(10px,1.1rem);
	letter-spacing: 0.04em;
}
.naviBox .naviUl a {
	position: relative;
	display: block;
}
.naviBox .naviUl .naviTtl {
	position: absolute;
	right: 1.1rem;
	top: 0.3rem;
	text-align: right;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.08em;
	font-size: max(10px,1.1rem);
	z-index: 2;
}
.naviBox .naviUl .naviTtl .en {
	display: block;
	font-size: 2.8rem;
	font-weight: 300;
	letter-spacing: 0;
}
.naviBox .naviUl .naviLogo {
	width: 18.7rem;
	position: absolute;
	left: 1.4rem;
	bottom: 1.2rem;
	z-index: 1;
}
.naviBox .naviUl .naviLogo01 {
	width: 13.5rem;
	left: 1.7rem;
	bottom: 1.3rem;
	display: flex;
	align-items: center;
}
.naviBox .naviUl .naviLogo01 span {
	margin: 0 0 -0.2rem 1.9rem;
	flex-shrink: 0;
	display: block;
	color: #fff;
	font-weight: 500;
	line-height: 1.72;
	letter-spacing: 0.06em;
	font-size: max(10px,1.1rem);
}
.naviBox .naviUl .pho {
	overflow: hidden;
	position: relative;
}
.naviBox .naviUl .pho::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/common/navi_photo01_bg.png) no-repeat center center;
	background-size: 100% 100%;
	content: "";
	z-index: 1;
}
.naviBox .naviUl li:nth-child(2) .pho::before {
	background-image: url(../img/common/navi_photo02_bg.png);
}
.naviBox .naviUl li:nth-child(3) .pho::before {
	height: 13.4rem;
	background-image: url(../img/common/navi_photo03_bg.png);
}
.naviBox .naviUl .pho img {
	width: 100%;
	transition: all 0.5s ease-out;
}
#gNavi > ul > li.current > a {
	opacity: 0.5 !important;
}
@media all and (min-width: 1000px) {
	#gHeader.fix {
		height: 5.8rem;
	}
	#gHeader.fix #gNavi > ul > li {
		height: 5.8rem;
	}
	#gHeader.fix #gNavi > ul > li.arrow > a::before {
		bottom: -0.2rem;
	}
	#gHeader.fix .logo {
		width: 8.2rem;
		left: 4.2rem;
		top: 1.6rem;
	}
	#gHeader.white .hSns .white {
		opacity: 1;
	}
	#gHeader.white .hSns .on {
		opacity: 0;
	}
	#gHeader.black .hSns .white {
		opacity: 0;
	}
	#gHeader.black .hSns .on {
		opacity: 1;
	}
	#gHeader.white #gNavi > ul > li > a {
		color: #fff;
	}
	#gHeader.black #gNavi > ul > li > a {
		color: #1A1311;
	}
	.naviBox .naviList li {
		width: 20.88%;
		margin-right: 5.49%;
		opacity: 0;
		transition: all 0.2s ease-in-out;
	}
	.naviBox.show .naviList li {
		opacity: 1;
		transition: all 0.3s 0.3s ease-in-out;
	}
	.naviBox.show .naviList li:nth-child(2) {
		transition-delay: 0.35s;
	}
	.naviBox.show .naviList li:nth-child(3) {
		transition-delay: 0.4s;
	}
	.naviBox.show .naviList li:nth-child(4) {
		transition-delay: 0.45s;
	}
	.naviBox .naviList li:nth-child(4n) {
		margin-right: 0;
	}
	#gNavi > ul > li.arrow:hover > a::before {
		opacity: 1;
	}
	body:not(.pad) #gNavi > ul > li:hover > a,
	body:not(.pad) .naviBox .naviList a:hover,
	body:not(.pad) #gHeader .hSns a:hover {
		opacity: 0.5;
	}
	body:not(.pad) .naviBox .naviUl a:hover .pho img {
		transform: scale(1.1);
	}
	.naviBox02 .naviBg {
		padding: 13.4rem 0 7.2rem;
	}
	.naviBox02 .widBox {
		width: 105.6rem;
	}
	.naviBox .naviUl {
		padding-right: 0.2rem;
	}
	.naviBox .naviUl li {
		width: 27%;
		opacity: 0;
		transition: all 0.2s ease-in-out;
	}
	.naviBox .naviUl li:first-child {
		width: 45.5%;
	}
	.naviBox.show .naviUl li {
		opacity: 1;
		transition: all 0.3s 0.2s ease-in-out;
	}
	.naviBox.show .naviUl li:nth-child(2) {
		transition-delay: 0.25s;
	}
	.naviBox.show .naviUl li:nth-child(3) {
		transition-delay: 0.3s;
	}
	.menuBox {
		display: block !important;
	}
	.navCover {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.3);
		z-index: 98;
		opacity: 0;
		pointer-events: none;
		transition: all 0.5s;
	}
	.navCover.show {
		opacity: 1;
	}
	.naviBox {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		max-height: calc(100% - 8.6rem);
		background-color: rgba(0,0,0,0.3);
		opacity: 0;
		pointer-events: none;
		transition: all 0.5s;
	}
	.naviBox01 .naviBg {
		padding: 15.6rem 0 7.1rem;
	}
	.naviBox01 .widBox {
		width: 86.2rem;
	}
}
@media all and (max-width: 999px) {
	#gHeader {
		height: 5.5rem;
		padding: 2.4rem 4.2rem 0;
	}
	#gHeader .logo {
		width: 8.15rem;
		margin: 0 auto;
		left: auto;
		top: auto;
		position: relative;
	}
	#gHeader.fix {
		padding-top: 1.6rem;
	}
	#gHeader.fix .logo {
		width: 7rem;
	}
	.menu {
		width: 5.5rem;
		height: 5.5rem;
		position: absolute;
		right: 1.2rem;
		top: 0.8rem;
		z-index: 9;
	}
	#gHeader.fix .menu {
		top: 0;
	}
	.menu span {
		width: 3.2rem;
		height: 1px;
		position: absolute;
		top: 2.4rem;
		left: 1.1rem;
		background: #1A1311;
		transition: all .3s ease;
	}
	#gHeader.white .menu:not(.on) span {
		background: #fff;
	}
	.menu span:nth-of-type(2) {
		top: 2.9rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(0.4rem) translateX(0) rotate(-15deg);
	}
	.menu.on span:nth-of-type(2) {
		transform: translateY(-0.1rem) translateX(0) rotate(15deg);
	}
	.menuBox {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #F7F6F4;
		overflow-y: auto;
		box-sizing: border-box;
		opacity: 0;
		visibility: hidden;
		transition: all 1s;
	}
	.menuBox.on {
		opacity: 1;
		visibility: visible;
	}
	#gHeader .hBox {
		padding: 11.6rem 2.4rem 6rem;
		display: block;
		width: auto;
	}
	#gHeader .hSns {
		margin: -2.1rem 0 0 auto;
		width: 2.2rem;
	}
	#gHeader .hSns .white {
		opacity: 0 !important;
	}
	#gNavi > ul {
		display: block;
	}
	#gNavi > ul > li {
		margin-left: 0;
		height: auto;
		position: relative;
		display: block;
		border-bottom: 1px solid rgba(26,19,17,0.14);
	}
	#gNavi > ul > li > a {
		padding: 1.5rem 2rem 1.3rem 0;
		font-size: 2rem;
		letter-spacing: 0.05em;
		font-weight: 300;
	}
	#gNavi > ul > li.arrow .arrowSpan {
		width: 5.9rem;
		height: 5.9rem;
		position: absolute;
		right: 0;
		top: 0;
		background: url(../img/common/icon05.png) no-repeat right center;
		background-size: 1.2rem auto;
		z-index: 3;
	}
	#gNavi > ul > li.arrow .arrowSpan.on {
		background-image: url(../img/common/icon05_on.png);
	}
	#gNavi > ul > li.arrow > a::before {
		display: none;
	}
	.menuBox .fade {
		opacity: 0;
		visibility: hidden;
	}
	.menuBox.on .fade {
		opacity: 1;
		visibility: visible;
		transition: all 1s 0.5s;
	}
	.menuBox.on .fade:nth-child(2) {
		transition-delay: 0.6s;
	}
	.menuBox.on .fade:nth-child(3) {
		transition-delay: 0.7s;
	}
	.menuBox.on .fade:nth-child(4) {
		transition-delay: 0.8s;
	}
	.menuBox.on .fade:nth-child(5) {
		transition-delay: 0.9s;
	}
	.menuBox.on .menuList li:nth-child(1) {
		transition-delay: 1.1s;
	}
	.menuBox.on .menuList li:nth-child(2) {
		transition-delay: 1.2s;
	}
	.menuBox.on .menuList li:nth-child(3) {
		transition-delay: 1.3s;
	}
	#gHeader .menuBox.on .hSns {
		transition-delay: 1.4s;
	}
	.menuBox .menuList li.current a {
		opacity: 0.5;
	}
	.navCover {
		display: none;
	}
	.naviBox {
		display: none;
	}
	.naviBox .naviBg {
		padding: 0 0 2.2rem 16.4rem;
	}
	.naviBox .widBox {
		width: auto;
	}
	.naviBox .naviList {
		display: block;
	}
	.naviBox .naviList a {
		padding: 0 0 1.3rem;
		color: #1A1311;
		font-size: 1.2rem;
		letter-spacing: 0.08em;
		border-bottom: none;
		background: none;
	}
	.naviBox .naviList .en {
		margin-top: 0.1rem;
		opacity: 0.4;
		font-size: 1rem;
		letter-spacing: 0.02em;
	}
	.naviBox02 .naviBg {
		padding: 0 0 1.7rem;
	}
	.naviBox .naviUl {
		display: block;
	}
	.naviBox .naviUl li:not(:last-child) {
		margin-bottom: 0.2rem;
	}
	.naviBox .naviUl .naviTtl {
		right: 0.8rem;
		top: 0;
		letter-spacing: 0.02em;
		font-size: 1rem;
	}
	.naviBox .naviUl .naviTtl .en {
		margin-bottom: -0.2rem;
	}
	.naviBox .naviUl .naviTtl01 {
		top: 0.1rem;
	}
	.naviBox .naviUl .naviTtl01 .en {
		margin-bottom: -0.1rem;
		font-size: 2.4rem;
	}
	.naviBox .naviUl .naviLogo {
		width: 20rem;
		left: 1rem;
		bottom: 0.8rem;
	}
	.naviBox .naviUl .naviLogo01 {
		width: auto;
		left: 1.2rem;
		bottom: 0.6rem;
		display: block;
	}
	.naviBox .naviUl .naviLogo01 img {
		width: 10.1rem;
	}
	.naviBox .naviUl .naviLogo01 span {
		margin: 1rem 0 0;
		font-weight: 400;
		letter-spacing: 0.04em;
		font-size: 1.1rem;
	}
	.naviBox .naviUl .pho::before {
		background-image: url(../img/common/navi_photo01_bg_sp.png);
	}
	.naviBox .naviUl li:nth-child(2) .pho::before {
		background-image: url(../img/common/navi_photo02_bg_sp.png);
	}
	.naviBox .naviUl li:nth-child(3) .pho::before {
		height: 8.3rem;
		background-image: url(../img/common/navi_photo03_bg_sp.png);
	}
	.menuBox .menuList {
		margin-top: 3.4rem;
		font-size: 1.3rem;
		letter-spacing: 0.04em;
	}
	.menuBox .menuList li:not(:last-child) {
		margin-bottom: 2rem;
	}
	.menuBox .menuList img {
		margin-top: 0.4rem;
		width: 8.6rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 9.3rem 0 9.7rem;
	position: relative;
	color: #fff;
	background-color: #4D453F;
}
#gFooter .pageTop {
	position: absolute;
	right: 3.2rem;
	bottom: 0;
	overflow: hidden;
	z-index: 2;
}
#gFooter .pageTop a {
	width: 4rem;
	height: 4.2rem;
	position: relative;
	display: block;
}
#gFooter .pageTop a::after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: rgba(255,255,255,1);
}
#gFooter a {
	color: #fff;
}
#gFooter .fBox {
	width: 108rem;
	margin: 0 auto;
	position: relative;
}
#gFooter .fLogo {
	width: 14.6rem;
}
#gFooter .fInfo {
	width: 51.6rem;
	margin: -1.3rem -0.4rem 0 0;
}
#gFooter .fNavi {
	width: 33.8rem;
}
#gFooter .fNavi > li {
	width: fit-content;
}
#gFooter .fNavi .en {
	font-size: max(10px,1.4rem);
	letter-spacing: 0.03em;
}
#gFooter .fNaviList {
	margin-top: 2.5rem;
	font-size: max(10px,1.2rem);
	letter-spacing: 0.06em;
}
#gFooter .fNaviList li:not(:last-child) {
	margin-bottom: 1.4rem;
}
#gFooter .fNaviList a {
	color: #F7F6F4;
}
#gFooter .fNaviUl {
	font-size: max(10px,1.4rem);
	letter-spacing: 0.03em;
}
#gFooter .fNaviUl li:not(:last-child) {
	margin-bottom: 2.6rem;
}
#gFooter .fList {
	margin-top: -0.3rem;
	width: fit-content;
	font-size: max(10px,1.2rem);
	letter-spacing: 0.04em;
}
#gFooter .fList li:not(:last-child) {
	margin-bottom: 3rem;
}
#gFooter .fList img {
	width: 8.5rem;
}
#gFooter .fSub {
	margin: 6.5rem 0.3rem 0 0;
}
#gFooter .fLink {
	justify-content: flex-end;
	font-weight: 300;
	font-size: max(10px,1.2rem);
	letter-spacing: 0.06em;
}
#gFooter .fLink li:not(:last-child) {
	margin-right: 2.3rem;
}
#gFooter .fSns {
	width: 1.7rem;
}
#gFooter address {
	position: absolute;
	left: 0;
	bottom: 0.6rem;
	font-size: max(10px,1rem);
	font-weight: 300;
	letter-spacing: 0.03em;
}
@media all and (min-width: 1000px) {
	body:not(.pad) #gFooter .fInfo a:hover {
		opacity: 0.5;
	}
	body:not(.pad) #gFooter .pageTop a:hover {
		opacity: 0.5;
	}
}
@media all and (max-width: 999px) {
	#gFooter {
		padding: 5.8rem 2.4rem 4.1rem;
	}
	#gFooter .pageTop {
		right: 0.4rem;
	}
	#gFooter .pageTop a {
		height: 5.6rem;
	}
	#gFooter .fBox {
		width: auto;
		display: block;
	}
	#gFooter .fLogo {
		width: 12.4rem;
	}
	#gFooter .fInfo {
		width: auto;
		margin: 5.5rem 0 0;
		position: relative;
	}
	#gFooter .fInner {
		display: block;
	}
	#gFooter .fNavi {
		width: auto;
		display: block;
	}
	#gFooter .fNavi > li {
		width: auto;
		border-bottom: 1px solid rgba(247,246,244,0.19);
	}
	#gFooter .fNavi .en {
		padding: 1.4rem 2rem 1.4rem 0;
		font-size: 2rem;
		letter-spacing: 0.05em;
		font-weight: 300;
		background: url(../img/common/icon04.png) no-repeat right center;
		background-size: 1.2rem auto;
	}
	#gFooter .fNavi .en.on {
		background-image: url(../img/common/icon04_on.png);
	}
	#gFooter .fNaviList {
		margin-top: 0;
		padding: 0 2rem 2rem 12rem;
		font-size: 1.2rem;
		display: none;
	}
	#gFooter .fNaviList li:not(:last-child) {
		margin-bottom: 1rem;
	}
	#gFooter .fNaviUl {
		font-size: 2rem;
		letter-spacing: 0.05em;
		font-weight: 300;
	}
	#gFooter .fNaviUl a {
		padding: 1.4rem 0;
		display: block;
	}
	#gFooter .fNaviUl li:not(:last-child) {
		margin-bottom: 0;
		border-bottom: 1px solid rgba(247,246,244,0.19);
	}
	#gFooter .fList {
		margin-top: 3.4rem;
		font-size: 1.3rem;
	}
	#gFooter .fList li:not(:last-child) {
		margin-bottom: 2rem;
	}
	#gFooter .fList img {
		margin-top: 0.4rem;
	}
	#gFooter .fSub {
		margin: 0;
		position: absolute;
		right: 0;
		bottom: 0.6rem;
	}
	#gFooter .fLink {
		font-size: 1.2rem;
		letter-spacing: 0;
		display: block;
	}
	#gFooter .fLink li:not(:last-child) {
		margin: 0 0 2rem;
	}
	#gFooter .fLink a {
		color: #D6D6D6;
	}
	#gFooter .fSns {
		width: 2.2rem;
	}
	#gFooter address {
		margin-top: 7.7rem;
		position: static;
		font-size: 1rem;
	}
}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.noto {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
.roboto {
	font-family: YakuHanJP, "Roboto", sans-serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 80rem;
	margin: 0 auto;
}
@media all and (max-width: 999px) {
	.content {
		width: auto !important;
		margin: 0 1.9rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin: 0 -0.4rem 5.5rem;
	color: #222;
}
.headLine01 .en {
	display: block;
	font-size: 5.6rem;
	font-weight: 300;
	line-height: 1.1;
	letter-spacing: 0.03em;
	font-family: YakuHanJP, "Roboto", sans-serif;
	overflow: hidden;
}
.headLine01 .jp {
	margin: 1.8rem 0.4rem 0;
	display: block;
	font-weight: 400;
	letter-spacing: 0.25em;
	font-size: max(10px,1.8rem);
	overflow: hidden;
}
@media all and (max-width: 999px) {
	.headLine01 {
		margin: 0 -0.2rem 4rem;
		color: #1A1311;
	}
	.headLine01 .en {
		font-size: 3.2rem;
		letter-spacing: 0.02em;
	}
	.headLine01 .jp {
		margin: 0.7rem 0.2rem 0;
		letter-spacing: 0.18em;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList li:not(:last-child) {
	border-bottom: 1px solid rgba(112,112,112,0.45);
}
.comNewsList a {
	padding: 2.5rem 0 2.8rem;
	display: flex;
	align-items: flex-start;
	letter-spacing: 0.06em;
	font-size: max(10px,1.4rem);
}
.comNewsList time {
	margin-top: 0.2rem;
	width: 12.8rem;
	flex-shrink: 0;
	letter-spacing: 0.04em;
	font-family: YakuHanJP, "Roboto", sans-serif;
}
.comNewsList .newIcon {
	font-size: 1.2rem;
	color: #fff;
	letter-spacing: 0.04em;
	background-color: #4D453F;
	width: 4.4rem;
	text-align: center;
	margin-top: 0.2rem;
	margin-left: 0.8rem;
	padding: 0.1rem 0 0 0;
	flex-shrink: 0;
	font-family: YakuHanJP, "Roboto", sans-serif;
}
@media all and (min-width: 1000px) {
	body:not(.pad) .comNewsList a:hover {
		opacity: 0.5;
	}
}
@media all and (max-width: 999px) {
	.comNewsList li {
		border-bottom: 1px solid rgba(26,19,17,0.12) !important;
	}
	.comNewsList a {
		padding: 2rem 0 2.2rem;
		display: block;
		font-size: 1.3rem;
	}
	.comNewsList time {
		margin: 0 0 0.5rem;
		width: auto;
		font-size: 1.2rem;
		display: block;
	}
	.comNewsList .newIcon {
		width: 3.9rem;
		display: inline-block;
		font-size: 1.1rem;
		padding: 0.1rem 0 0.1rem 0;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: fit-content;
	font-family: YakuHanJP, "Roboto", sans-serif;
}
.comLink a {
	padding-right: 1.4rem;
	position: relative;
	display: block;
	letter-spacing: 0.02em;
	color: #3E3C38;
}
.comLink a::before {
	position: absolute;
	right: 0;
	top: 50%;
	width: 0.4rem;
	height: 0.4rem;
	background-color: #3E3C38;
	border-radius: 100%;
	transform: translateY(-50%);
	content: "";
}
@media all and (max-width: 999px) {
	.comLink a {
		padding-right: 1.2rem;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	comHover1
------------------------------------------------------------*/
.comHoverTxt {
	position: relative;
	overflow: hidden;
	display: block;
}
.comHoverTxt .onText {
	display: inline-block;
	transition: transform .8s cubic-bezier(.16, 1, .3, 1), opacity .4s cubic-bezier(.16, 1, .3, 1), color .4s cubic-bezier(.16, 1, .3, 1);
}
.comHoverTxt .hoverTxt {
	width: 100%;
	position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
	transform: translateY(100%);
	display: inline-block;
	transition: transform .8s cubic-bezier(.16, 1, .3, 1), opacity .4s cubic-bezier(.16, 1, .3, 1), color .4s cubic-bezier(.16, 1, .3, 1);
}
@media all and (min-width: 1000px) {
	body:not(.pad) .comHover1:hover .onText {
		opacity: 0;
		transform: translateY(-100%);
	}
	body:not(.pad) .comHover1:hover .hoverTxt {
		opacity: 1;
		transform: translateY(0);
	}
}
.fullH {
	height: 100dvh;
}
/*------------------------------------------------------------
	fadeIn
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	transform: translateY(3rem);
	transition: all 1s;
}
.fadeInUp.visible {
	opacity: 1;
	transform: translateY(0);
}
.bgLazy {
	opacity: 0;
	transition: all 0.5s;
	background-size: cover;
	background-position: center;
}
.bgLazy.visible {
	opacity: 1;
}
.fadeTtl .fadeUp {
	opacity: 0;
	display: inline-block;
	transform: translateY(100%);
	transition: transform .8s ease .2s, opacity .8s .2s;
}
.fadeTtl.visible .fadeUp {
	opacity: 1;
	transform: translateY(0);
}
/*------------------------------------------------------------
	parallaxBox
------------------------------------------------------------*/
.parallaxBox {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.parallaxBox .parallaxCon {
	height: 123%;
	position: absolute;
	left: 0;
	top: -23%;
	width: 100%;
	will-change: transform;
}
.parallaxBox .parallaxCon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: inherit;
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	min-height: 36rem;
	padding-top: 13rem;
	box-sizing: border-box;
	background: url(../img/company/page_title_bg.jpg) no-repeat center center;
	background-size: cover;
}
.pageTitle .headLine01 {
	margin-bottom: 0;
}
.pageTitle .topLink {
	font-size: max(10px,1.4rem);
	font-weight: 500;
	letter-spacing: 0.08em;
}
.pageTitle .topLink li:not(:first-child) {
	margin-left: 3.2rem;
}
.pageTitle .topLink a {
	position: relative;
	display: block;
}
.pageTitle .topLink a::before {
	position: absolute;
	left: 50%;
	bottom: -1.2rem;
	width: 0.4rem;
	height: 0.4rem;
	background-color: #1A1311;
	border-radius: 100%;
	content: "";
	transform: translateX(-50%);
	opacity: 0;
	transition: .3s;
}
.pageTitle .topLink .on a::before {
	opacity: 1;
}
@media all and (min-width: 1000px) {
	.pageTitle .content {
		width: 96.2rem;
		position: relative;
	}
	.pageTitle .headLine01 {
		color: #000;
	}
	.pageTitle .headLine01 .en {
		letter-spacing: 0.04em;
	}
	.pageTitle .topLink {
		position: absolute;
		right: -10.6rem;
		top: 50%;
		margin-top: -2.2rem;
	}
	body:not(.pad) .pageTitle .topLink a:hover::before {
		opacity: 1;
	}
}
@media all and (max-width: 999px) {
	.pageTitle {
		min-height: 20rem;
		padding-top: 6.7rem;
		background-image: url(../img/company/page_title_bg_sp.jpg);
	}
	.pageTitle .headLine01 .jp {
		margin-top: 1.1rem;
		letter-spacing: 0.12em;
	}
	.pageTitle.noJp {
		padding-top: 6.2rem;
	}
	.pageTitle.noJp .headLine01 .jp {
		display: none;
	}
	.pageTitle .topLink {
		margin-top: 2.4rem;
		font-size: 1rem;
		letter-spacing: 0.04em;
	}
	.pageTitle .topLink li:not(:first-child) {
		margin-left: 1.9rem;
	}
	.pageTitle .topLink a::before {
		bottom: -0.7rem;
		width: 0.3rem;
		height: 0.3rem;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	max-width: 117.2rem;
	margin: 2.4rem auto 8.5rem;
	text-align: right;
	color: #3E3C38;
	font-size: max(10px,1.2rem);
	letter-spacing: 0.02em;
}
#pagePath a {
	padding-right: 0.7rem;
	display: inline-block;
	color: #3E3C38;
}
#pagePath li {
	margin-left: 0.3rem;
	display: inline;
}
#pagePath li:first-child a {
	color: #9D9D9D;
}
@media all and (min-width: 1000px) {
	body:not(.pad) #pagePath a:hover {
		opacity: 0.5;
	}
}
@media all and (max-width: 999px) {
	#pagePath {
		max-width: inherit;
		margin: 1.1rem 1.9rem 5.1rem;
		font-size: 1rem;
		letter-spacing: 0.01em;
	}
	#pagePath a {
		padding-right: 0.5rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin: 0 -0.4rem 5.6rem;
}
.headLine02 .en {
	display: block;
	font-size: 4.4rem;
	font-weight: 300;
	line-height: 1.15;
	letter-spacing: 0.02em;
	font-family: YakuHanJP, "Roboto", sans-serif;
	overflow: hidden;
}
.headLine02 .jp {
	margin: 1.1rem 0.4rem 0;
	display: block;
	font-weight: 400;
	letter-spacing: 0.15em;
	font-size: max(10px,1.5rem);
	overflow: hidden;
}
@media all and (max-width: 999px) {
	.headLine02 {
		margin: 0 -0.1rem 3.7rem;
	}
	.headLine02 .en {
		font-size: 3rem;
	}
	.headLine02 .jp {
		margin: 0.5rem 0.2rem 0;
		letter-spacing: 0.12em;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin: 0 0.1rem 3.1rem;
	display: flex;
	align-items: center;
	font-weight: 500;
}
.headLine03 .en {
	flex-shrink: 0;
	font-size: max(10px,2rem);
	line-height: 1.1;
	letter-spacing: 0.02em;
	font-family: YakuHanJP, "Roboto", sans-serif;
}
.headLine03 .jp {
	margin: -0.1rem 0 0 2.4rem;
	letter-spacing: 0.08em;
	font-size: max(10px,1.7rem);
}
@media all and (max-width: 999px) {
	.headLine03 {
		margin: 0 0 2.8rem;
		display: block;
	}
	.headLine03 .en {
		display: block;
		font-size: 1.6rem;
	}
	.headLine03 .jp {
		margin: 0.5rem 0 0;
		display: block;
		letter-spacing: 0.1em;
		font-size: 1.1rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 2.9rem;
	padding: 1.1rem 1.7rem 1.1rem 2rem;
	width: fit-content;
	font-weight: 500;
	color: #fff;
	font-size: max(10px,1.5rem);
	letter-spacing: 0.16em;
	background-color: #3E3C38;
}
@media all and (max-width: 999px) {
	.headLine04 {
		margin-bottom: 2.2rem;
		padding: 0.8rem 1.6rem 0.9rem 1.7rem;
		font-size: 1.2rem;
		letter-spacing: 0.08em;
	}
}
/*------------------------------------------------------------
	comTab
------------------------------------------------------------*/
.comTab table {
	width: 100%;
	border-collapse: collapse;
}
.comTab th,
.comTab td {
	padding: 2rem 0 2.3rem;
	vertical-align: top;
	text-align: left;
	font-size: max(10px,1.4rem);
	letter-spacing: 0.04em;
	line-height: 1.85;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(26,19,17,0.19);
}
.comTab tr:last-child th,
.comTab tr:last-child td {
	border: none;
}
.comTab th {
	width: 21.2%;
	font-weight: 700;
	letter-spacing: 0.1em !important;
}
@media all and (max-width: 999px) {
	.comTab th,
	.comTab td {
		display: block;
		width: 100% !important;
		padding: 1.3rem 0 1.8rem;
		font-size: 1.2rem;
		letter-spacing: 0.02em;
		line-height: 1.66;
	}
	.comTab th {
		padding: 1.8rem 0 0;
		border: none;
	}
}
/*------------------------------------------------------------
	comBtmLink
------------------------------------------------------------*/
.comBtmLink {
	border-top: 1px solid rgba(26,19,17,0.2);
}
.comBtmLink li {
	width: 50%;
	box-sizing: border-box;
}
.comBtmLink li:last-child {
	border-left: 1px solid rgba(26,19,17,0.2);
}
.comBtmLink a {
	height: 6.4rem;
	padding: 0 3.8rem;
	position: relative;
	display: flex;
	align-items: center;
	font-size: max(10px,1.4rem);
	letter-spacing: 0.06em;
}
.comBtmLink a::before,
.comBtmLink a::after {
	position: absolute;
	right: 0;
	top: 50%;
	background: url(../img/common/icon03.png) no-repeat;
	background-size: 100% 100%;
	width: 2.6rem;
	height: 2.6rem;
	transform: translateY(-50%);
	content: "";
	transition: .3s;
}
.comBtmLink a::after {
	background-image: url(../img/common/icon03_on.png);
	opacity: 0;
}
.comBtmLink li:first-child a::before,
.comBtmLink li:first-child a::after {
	left: 0;
	right: auto;
	background-image: url(../img/common/icon06.png);
}
.comBtmLink li:first-child a::after {
	background-image: url(../img/common/icon06_on.png);
}
.comBtmLink li:last-child a {
	justify-content: flex-end;
}
@media all and (min-width: 1000px) {
	body:not(.pad) .comBtmLink a:hover::after {
		opacity: 1;
	}
	body:not(.pad) .comBtmLink a:hover::before {
		opacity: 0;
	}
}
@media all and (max-width: 999px) {
	.comBtmLink a {
		height: 4.8rem;
		padding: 0 3rem;
		font-size: 1.2rem;
	}
	.comBtmLink a::before,
	.comBtmLink a::after {
		width: 2rem;
		height: 2rem;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	font-size: 0;
	clear: both;
	text-align: center;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi a,
.wp-pagenavi span {
	order: 3;
	margin: 0 1.3rem;
	font-size: max(10px,1.6rem);
	letter-spacing: 0.04em;
	font-family: YakuHanJP, "Roboto", sans-serif;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .page {
	opacity: 0.4;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .first {
	order: 2;
}
.wp-pagenavi .previouspostslink {
	order: 1;
}
.wp-pagenavi .last {
	order: 3;
}
.wp-pagenavi .nextpostslink {
	order: 5;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	margin: 0 2.1rem;
}
.wp-pagenavi img {
	width: 2.6rem;
}
@media all and (min-width: 1000px) {
	body:not(.pad) .wp-pagenavi .page:hover {
		opacity: 1;
	}
	body:not(.pad) .wp-pagenavi .previouspostslink:hover,
	body:not(.pad) .wp-pagenavi .nextpostslink:hover {
		opacity: 0.5;
	}
}
@media all and (max-width: 999px) {
	.wp-pagenavi a,
	.wp-pagenavi span {
		font-size: 1.4rem;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		margin: 0 1.6rem;
	}
	.wp-pagenavi img {
		width: 2rem;
	}
}
/*------------------------------------------------------------
	pageNavi
------------------------------------------------------------*/
.pageNavi {
	padding-top: 2.2rem;
	position: relative;
	text-align: center;
	font-size: max(10px,1.4rem);
	letter-spacing: 0.02em;
	border-top: 1px solid rgba(26,19,17,0.2);
}
.pageNavi .prev {
	position: absolute;
	left: 0;
	top: 2.2rem;
}
.pageNavi .next {
	position: absolute;
	right: 0;
	top: 2.2rem;
}
@media all and (min-width: 1000px) {
	body:not(.pad) .pageNavi a:hover {
		opacity: 0.5;
	}
}
@media all and (max-width: 999px) {
	.pageNavi {
		padding-top: 1.3rem;
		font-size: 1.2rem;
	}
	.pageNavi .prev {
		top: 1.3rem;
	}
	.pageNavi .next {
		top: 1.3rem;
	}
}
#main .mailForm .simplebar-scrollbar.simplebar-visible::before {
	background: #E3E3E3;
	opacity: 1 !important;
}
#main .mailForm .simplebar-track.simplebar-vertical {
	width: 9px;
}