@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;
	}
}
@font-face {
	font-family: 'Arno Pro';
	src: url('../fonts/arnopro-regular.woff') format('woff'),
		url('../fonts/arnopro-regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Arno Pro Display';
	src: url('../fonts/arnopro-display.woff') format('woff'),
		url('../fonts/arnopro-display.ttf') format('truetype');
}
body, table, input, textarea, select, option {
	font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, 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;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;
}
.noto-sans {
	font-family: "Noto Sans JP", sans-serif;
}
.cormorant {
	font-family: "Cormorant", serif;
}
.cormorant-infant {
	font-family: "Cormorant Infant", serif;
}
.arno-pro {
	font-family: 'Arno Pro';
}
.arno-pro-display {
	font-family: 'Arno Pro Display';
}
.roboto {
	font-family: "Roboto", sans-serif;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
html.noScroll {
	-ms-touch-action: none;
	touch-action: none;
	overflow: clip;
}
html.noScroll body {
	-webkit-overflow-scrolling: auto;
}
body {
	color: #000;
	font-size: max(10px, 1.4rem);
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt";
	-webkit-text-size-adjust: none;
	background-color: #fff;
}
body::selection {
	background-color: #ccc;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
}
#main {
	box-sizing: border-box;
}
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;
	}
	body.fixed {
		overflow-y: scroll;
	}
}
@media all and (max-width: 999px) {
	body {
		font-size: max(10px, 1.2rem);
	}
	a:hover,
	a:not(.logo01, .logo02):hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	comMenu
------------------------------------------------------------*/
.comMenu {
	margin: 0 auto;
	padding: 0 3rem;
	max-width: 112.6rem;
	position: relative;
	z-index: 1;
}
.comMenu .topBox {
	margin-bottom: 9.6rem;
}
.comMenu .topBox .logo {
	margin-top: 1rem;
	width: 19.2rem;
}
.comMenu .topBox .rBox {
	width: 53.5%;
	gap: 0 8rem;
}
.comMenu .topBox .rBox .link {
	margin: 0.1rem 0 3.7rem;
	font-size: 3.2rem;
	line-height: 1;
	letter-spacing: -0.01em;
	text-align: right;
}
.comMenu .topBox .rBox .serviceBox {
	padding-left: 6.2rem;
	position: relative;
}
.comMenu .topBox .rBox .ttl {
	position: absolute;
	left: 0;
	top: 0.7rem;
	-webkit-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: max(10px, 1.8rem);
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.08em;
}
.comMenu .topBox .menuList01 li:not(:last-child) {
	margin-bottom: 0.8rem;
}
.comMenu .topBox .menuList01 a {
	display: block;
	text-align: right;
	color: #3c3c3c;
	font-size: max(10px, 1rem);
	letter-spacing: 0.04em;
}
.comMenu .topBox .menuList01 a .en {
	display: block;
	color: #000;
	font-size: 4.5rem;
	line-height: 1;
	letter-spacing: -0.01em;
	text-align: right;
	transition: .3s;
}
.comMenu .topBox .menuList02 li:not(:last-child) {
	margin-bottom: 3.05rem;
}
.comMenu .topBox .menuList02 a {
	font-size: max(10px, 2rem);
	letter-spacing: 0.01em;
}
.comMenu .topBox .menuList02 a[target="_blank"]:after {
	margin-left: 0.6rem;
	width: 0.7rem;
	height: 0.7rem;
	display: inline-block;
	vertical-align: 0.1rem;
	background: url(../img/common/icon01.png) no-repeat left top/100%;
	content: "";
}
.comMenu .topBox .menuList02 .sml {
	padding-top: 0.3rem;
}
.comMenu .topBox .menuList02 .sml a {
	font-size: max(10px, 1.6rem);
}
.comMenu .topBox .menuList02 .sml a:after {
	vertical-align: 0.2rem;
}
.comMenu .topBox .menuList01 .on a, .comMenu .topBox .menuList01 .on a .en, .comMenu .topBox .menuList02 .on a,.comMenu .topBox .link .on {
	color: #999;
}
.comMenu .btmBox {
	margin: 0 auto;
	max-width: 91.5rem;
}
.comMenu .btmBox .logo {
	position: absolute;
	left: 3rem;
	top: 23.7rem;
	width: 8.6rem;
}
.comMenu .btmBox address {
	text-align: right;
	font-size: max(10px, 1rem);
	letter-spacing: 0.07em;
	color: #666;
	font-family: "Arno Pro";
}
@media all and (hover: hover) and (min-width: 1000px) {
	.comMenu .topBox .menuList01 a:hover, .comMenu .topBox .menuList01 a:hover .en, .comMenu .topBox .menuList02 a:hover,.comMenu .topBox .rBox .link a:hover {
		color: #999;
	}
}
@media all and (min-width: 1000px) and (max-width: 1365px) {
	.comMenu .topBox .rBox {
		gap: 0 9.7rem;
	}
}
@media all and (max-width: 999px) {
	.comMenu {
		margin: 0 2.6rem;
		padding: 0;
	}
	.comMenu .topBox {
		margin-bottom: 11.4rem;
		display: block;
	}
	.comMenu .topBox .logo {
		margin: 0 0 5.8rem;
		width: 14.2rem;
	}
	.comMenu .topBox .rBox {
		width: auto;
		gap: 0 10.6%;
	}
	.comMenu .topBox .rBox .linkBox {
		width: fit-content;
	}
	.comMenu .topBox .rBox .link {
		margin: 0.3rem 0 2.6rem;
		font-size: 2.2rem;
		letter-spacing: -0.04em;
	}
	.comMenu .topBox .rBox .serviceBox {
		padding-left: 7.5vw;
	}
	.comMenu .topBox .rBox .ttl {
		top: 0.3rem;
		line-height: 1;
		letter-spacing: 0.06em;
		font-size: max(10px, 1.4rem);
	}
	.comMenu .topBox .rBox .ttl .dot {	
		margin-top: -0.5rem;
	}
	.comMenu .topBox .menuList01 li:not(:last-child) {
		margin-bottom: 1.1rem;
	}
	.comMenu .topBox .menuList01 a {
		line-height: 1.2;
	}
	.comMenu .topBox .menuList01 a .en {
		font-size: 3rem;
		letter-spacing: -0.04em;
		white-space: nowrap;
	}
	.comMenu .topBox .menuList02 li:not(:last-child) {
		margin-bottom: 2.1rem;
	}
	.comMenu .topBox .menuList02 a {
		font-size: max(10px, 1.6rem);
		letter-spacing: -0.01em;
	}
	.comMenu .topBox .menuList02 a[target="_blank"]:after {
		vertical-align: 0.1rem;
	}
	.comMenu .topBox .menuList02 .sml a {
		font-size: max(10px, 1.1rem);
		letter-spacing: 0.01em;
	}
	.comMenu .topBox .menuList02 .sml a:after {
		vertical-align: 0;
	}
	.comMenu .btmBox {
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: inherit;
	}
	.comMenu .btmBox .logo {
		margin-right: 3.3rem;
		position: static;
		width: 6rem;
	}
	.comMenu .btmBox address {
		text-align: left;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 3rem;
	align-items: flex-start;
	z-index: 100;
}
#gHeader h1 {
	width: fit-content;
	position: relative;
}
#gHeader h1 a {
	display: block;
}
#gHeader .logo01 {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	width: 7rem;
	transition: all 0.5s;
}
#gHeader .logo02 {
	width: 7.6rem;
	transition: all 0.5s;
}
#gHeader h1 .white {
	position: absolute;
	left: 0;
	top: 0;
}
#gHeader h1.background--dark .black {
	opacity: 0;
}
#gHeader h1.background--dark .white {
	opacity: 1;
}
#gHeader h1.background--light .black {
	opacity: 1;
}
#gHeader h1.background--light .white {
	opacity: 0;
}
#gHeader:not(.jsColor) h1.whiteColor .black {
	opacity: 0;
}
#gHeader:not(.jsColor) h1.whiteColor .white {
	opacity: 1;
}
#gHeader h1.jsWhite .black {
	opacity: 0;
}
#gHeader h1.jsWhite .white {
	opacity: 1;
}
.menu {
	position: fixed;
	right: 3rem;
	top: 2.4rem;
	z-index: 102;
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all .3s ease;
}
.menu > div {
	margin: 0 auto;
	width: 3rem;
	height: 0.5rem;
	position: relative;
}
.menu span {
	background-color: #707070;
	border: none;
	height: 1.5px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.menu.background--light span,
.menu:not(.jsColor).whiteColor span {
	background-color: #707070;
}
.menu.background--dark span,
.menu:not(.jsColor).whiteColor span,
.menu.jsWhite span {
	background-color: #fff;
}
.menu span:nth-of-type(2) {
	opacity: 0;
}
.menu span:nth-of-type(3) {
	top: 0.5rem;
}
.menu.on .top {
	-webkit-transform: translateY(0.25rem) translateX(0) rotate(20deg);
	-ms-transform: translateY(0.25rem) translateX(0) rotate(20deg);
	transform: translateY(0.25rem) translateX(0) rotate(20deg);
	background-color: #707070 !important;
}
.menu.on .bottom {
	-webkit-transform: translateY(-0.25rem) translateX(0) rotate(-20deg);
	-ms-transform: translateY(-0.25rem) translateX(0) rotate(-20deg);
	transform: translateY(-0.25rem) translateX(0) rotate(-20deg);
	background-color: #707070 !important;
}
.menuBox {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: rgba(255, 255, 255, 0.98);
	z-index: 101;
}
.menuBox .subBox {
	display: table;
	width: 100%;
	height: 100%;
}
.menuBox .subMenu {
	padding: 5rem 2rem;
	display: table-cell;
	vertical-align: middle;
}
.menuBox .comMenu {
	max-width: 105rem;
}
.menuBox .comMenu .topBox {
	margin-bottom: 0;
}
.menuBox .comMenu .topBox .rBox {
	width: auto;
	justify-content: flex-end;
}
.menuBox .comMenu address {
	display: none;
}
@media all and (hover: hover) and (min-width: 1000px) {
	.menu:hover {
		opacity: 0.5;
	}
}
@media all and (max-width: 999px) {
	#gHeader {
		padding: 2rem;
		outline: none !important;
	}
	#gHeader h1 {
		margin: 0 auto;
	}
	#gHeader .logo01 {
		width: 5rem;
	}
	#gHeader .logo02 {
		margin: 0 auto;
		width: 5.2rem;
	}
	.menu {
		right: auto;
		left: 2rem;
		top: 1.3rem;
		width: 2.5rem;
		height: 2.5rem;
	}
	.menu > div {
		width: 2.5rem;
	}
	.menuBox .subMenu {
		display: block;
		padding: 19.3rem 0 9rem 2rem;
	}
	.menuBox .comMenu {
		max-width: inherit;
	}
	.menuBox .comMenu .topBox .rBox {
		justify-content: flex-start;
	}
	.menuBox .comMenu .btmBox {
		margin-top: 11.4rem;
		display: block;
	}
	.menuBox .comMenu .btmBox .logo {
		margin-left: 0.3rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 12.3rem 0 10rem;
	position: relative;
}
#gFooter .checkbg {
	left: auto;
	right: 0;
	width: 97.9%;
}
#gFooter .pageTop {
	position: absolute;
	right: 4rem;
	bottom: 9.3rem;
	width: 1.9rem;
	z-index: 1;
}
@media all and (hover: hover) and (min-width: 1000px) {
	#gFooter .pageTop a:hover {
		opacity: 0.5;
	}
}
@media all and (min-width: 1000px) and (max-width: 1040px) {
	#gFooter .pageTop {
		right: 1rem;
	}
}
@media all and (min-width: 1000px) and (max-width: 1365px) {
	#gFooter {
		padding: 12.6rem 11% 10rem;
	}
	#gFooter .comMenu {
		padding: 0;
	}
	#gFooter .comMenu .btmBox .logo {
		left: 0;
	}
}
@media all and (min-width: 1000px) and (max-width: 1240px) {
	#gFooter .comMenu .topBox .rBox {
		width: auto;
	}
}
@media all and (max-width: 999px) {
	#gFooter {
		padding: 12.3rem 0 6.3rem 5.1%;
	}
	#gFooter .checkbg {
		width: 94.9%;
	}
	#gFooter .pageTop {
		right: 2.7rem;
		bottom: 2.3rem;
		width: 1.8rem;
	}
	#gFooter .comMenu .btmBox {
		padding-left: 9.3rem;
		position: relative;
		min-height: 2rem;
		display: flex;
		justify-content: center
	}
	#gFooter .comMenu .btmBox .logo {
		position: absolute;
		left: 0.2rem;
		top: -0.1rem;
		margin: 0;
	}
}
@media all and (max-width: 370px) {
	#gFooter .comMenu .btmBox {
		padding-left: 8rem;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.checkbg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.checkbg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	padding: 0 3rem;
	max-width: 88rem;
	position: relative;
	z-index: 1;
}
.content.wid01 {
	max-width: 116rem;
}
@media all and (max-width: 999px) {
	.content {
		padding: 0;
		margin: 0 3rem;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 6.8rem;
	font-size: 7rem;
	line-height: 1;
	font-weight: 400;
	letter-spacing: -0.01em;
	text-align: center;
}
@media all and (max-width: 999px) {
	.headLine01 {
		margin-bottom: 2.5rem;
		font-size: 3.6rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 .en {
	margin-bottom: 0.7rem;
	display: block;
	line-height: 1;
	font-size: 7rem;
	font-weight: 400;
	letter-spacing: -0.01em;
}
.headLine02 .jp {
	font-size: max(10px, 1.4rem);
	letter-spacing: 0.04em;
	font-weight: 400;
	color: #3c3c3c;
}
@media all and (max-width: 999px) {
	.headLine02 {
		margin-bottom: 2.2rem;
	}
	.headLine02 .en {
		margin: 0 1.5rem 0 0;
		font-size: 3.6rem;
		display: inline-block;
		vertical-align: -0.2rem;
	}
	.headLine02 .jp {
		font-size: max(10px, 1.2rem);
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 3.3rem;
	padding-bottom: 1.5rem;
	font-weight: 500;
	font-size: max(10px, 2rem);
	letter-spacing: 0.06em;
	border-bottom: 1px solid #c4a69b;
}
@media all and (max-width: 999px) {
	.headLine03 {
		margin-bottom: 2.9rem;
		padding-bottom: 0.7rem;
		font-size: max(10px, 1.6rem);
		line-height: 1.75;
		letter-spacing: 0.03em;
	}
}
/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList a {
	padding: 1.7rem 0;
	display: flex;
	align-items: flex-start;
}
.comNewsList li:not(:last-child) a {
	border-bottom: 1px solid #e2e2e2;
}
.comNewsList .date {
	margin-top: 0.3rem;
	color: #666;
	width: 11.2rem;
	font-weight: 300;
	font-size: max(10px, 1.3rem);
	letter-spacing: 0.02em;
	line-height: 1.3;
	transition: .3s;
}
.comNewsList .ttl {
	flex: 1;
	font-size: max(10px, 1.3rem);
	letter-spacing: 0.04em;
	line-height: 1.85;
	transition: .3s;
}
@media all and (hover: hover) and (min-width: 1000px) {
	.comNewsList a:hover .date {
		opacity: 0.5;
	}
	.comNewsList a:hover .ttl {
		color: #999;
	}
}
@media all and (max-width: 999px) {
	.comNewsList a {
		padding: 1.8rem 0;
		display: block;
	}
	.comNewsList .date {
		margin-bottom: 0.6rem;
		display: block;
		width: auto;
		font-size: max(10px, 1.2rem);
	}
	.comNewsList .ttl {
		font-size: max(10px, 1.2rem);
		line-height: 1.67;
	}
}
/*------------------------------------------------------------
	blogList
------------------------------------------------------------*/
.blogList a {
	padding: 1.95rem 0;
}
.blogList .phoBox {
	margin-right: 5rem;
	width: 16.6rem;
	aspect-ratio: 166/84;
}
.blogList .phoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blogList .txtBox {
	min-height: 8.4rem;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.blogList .txtBox .date {
	margin: 0 0 0.8rem;
	display: block;
	width: 100%;
}
@media all and (min-width: 1000px) {
	.blogList .txtBox .ttl {
		margin-bottom: -0.3rem;
	}
}
@media all and (max-width: 999px) {
	.blogList {
		margin: -0.7rem -3rem 0 0;
	}
	.blogList a {
		padding: 2.5rem 1.5rem 2.3rem 0;
		display: flex;
	}
	.blogList .phoBox {
		margin-right: 1.8rem;
		width: 12rem;
	}
	.blogList .txtBox {
		min-height: 6rem;
	}
	.blogList .txtBox .date {
		margin: 0 0 0.7rem;
		line-height: 1.3;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin: 8.2rem -1.1rem 0;
	position: relative;
	display: flex;
	justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0 1rem;
	color: #333;
	font-size: max(10px, 1.8rem);
	line-height: 1;
	font-family: "Cormorant Infant", serif;
}
.wp-pagenavi .current {
	opacity: 0.5;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .extend {
	letter-spacing: 0.05em;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	position: absolute;
	top: 0;
	display: block;
	width: 1.9rem;
	height: 1.5rem;
	background: url(../img/common/prev.png) no-repeat left top/100%;
}
.wp-pagenavi .previouspostslink {
	left: 0;
}
.wp-pagenavi .nextpostslink {
	right: 0;
	background-image: url(../img/common/next.png);
}
@media all and (hover: hover) and (min-width: 1000px) {
	.wp-pagenavi a:hover {
		color: #999;
	}
	.wp-pagenavi .previouspostslink:hover,
	.wp-pagenavi .nextpostslink:hover {
		opacity: 0.5;
	}
}
@media all and (max-width: 999px) {
	.wp-pagenavi {
		margin-top: 6.3rem;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		font-size: max(10px, 1.4rem);
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		top: 0.2rem;
		width: 1rem;
		height: 0.8rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn a {
	width: 19rem;
	min-height: 2.4rem;
	padding: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 600;
	font-size: 1.3rem;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: center;
	background: #333;
}
.comBtn a .ico {
	display: inline-block;
	padding: 0 1.2rem 0 0.5rem;
	background: url(../img/common/icon01.png) no-repeat right 0.2rem/0.7rem;
}
.comBtn.btnMore a {
	padding: 0.2rem 0.2rem 0.3rem;
	min-height: 1.8rem;
	width: 12rem;
	font-size: max(10px, 1.1rem);
	transition: all 0.5s;
}
.comBtn.btnMore a span {
	display: inline-block;
	padding-right: 1.2rem;
	background: url(../img/expert/icon01.png) no-repeat right 0.18rem/0.8rem;
}
@media all and (hover: hover) and (min-width: 1000px) {
	.comBtn a:hover {
		background: #000;
	}
}
@media all and (max-width: 999px) {
	.comBtn a {
		width: 17rem;
		min-height: 2rem;
		padding: 0.2rem;
		font-size: max(10px, 1.1rem);
	}
	.comBtn.btnMore a {
		width: 9rem;
		font-size: max(10px, 1rem);
	}
	.comBtn.btnMore a span {
		background-position: right 0.1rem;
	}
}
/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
	margin-left: auto;
	width: calc(50% + 55rem);
	position: relative;
	z-index: 1;
}
.comBox .sideTtl .en {
	font-size: 5rem;
	letter-spacing: -0.01em;
	line-height: 1;
}
.comBox .sideTtl .jp {
	margin-top: 1.2rem;
	display: inline-block;
	color: #3c3c3c;
	font-size: max(10px, 1.2rem);
	letter-spacing: 0.2em;
	line-height: 1.17;
	vertical-align: -1.5rem;
}
.comBox .rBox {
	flex: 1;
}
@media all and (min-width: 1000px) {
	.comBox .sideTtl {
		margin: 0.9rem 8.8rem 0 -0.5rem;
		-webkit-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: tb-rl;
		writing-mode: vertical-rl;
		position: sticky;
		left: 0;
		top: 6rem;
	}
}
@media all and (max-width: 1160px) {
	.comBox {
		width: calc(100% - 3rem);
	}
}
@media all and (max-width: 999px) {
	.comBox {
		display: block;
	}
	.comBox .rBox .ttlBox {
		margin-bottom: 4rem;
		display: flex;
		align-items: flex-end;
	}
	.comBox .rBox .ttlBox .sideTtl .en {
		font-size: 3rem;
		letter-spacing: -0.01em;
		line-height: 1.23;
	}
	.comBox .sideTtl .jp {
		margin: 0 0 0 1.5rem;
		font-size: max(10px, 1.1rem);
		font-weight: 500;
		letter-spacing: 0.04em;
		vertical-align: 0.1rem;
	}
}
/*------------------------------------------------------------
	comBg
------------------------------------------------------------*/
.comBg {
	position: relative;
	z-index: 3;
}
/*------------------------------------------------------------
	comPageBox
------------------------------------------------------------*/
.comPageBox {
	position: relative;
}
.comPageBox .phoBox {
	width: calc(50% - 18.3rem);
	position: fixed;
	left: 0;
	top: 0;
	height: calc(100vh - 6vh - 2vw);
	z-index: 2;
}
.comPageBox .phoBox.hide {
	display: none;
}
.comPageBox .phoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comPageBox .txtBox {
	min-height: calc(100vh - 6vh - 2vw);
	margin: 0 3rem 0 calc(50% - 8.3rem);
	padding-top: 5rem;
	position: relative;
	z-index: 2;
	flex: 1;
	max-width: max(62.2rem, 45.534vw);
	display: flex;
	align-items: flex-end;
}
.comPageBox .txtBox h2 {
	margin-bottom: 9.5rem;
	position: relative;
	z-index: 2;
}
.comPageBox .txtBox h2 .en {
	margin: 0 3rem 0 0;
	font-size: 5.564vw;
	display: inline-block;
}
.comPageBox .txtBox .innTxt {
	position: relative;
	z-index: 2;
}
.comPageBox .txtBox .subTxt p {
	margin-bottom: 4rem;
	font-size: max(10px, 1.025vw);
	letter-spacing: 0.04em;
	line-height: 2.14;
}
.comPageBox .txtBox .subTxt p:last-child {
	margin-bottom: 0 !important;
}
.comPageBox .txtBox .subTxt .subTtl {
	margin-bottom: 3rem;
	font-weight: 500;
	font-size: 2.05vw;
	letter-spacing: 0.18em;
	line-height: 1.75;
}
.comPageBox .txtBox .subTxt .enTxt {
	margin-bottom: 0;
	font-size: max(10px, 0.805vw);
	letter-spacing: 0.02em;
	line-height: 1.64;
	color: #3c3c3c;
}
.comPageBox .sideTtl {
	position: absolute;
	z-index: 2;
	-webkit-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	right: 0.8rem;
	top: 50%;
	margin-top: -4.4rem;
	font-size: max(10px, 1.1rem);
	letter-spacing: 0.02em;
}
.comPageBox .sideTtl .dot {
	display: inline-block;
	transform: rotate(90deg);
	margin: -0.6rem 0 -0.5rem;
}
@media all and (min-width: 1000px) and (max-width: 1365px) {
	.comPageBox .phoBox {
		width: 36.6%;
	}
	.comPageBox .txtBox {
		margin-left: 43.95%;
	}
	.comPageBox .txtBox h2 {
		margin-bottom: 6.955vw;
	}
}
@media all and (min-width: 1000px) {
	.comPageBox .phoBox {
		min-height: 52rem;
	}
	.comPageBox .txtBox h2 .jp {
		font-size: max(1.4rem, 1.025vw);
	}
}
@media all and (min-width: 1500px) {
	.comPageBox .txtBox h2 .en {
		font-size: 8.346rem; 
	}
	.comPageBox .txtBox h2 .jp {
		font-size: 1.5375rem;  
	}
	.comPageBox .txtBox .subTxt .subTtl {
		font-size: 3.075rem;   
	}
	.comPageBox .txtBox .subTxt p {
		font-size: 1.5375rem;
	}
	.comPageBox .txtBox .subTxt .enTxt {
		font-size: 1.2075rem; 
	}
}
@media all and (max-width: 999px) {
	.comPageBox {
		display: block;
	}
	.comPageBox .phoBox {
		width: calc(100% - 12.5rem);
		height: auto;
		aspect-ratio: 1000/1356;
	}
	.comPageBox .phoBox img {
		width: 100%;
	}
	.comPageBox .txtBox {
		margin: 0;
		padding-top: 0;
		min-height: inherit;
		display: block;
		max-width: inherit;
	}
	.comPageBox .txtBox .ttlBox {
		padding: 0 2.7rem;
		position: relative;
		z-index: 3;
		aspect-ratio: 375/339;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
		align-content: center;
	}
	.comPageBox .txtBox h2 {
		margin: 1rem 0 0;
		text-align: right;
	}
	.comPageBox .txtBox h2 .en {
		margin: 0 0 0.3rem;
		font-size: 3.6rem;
		display: block;
		width: 100%;
	}
	.comPageBox .txtBox h2 .jp {
		width: 100%;
	}
	.comPageBox .txtBox .subTxt {
		position: relative;
		padding: 7.8rem 2rem 0;
	}
	.comPageBox .txtBox .subTxt .checkbg {
		z-index: 3;
	}
	.comPageBox .txtBox .innTxt {
		z-index: 4;
	}
	.comPageBox .txtBox .subTxt p {
		margin-bottom: 2.5rem;
		letter-spacing: 0;
		line-height: 2;
		font-size: max(10px, 1.2rem);
	}
	.comPageBox .txtBox .subTxt .subTtl {
		margin-bottom: 2.4rem;
		font-size: max(10px, 1.9rem);
		letter-spacing: 0.06em;
		line-height: 1.58;
	}
	.comPageBox .txtBox .subTxt .enTxt {
		font-size: max(10px, 1rem);
		line-height: 1.5;
	}
	.comPageBox .txtBox .ttlBox .sideTtl {
		right: 0.8rem;
		top: auto;
		bottom: 0;
		margin: 0 !important;
		line-height: 1;
		letter-spacing: 0;
		font-size: max(10px, 1rem);
	}
	.comPageBox .sideTtl .dot {
		margin-top: -0.5rem;
	}
}
.fadeInUp {
	opacity: 0;
	transform: translateY(3rem);
	transition: all 1s;
}
.fadeInUp.visible {
	opacity: 1;
	transform: translateY(0);
}
.bgLazy {
	opacity: 0;
	transition: all 0.5s;
}
.bgLazy.visible {
	opacity: 1;
}
.splitText {
	opacity: 0;
}
.splitText span {
	opacity: 0;
	display: inline-block;
	transition: 1s;
}
.fadeIn {
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
.fadeIn.visible {
	opacity: 1;
}
.delay01 {
	transition-delay: 0.5s;
}
.delay02 {
	transition-delay: 0.7s;
}
.delay03 {
	transition-delay: 0.9s;
}
@keyframes line {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
/*------------------------------------------------------------
	parallaxBox
------------------------------------------------------------*/
.parallaxBox {
	overflow: hidden;
	position: relative;
	padding-bottom: 120%;
	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;
}
.mfp-bg {
	background-color: #fff;
}
.mfp-wrap .mfp-close {
	width: 3.1rem;
	height: 1.2rem;
	top: 2rem;
	right: 2rem;
	opacity: 1;
	font-size: 0;
	transition: .3s;
	background: url(../img/common/close.png) no-repeat center center / cover;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.97;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content,
.mfp-fade.mfp-wrap .mfp-close {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content,
.mfp-fade.mfp-wrap.mfp-ready .mfp-close {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content,
.mfp-fade.mfp-wrap.mfp-removing .mfp-close {
	opacity: 0;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}

.jsFadeTxt {
    opacity: 0;
}
.jsFadeTxt.visible {
    opacity: 1;
}