body {
  color: #c8c8c8;
	color:#fff;
  font-family:"Outfit", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  letter-spacing:0;
  line-height: 1.5;
	background-color:#D7D7D7;
	position:relative;
	/* mix-blend-mode:difference; */
}
body * {
	box-sizing:border-box;
}
body::after {
	content:"";
	display:block;
	width:100%;
	height:100%;
	/* background-image:url('../img/_bg_noise.png'); */
	/* background-repeat:repeat; */
	/* background-position: center; */
	background:linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../img/_bg_noise.png') center repeat;
	background-size:1376px 768px;
	background-size:688px 384px;
	overflow:hidden;
	position:fixed;
	top:0;
	left:0;
	/* z-index:1; */
	mix-blend-mode:difference;
}
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	color:#fff;
  font-family:"Outfit", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  letter-spacing:0;
  line-height: 1.5;
}
/* body.bg::before {
	opacity:1;
	transition:0.5s;
} */
.bg-area {
  width:100%;
	height:100dvh;
	min-height:600px;
	/* background-color:rgba(255,255,255,0.5); */
	/* background-color:rgba(0,0,0,0.5); */
	overflow:hidden;
	position:fixed;
	z-index:-10;
	background-image:url('../img/_bg_noise.png');
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.movie-area {
	width:100%;
	height:140%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:-1;
	mix-blend-mode: multiply;
}
.movie-area video {
	width:100%;
	height:100%;
	object-fit:cover;
}
img {
	width:100%;
}
a, a:hover,
a::before, a:hover::before,
a::after, a:hover::after {
	text-decoration:none;
	transition:0.5s;
}
.flex-container {
  display:flex;
  flex-wrap:wrap;
}
.bg_mesh {
	/* background-image:repeating-linear-gradient(
    90deg,
    rgba(255,255,255,1) ,
    rgba(255,255,255,1) 0.5px,
    transparent 0.5px,
    transparent 10px
  ),
  repeating-linear-gradient(
    0deg,
    rgba(255,255,255,1) ,
    rgba(255,255,255,1) 0.5px,
    transparent 0.5px,
    transparent 10px
  );
	background-color:transparent; */
	position:relative;
	/* z-index:1; */
}
.bg_mesh::before {
	content:"";
	display:block;
	width:100%;
	height:100%;
	background-image:repeating-linear-gradient(
    90deg,
    rgba(255,255,255,0.5) ,
    rgba(255,255,255,0.5) 0.5px,
    transparent 0.5px,
    transparent 10px
  ),
  repeating-linear-gradient(
    0deg,
    rgba(255,255,255,0.5) ,
    rgba(255,255,255,0.5) 0.5px,
    transparent 0.5px,
    transparent 10px
  );
	background-color:transparent;
	position:absolute;
	top:0;
	right:0;
	z-index:0;
	mix-blend-mode:difference;
	transform: translate3d(0,0,0);
}
.inline-block {
  display:inline-block;
	color:inherit;
	font-size:inherit;
	font-weight:inherit;
	letter-spacing:inherit;
	line-height:inherit;
	text-decoration:inherit;
}
.section {
	padding:120px 0;
	overflow:hidden;
	position:relative;
	/* z-index:1; */
}
.filter {
	background-color:transparent !important;
}
.filter::before {
	content:"";
	display:block;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	backdrop-filter: blur(20px);
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	/* mix-blend-mode:difference; */
}
.section .title-area {
	margin-bottom:50px;
}
.section .title-area .section-title {
	font-size:16px;
	line-height:1;
	padding-left:0.75em;
	position:relative;
}
.section .title-area .section-title::before {
	content:"";
	display:block;
	width:4px;
	height:100%;
	background-image:url('../img/icon_section-title.svg');
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	top:0;
	left:0;
}
.section .title-area .flex-container {
	margin-top:28px;
	gap:30px;
}
.section .title-area .flex-container .section-sub-title {
	font-size:26px;
	font-weight:400;
	letter-spacing:0.15em;
	line-height:1;
}
.section .title-area .flex-container .text-area {
	font-size:12px;
	font-weight:400;
	letter-spacing:0.050em;
	line-height:2;
}
.container {
	width:100%;
	/* max-width:1200px; */
	padding:0 60px;
	margin:0 auto;
	mix-blend-mode: difference;
	position:relative;
	z-index:2;
}
.btn {
	font-size:18px;
	line-height:1;
	display:block;
	width:240px;
	height:50px;
	padding:16px 20px;
	border:1px solid #fff;
	border-radius:25px;
	position:relative;
}
.btn:hover {
	color:#000;
	background-color:#fff;
}
/* .filter .btn {
	color:#000;
	background-color:#fff;
} */
.btn::before,
.btn::after {
	content:"";
	display:block;
	width:14px;
	height:14px;
	background-image:url('../img/icon_arrow_b.svg');
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	mix-blend-mode:difference;
	position:absolute;
	top:50%;
	right:20px;
	transform:translateY(-50%);
}
.btn::before {
	transform:translate(-50%,0%);
	opacity:0;
}
.btn:hover::before {
	transform:translate(0,-50%);
	opacity:1;
}
.btn:hover::after {
	transform:translate(50%,-100%);
	opacity:0;
}
/* .parts_bc {
	border-bottom:1px solid #bcbcbc;
} */
/* .parts_bc ul {
	padding:5px 0;
} */
.parts_bc ul li {
	font-size:12px;
	line-height:16px;
	display:inline;
}
.parts_bc ul li a span {
	color:#fff;
}
.parts_bc ul li a,
.parts_bc ul li span {
	color:rgba(255,255,255,0.2);
	font-size:12px;
	line-height:16px;
}
.parts_bc ul li + li {
	padding-left:15px;
	position:relative;
}
.parts_bc ul li + li::before {
	content:"";
	display:block;
	width:2px;
	height:2px;
	background-color:#fff;
	border-radius:50%;
	position:absolute;
	top:8px;
	left:calc( 15px / 2 );
	transform:translate(-50%,-50%);
}
.pc-block,
.over1000 {
	display:block;
}
.sp-block,
.under1000,
.under400 {
	display:none;
}
@media screen and (max-width:1000px) {
	.over1000 {
		display:none;
	}
	.under1000 {
		display:block;
	}
}
@media screen and (max-width:750px) {
	.pc-block {
		display:none;
	}
	.sp-block {
		display:block;
	}
	.section {
		padding:75px 0;
	}
	.section .title-area {
		margin-bottom:30px;
	}
	.section .title-area .flex-container {
		flex-direction:column;
	}
	.container {
		padding:0 35px;
	}
	.btn {
		font-size:20px;
		width:100%;
		max-width:360px;
		height:60px;
		padding:20px 25px;
		border-radius:30px;
	}
	.btn::before,
	.btn::after {
		width:17px;
		height:17px;
		right:26px;
	}
}

header {
	width:100%;
	height:auto;
	max-height:100dvh;
	overflow:auto;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	mix-blend-mode:difference;
	transition:0.5s;
}
header .container {
	/* max-width:1366px; */
	padding:40px;
	mix-blend-mode:difference;
}
header .container .logo-area {
	display:block;
	width:212px;
	margin-right:auto;
}
nav {
	transition:0.5s;
}
header .container nav {
	margin-right:40px;
}
nav ul {
	gap:20px;
}
nav ul li a {
	font-size:16px;
	line-height:1;
}
header .container .btn_menu {
	width:40px;
	height:16px;
	position:relative;
	z-index:1;
	cursor:pointer;
}
header .container .btn_menu::before,
header .container .btn_menu::after {
	content:"";
	display:block;
	width:100%;
	height:1px;
	background-color:#fff;
	position:absolute;
	left:50%;
	transform:translate(-50%,-50%);
	transition:0.5s;
}
header .container .btn_menu::before {
	top:calc( 50% - 4px );
}
header .container .btn_menu::after {
	top:calc( 50% + 4px );
}
header.opened .container .btn_menu::before {
	width:41px;
	top:50%;
	transform:translate(-50%,-50%) rotate(21.5deg);
	transition:0.5s;
}
header.opened .container .btn_menu::after {
	width:41px;
	top:50%;
	transform:translate(-50%,-50%) rotate(-21.5deg);
	transition:0.5s;
}
nav ul li a:hover,
.main-menu a:hover,
footer .menu-area a:hover,
.sitemap-area a:hover {
	background-color:#fff;
	color:#000;
}
header .container .main-menu {
	display:none;
	width:100%;
	margin-top:40px;
	transition:0.5s;
}
header .container .main-menu > .flex-container {
	gap:0 80px;
	position:relative;
}
header .container .main-menu > .flex-container > ul {
	z-index:1;
}
header .container .main-menu .page-list li + li {
	margin-top:34px;
}
header .container .main-menu .page-list li a {
	font-size:80px;
	line-height:0.7em;
	line-height:1;
	display:block;
	width:fit-content;
	margin:-0.18em 0 -0.12em;
}
header .container .main-menu .sub-page-list li + li {
	margin-top:22px;
}
header .container .main-menu .sub-page-list li a {
	font-size:20px;
	line-height:0.7em;
	line-height:1;
	display:block;
	width:fit-content;
	margin:-0.18em 0 -0.12em;
}
header .container .main-menu .sns-list li + li {
	margin-top:22px;
}
header .container .main-menu .sns-list li a {
	font-size:26px;
	line-height:0.7em;
	line-height:1;
	display:block;
	width:fit-content;
	margin:-0.18em 0 -0.12em;
}
header .container .icon-area {
	gap:22px;
	position:absolute;
	top:0;
	right:0;
}
header .container .icon-area .flex-item {
	width:50px;
}
header .container .main-menu .info-area {
	width:100%;
	margin-top:-35px;
}
header .container .main-menu .info-area p {
	font-size:10px;
	line-height:1.4;
	text-align:right;
	width:100%;
	max-width:260px;
	margin-left:auto;
}
header .container .main-menu .info-area p + p {
	margin-top:6px;
}
header .container .main-menu .info-area p.copyright {
	margin-top:42px;
}
.btn_contact {
	display:block;
	width:100%;
	padding:40px;
	position:relative;
	z-index:1;
	mix-blend-mode:difference;
	transform: translate3d(0,0,0);
}
.btn_contact:hover {
	background-color:#fff;
}
.btn_contact img {
	width:100%;
	height:100%;
	max-height:140px;
	object-fit:contain;
	mix-blend-mode:difference;
}
header .btn_contact {
	display:none;
}
header.opened {
	background-color:#191919;
	mix-blend-mode:unset;
	transition:0.5s;
}
header.opened .container nav {
	display:none;
	transition:0.5s;
}
header.opened .container .main-menu,
header.opened .btn_contact {
	display:block;
	transition:0.5s;
}
footer {
	position:relative;
	/* z-index:5; */
}
footer .container {
	/* max-width:1366px; */
	padding:0 40px;
}
footer .flex-container {
	justify-content:space-between;
	align-items:center;
}
footer .top-block {
	padding:60px 0;
}
footer .top-block > .flex-container {
	align-items:unset;
}
footer .top-block .info-area .logo-area {
	display:block;
	width:212px;
}
footer .top-block .info-area p.name-info {
	margin-top:40px;
}
footer .top-block .info-area p.address-info {
	margin-top:10px;
}
footer .top-block .info-area p.phone-info {
	margin-top:5px;
}
footer .top-block .menu-area {
	flex-direction:column;
	align-items:flex-end;
}
footer .container .menu-area .sns-area {
	gap:1em;
	transition:0.5s;
}
footer .middle-block {
	padding:22px 0;
	border-top:1px solid rgba(255,255,255,0.5);
	border-bottom:1px solid rgba(255,255,255,0.5);
}
footer .middle-block .group-title {
	font-size:16px;
	line-height:1;
}
footer .middle-block .group-area {
	width:100%;
	max-width:731px;
	/* gap:40px; */
	max-width:920px;
}
footer .middle-block .group-area li a {
	display:block;
}
footer .middle-block .group-area li.group_hd a img {
	width:auto;
	height:24px;
}
footer .middle-block .group-area li.group_kensuke a img {
	width:auto;
	height:56px;
}
footer .middle-block .group-area li.group_teshigoto a img {
	width:auto;
	height:22px;
}
footer .middle-block .group-area li.group_kiribako a img {
	width:auto;
	height:22px;
}
footer .middle-block .group-area li.group_vrejob a img {
	width:auto;
	height:28px;
}
footer .middle-block .group-area li.group_uchino a img {
	width:auto;
	height:16px;
}
footer .bottom-block {
	padding:20px 0;
}
footer .bottom-block * {
	font-size:10px;
	line-height:1;
}
footer .bottom-block .sub-menu-area nav ul {
	gap:10px;
}
@media screen and (max-width:1200px) {
	header .container .icon-area {
		flex-direction:column;
	}
}
@media screen and (max-width:1050px) {
	header .container .main-menu > .flex-container {
		gap:42px 80px;
	}
	header .container .main-menu .sub-page-list {
		order:1;
		width:calc( 50% - 40px );
	}
	header .container .main-menu .info-area {
		order:2;
		width:calc( 50% - 40px );
		margin-top:0;
	}
}
/* @media screen and (max-width:1000px) { */
@media screen and (max-width:1200px) {
	footer .middle-block > .flex-container {
		flex-direction:column;
		align-items:flex-start;
		gap:30px;
	}
	footer .middle-block .group-area {
		/* width:auto; */
		justify-content:flex-start;
		gap:20px 40px;
	}
}
@media screen and (max-width:850px) {
	header .container .main-menu .page-list li + li {
		margin-top:27px;
	}
	header .container .main-menu .page-list li a {
		font-size:50px;
	}
	header .container .main-menu .sub-page-list li + li {
		margin-top:16px;
	}
	header .container .icon-area {
		gap:12px;
	}
	header .container .icon-area .flex-item {
		width:24px;
	}
	header .container .main-menu .info-area {
		left:0;
	}
	header .container .main-menu .info-area p.copyright {
		margin-top:22px;
	}
	.btn_contact {
		padding:30px 25px;
	}
}
@media screen and (max-width:800px) {
	header .container nav {
		display:none !important;
	}
}
@media screen and (max-width:750px) {
	header .container {
		padding:40px 25px;
	}
	.btn_contact {
		padding:30px 25px;
	}
	footer .container {
		padding:0 25px;
	}
	footer .flex-container {
		justify-content:center;
	}
	footer .top-block .menu-area,
	footer .bottom-block .sub-menu-area {
		display:none;
	}
	footer .top-block .info-area * {
		text-align:center;
		margin-left:auto;
		margin-right:auto;
	}
	footer .top-block .info-area p.name-info {
		margin-top:30px;
	}
	footer .top-block .info-area p.phone-info {
		margin-top:28px;
	}
	footer .middle-block {
		padding:35px 0 40px;
	}
	footer .middle-block > .flex-container {
		padding:0;
		align-items:center;
		gap:27px;
	}
	footer .middle-block .group-area {
		max-width:320px;
		justify-content:center;
		gap:20px 30px;
	}
	footer .middle-block .group-area li.group_teshigoto a img {
		height:38px;
	}
}
@media screen and (max-width:600px) {
	header .container .main-menu > .flex-container {
		justify-content:space-between;
		gap:42px 0;
	}
	header .container .main-menu .page-list {
		width:100%;
	}
	header .container .main-menu .page-list li + li {
		margin-top:27px;
	}
	header .container .main-menu .page-list li a {
		font-size:50px;
	}
	header .container .main-menu .sub-page-list {
		width:auto;
	}
	header .container .main-menu .sub-page-list li + li {
		margin-top:16px;
	}
	header .container .main-menu .sns-list {
		order:2;
		padding-top:98px;/* 非表示分の高さ */
	}
	header .container .main-menu .sns-list li a {
		margin-left:auto;
	}
	header .container .icon-area {
		gap:12px;
	}
	header .container .icon-area .flex-item {
		width:24px;
	}
	header .container .main-menu .info-area {
		text-align:left;
		width:100%;
		position:absolute;
		bottom:0;
		left:0;
	}
	header .container .main-menu .info-area p {
		text-align:left;
		width:calc(100% - 120px);
    max-width:230px;
		margin-left:0;
	}
	header .container .main-menu .info-area p.copyright {
		margin-top:22px;
	}
}
@media screen and (max-width:400px) {
	header .container .main-menu .info-area p {
		max-width:180px;
	}
}
@media screen and (max-width:370px) {
	header .container .main-menu .sns-list {
		padding-top:120px;
	}
	header .container .main-menu .info-area p {
		max-width:120px;
	}
}
@media screen and (max-width:350px) {
	header .container .main-menu .page-list li + li {
		margin-top:25px;
	}
	header .container .main-menu .page-list li a {
		font-size: 46px;
	}
	footer .middle-block .group-area {
		gap:20px 25px;
	}
}

.home .section,
.home .contact-area {
	background-color:#D7D7D7;
}
.section-top {
	height:512px;
	padding:0;
	display:flex;
	align-items:flex-end;
}
.section-top .container {
	/* max-width:1366px; */
	padding:40px;
	justify-content:space-between;
	align-items:flex-end;
	position:relative;
}
.section-top .container .title-area .page-title {
	font-size:24px;
	font-weight:600;
	letter-spacing:0.2em;
	margin:-0.25em 0;
}
.section-top .container .title-area p {
	font-weight:400;
	letter-spacing:0.050em;
	line-height:2;
	margin-top:1.5em;
}
.section-top .container .info-area {
	padding-right:43px;
	/* margin:0 -20px; */
	justify-content:flex-start;
	align-items:flex-start;
}
.section-top .container .info-area > p {
	padding:0 16px;
	margin:-0.25em 0;
}
.section-top .container .info-area > p:not(:first-of-type) {
	border-left:1px solid #fff;
}
.section-top .container .info-area .address-info {
	justify-content:flex-start;
	align-items:flex-start;
	gap:5px 20px;
}
.section-top .container .info-area .phone-info {
	flex-direction:column;
	align-items:flex-start;
	gap:0 12px;
}
.section-top .container .copyright {
	font-size:10px;
	line-height:1;
	/* margin: 0 -8px; */
	position: absolute;
	bottom: 40px;
	right: 50px;
	transform-origin:right bottom;
	transform:rotate(90deg);
	/* transform: translate(calc(50% - 5px), 50%) rotate(90deg); */
}
@media screen and (max-width:1200px) {
	.section-top .container .info-area {
		text-align:right;
		flex-direction:column;
		align-items:unset;
		gap:10px;
	}
	.section-top .container .info-area > p {
		padding:0;
	}
	.section-top .container .info-area > p:not(:first-of-type) {
		border-left:none;
	}
	.section-top .container .info-area .phone-info br {
		display:none;
	}
}
@media screen and (max-width:1000px) {
	.section-top .container .title-area .sp-block {
		display:block;
	}
}
@media screen and (max-width:750px) {
	.section-top .container {
		padding:40px 25px;
		flex-direction:column;
		align-items:flex-start;
	}
	.section-top .container .title-area .page-title {
		font-size:20px;
	}
	.section-top .container .info-area {
		text-align:left;
		padding-right:0;
		margin-top:36px;
	}
	.section-top .container .copyright {
		right: 35px;
	}
}
@media screen and (max-width:350px) {
	.section-top .container .title-area p {
		font-size:11px;
	}
}

.home .section-message {
	padding-bottom:140px;
	margin-top:100dvh;
}
.home .section-message::before {
	display:none;
}
.home .section-message .message-filter {
	display: block;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0);
	/* backdrop-filter: blur(20px); */
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
.home .section-message .container > p {
	font-size:30px;
	letter-spacing:0.060em;
	line-height:calc( 70em / 30 );
}
.home .section-message .container > p .marker {
	color:#000;
	font-size:inherit;
	letter-spacing:inherit;
	line-height:inherit;
	background-color:rgba(255,255,255,0.75);
	background-color:rgba(255,255,255,1);
}
.home .section-message .container > p + p {
	margin-top:0.5em;
}
.home .section-message .container .btn {
	margin-top:60px;
}
@media screen and (max-width:750px) {
	.home .section-message {
		padding-bottom:90px;
	}
	.home .section-message .container > p {
		font-size:20px;
		letter-spacing:0;
		line-height:2;
	}
	.home .section-message .container > p .inline-block {
		display:inline;
	}
	.home .section-message .container .btn {
		margin-top:50px;
	}
}

.section-works .title-area .btn {
	margin-left:auto;
}
.section-works .btn.under1000 {
	margin-top:50px;
}
.section-works .business-area {
	padding:0 60px;
	margin:0 -60px;
	overflow:auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.section-works .business-area::-webkit-scrollbar {
	display: none;
}
.section-works .business-block {
	/* width:1080px; */
	width:100%;
	min-width:1080px;
}
.section-works .business-block .flex-item {
	width:calc( 100% / 3 );
	padding:34px 30px;
	border:1px solid #fff;
	border-radius:10px;
}
.section-works .business-block .flex-item .business-title {
	font-size:40px;
	line-height:1;
	margin-bottom:28px;
}
.section-works .business-block .flex-item .business-title span {
	display:block;
	font-size:10px;
	line-height:1;
	margin-bottom:20px;
}
.section-works .business-block .flex-item p {
	font-size:12px;
	font-weight:400;
	letter-spacing:0.050em;
	line-height:2;
	height:calc( 100% - 436px );
}
@media screen and (min-width:1200px) {
	.page-top .section-works .business-block .flex-item p {
		height:calc( 100% - 100vw / 3 - 36px );
	}
}
.section-works .business-block .flex-item .image-area {
	line-height:0;
	display:block;
	padding:70px;
	margin-top:40px;
	position:relative;
}
.section-works .business-block .flex-item .image-area::before {
	clip-path: polygon(0 0, 100% 0, 100% calc( 100% - 50px ), calc( 100% - 50px ) calc( 100% - 50px ), calc( 100% - 50px ) 100%, 0 100%);
}
.section-works .business-block .flex-item .image-area::after {
	content:"";
	display:block;
	width:40px;
	height:40px;
	background-image:url('../img/icon_arrow_b.svg');
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	mix-blend-mode:difference;
	position:absolute;
	bottom:0;
	right:0;
}
.section-works .business-block .flex-item .image-area img {
	width:100%;
	aspect-ratio:1 / 1;
	object-fit:contain;
}
@media screen and (max-width:750px) {
	.section-works .business-area {
		padding:0 35px;
		margin:0 -35px;
	}
}

.loop-slide-area,
.contact-area {
	padding:0;
}
.loop-slide-area .slider {
	height:112px;
	mix-blend-mode:difference;
}
.loop-slide-area .slider .slick-slide {
	display:flex;
}
.loop-slide-area .slider .slick-slide .movie-area {
	width:200px;
	height:112px;
	position:initial;
	transform:none;
	overflow:hidden;
}
.loop-slide-area .slider .slick-slide .movie-area video {
	width:140%;
	margin-left:-20%;
}
.loop-slide-area .slider .slick-slide .text-area {
	font-size:110px;
	line-height:112px;
	padding:0 50px;
}
@media screen and (max-width:750px) {
	.loop-slide-area .slider {
		height:68px;
	}
	.loop-slide-area .slider .slick-slide .movie-area {
		width:120px;
		height:68px;
	}
	.loop-slide-area .slider .slick-slide .movie-area video {
		width:140%;
		margin-left:-20%;
	}
	.loop-slide-area .slider .slick-slide .text-area {
		font-size:50px;
		line-height:68px;
		padding:0 15px;
	}
}

.section-news .container {
	justify-content:space-between;
}
.section-news .title-area {
	margin-bottom:0;
}
.section-news .title-area .flex-container {
	width:350px;
	flex-direction:column;
}
.section-news .news-list-area {
	width:calc( 100% - 430px );
	border-top:1px solid #fff;
}
.section-news .news-list-area li {
	border-bottom:1px solid #fff;
}
.section-news .news-list-area li a {
	padding:20px 30px 20px 0;
	justify-content:space-between;
	position:relative;
}
.section-news .news-list-area li a::before,
.section-news .news-list-area li a::after {
	content:"";
	display:block;
	width:14px;
	height:14px;
	background-image:url('../img/icon_arrow_b.svg');
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	mix-blend-mode:difference;
	position:absolute;
	bottom:23px;
	right:0;
}
.section-news .news-list-area li a::before,
.page.archive-news .section-archive .container .article-list .list-item a::before {
	transform:translate(-100%,100%);
	opacity:0;
}
.section-news .news-list-area li a .date {
	font-size:10px;
	line-height:14px;
	line-height:21px;
	width:50px;
}
.section-news .news-list-area li a .info-cat {
	font-size:10px;
	line-height:14px;
	width:50px;
	display:none;
}
.section-news .news-list-area li a .info-text {
	font-size:12px;
	font-weight:400;
	letter-spacing:0.050em;
	line-height:calc( 21em / 12 );
	width:calc( 100% - 75px );
}
.section-news .news-list-area li a:hover .info-text,
.page.archive-news .section-archive .container .article-list .list-item a:hover .a-title {
	color:rgba(255,255,255,0.5);
}
.section-news .news-list-area li a:hover::before,
.page.archive-news .section-archive .container .article-list .list-item a:hover::before {
	transform:translate(0);
	opacity:1;
}
.section-news .news-list-area li a:hover::after,
.page.archive-news .section-archive .container .article-list .list-item a:hover::after {
	transform:translate(100%,-100%);
	opacity:0;
}
@media screen and (max-width:1000px) {
	.section-news .container {
		flex-direction:column;
	}
	.section-news .title-area {
		margin-bottom:0;
	}
	.section-news .title-area .flex-container {
		width:100%;
		flex-direction:row;
	}
	.section-news .news-list-area {
		width:100%;
		margin-top:30px;
	}
	.section-news .btn.under1000 {
		margin-top:50px;
	}
}
@media screen and (max-width:750px) {
	.section-news .title-area .flex-container {
		flex-direction:column;
	}
}

body.page::after {
	z-index:-1;
}
.page .section-top .container {
	height:100%;
	padding-top:98.5px;
	flex-direction:column;
	align-items:flex-start;
}
.page .section-top .container .title-area .page-title {
	font-size:48px;
	font-weight:300;
	letter-spacing:0;
	line-height:1;
	/* line-height:0.7; */
	padding-left:14px;
	position:relative;
}
.page .section-top .container .title-area .page-title::before {
	content: "";
	display: block;
	width: 4px;
	height: 12px;
	background-image: url(../img/icon_section-title.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	top:0.18em;
}
.page .section-top .container .title-area .page-title span {
	display:block;
	font-size:14px;
	font-weight:400;
	letter-spacing:0.150em;
	line-height:1;
	/* margin-top:20px; */
	margin-top:1em;
}
/* .page .section {
	border-top: 1px solid #fff;
	mix-blend-mode:difference;
	z-index:1;
} */
.page .section::before {
	content:"";
	display:block;
	width:100%;
	height:1px;
	background-color:#fff;
	position:absolute;
	top:0;
	left:0;
	mix-blend-mode:difference;
	transform: translate3d(0,0,0);
}
.page .section::after {
	content:"";
	display:block;
	width:1px;
	height:100%;
	background-color:#fff;
	position:absolute;
	top:0;
	/* left:calc( 50% - 643px ); */
	left:40px;
	transform:translateX(-50%);
	mix-blend-mode:difference;
}
.page .section .subheading {
	line-height:40px;
	padding:0 20px;
	position:absolute;
	top:0;
	/* left:calc( 50% - 683px ); */
	left:0;
	transform:rotate(90deg);
	transform-origin:20px 20px;
	mix-blend-mode:difference;
}
.page .contact-area .btn_contact {
	border-top: 1px solid #fff;
}
.page footer {
	background-color:#fff;
	mix-blend-mode:difference;
	background-color:#000 !important;
	mix-blend-mode:normal;
}
/* @media screen and (max-width:1366px) {
	.page .section::after {
		left:40px;
	}
	.page .section .subheading {
		left:0;
	}
} */
.page .section .container {
	max-width:1240px;
	padding-left:100px;
	mix-blend-mode:normal;
	z-index:unset;
}
.page .section .container > * {
	mix-blend-mode:difference;
	transform: translate3d(0,0,0);
}

@media screen and (max-width:750px) {
	.page .section {
		padding:80px 0;
	}
	.page .section::after,
	.page .section .subheading {
		display:none;
	}
	.page .section .container {
		max-width:1240px;
		padding-left:35px;
	}
}

/* page-about */
.page .section-mvv {
	overflow:visible;
}
.page .section-mvv .section-title {
	font-size:26px;
	font-weight:400;
	letter-spacing:0.050em;
	line-height:1;
	padding:0;
}
.page .section-mvv .section-title::before {
	display:none;
}
.page .section-mvv .flex-container {
	justify-content:space-between;
	/* align-items:flex-start; */
	margin-top:66px;
}
.page .section-mvv .flex-item {
	width:calc( 50% - 40px );
	position:relative;
}
.page .section-mvv .image-area {
	margin-top:calc( 100% * 34.64101615137755 / 500 );
	aspect-ratio:500 / 467;
	/* aspect-ratio:1 / 1; */
	/* padding:3.3% 0; */
	/* position:relative; */
	position:sticky;
	top:200px;
	transform-origin:center;
	transition:0.75s;
}
.page .section-mvv .image-area .circle {
	width:260px;
	width:calc( 100% * 260 / 500 );
	aspect-ratio:1 / 1;
	border:1px solid #fff;
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	position:absolute;
	container-type: inline-size;
}
.page .section-mvv .image-area .circle:nth-of-type(1) {
	top:0;
	top:calc( -100% * 34.64101615137755 / 500 );
	left:50%;
	transform:translateX(-50%);
}
.page .section-mvv .image-area .circle:nth-of-type(2) {
	bottom:0;
	bottom:calc( 100% * 34.64101615137755 / 500 );
	left:0;
}
.page .section-mvv .image-area .circle:nth-of-type(3) {
	bottom:0;
	bottom:calc( 100% * 34.64101615137755 / 500 );
	right:0;
}
.page .section-mvv .image-area .circle p {
	font-size:44px;
	font-size:calc( 100% * 44 / 260 );
	font-size:calc( ( 100cqw + 2px ) * 44 / 260 );
	line-height:0.7;
	transition:0.75s;
}
.page .section-mvv .image-area .circle p span {
	font-size:16px;
	font-size:calc( 100% * 16 / 260 );
	font-size:calc( ( 100cqw + 2px ) * 16 / 260 );
	font-weight:400;
	letter-spacing:0.15em;
	line-height:1;
	text-align:center;
	display:block;
	margin-top:18px;
	margin-top:calc( 100% * 18 / 260 );
	margin-top:calc( ( 100cqw + 2px ) * 18 / 260 );
}
.page .section-mvv .image-area.deg120 {
	transform:rotate(120deg);
}
.page .section-mvv .image-area.deg120 .circle p {
	transform:rotate(-120deg);
}
.page .section-mvv .image-area.deg240 {
	transform:rotate(240deg);
}
.page .section-mvv .image-area.deg240 .circle p {
	transform:rotate(-240deg);
}
.page .section-mvv .text-area .sub-section {
	width:100%;
	aspect-ratio:500 / 467;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:flex-start;
}
.page .section-mvv .text-area .sub-section + .sub-section {
	margin-top:100px;
}
.page .section-mvv .text-area .sub-section .sub-section-title {
	font-size:80px;
	line-height:1;
	line-height:0.7;
}
.page .section-mvv .text-area .sub-section .sub-section-title span {
	font-size:18px;
	font-weight:400;
	letter-spacing:0.15em;
	line-height:1;
	display:block;
	margin-top:20px;
}
.page .section-mvv .text-area .sub-section .sub-section-title::after {
	content:"";
	display:block;
	width:4px;
	height:4px;
	background-color:#fff;
	border-radius:50%;
	margin:25px 0;
}
.page .section-mvv .text-area .sub-section p {
	font-size:30px;
	font-weight:400;
	letter-spacing:0.060em;
	line-height:1.7;
	width:100%;
	max-width:450px;
	margin:-0.35em 0;
}
.page .section-mvv .keyword-area {
	padding:85px 0;
	margin-top:120px;
	padding:calc( 100% * 85 / 1080 ) 0;
	margin-top:calc( 100% * 120 / 1080 );
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	justify-content:center;
	align-items:center;
	/* gap:100px; */
	container-type: inline-size;
}
.page .section-mvv .keyword-area > div {
	font-size:30px;
	font-size:calc( 100cqw * 30 / 1080 );
	font-weight:400;
	letter-spacing:0.3em;
	line-height:40px;
	margin-right:-0.3em;
	position:relative;
}
.page .section-mvv .keyword-area > div + div {
	margin-left:calc( 100cqw * 100 / 1080 );
	position:relative;
}
.page .section-mvv .keyword-area > div:not(:first-of-type)::before,
.page .section-mvv .keyword-area > div:not(:first-of-type)::after {
	content:"";
	display:block;
	width:80px;
	width:calc( 100cqw * 80 / 1080 );
	height:1px;
	background-color:#fff;
	position:absolute;
	top:50%;
	left:-50px;
	left:calc( -100cqw * 50 / 1080 );
}
.page .section-mvv .keyword-area > div:not(:first-of-type)::before {
	transform:translate(-50%,-50%) rotate(-45deg);
}
.page .section-mvv .keyword-area > div:not(:first-of-type)::after {
	transform:translate(-50%,-50%) rotate(45deg);
}
.page .section-outline .container {
	justify-content:space-between;
}
.page .section-outline .title-area {
	width:calc( 100% - 720px );
	width:170px;
	width:fit-content;
}
.page .section-outline .section-title {
	font-size:26px;
	font-weight:400;
	letter-spacing:0.15em;
	line-height:1;
	padding:0;
}
.page .section-outline .section-title::before {
	display:none;
}
.page .section-outline .data-area {
	width:720px;
	width:calc( 100% - 170px );
	max-width:720px;
	mix-blend-mode:unset;
	transform:none;
}
.page .section-outline .data-area table {
	width:100%;
	border-top:1px solid #fff;
	mix-blend-mode:difference;
}
.page .section-outline .data-area table tr {
	width:100%;
	border-bottom:1px solid #fff;
}
.page .section-outline .data-area table tr th {
	font-size:14px;
	font-weight:400;
	letter-spacing:0.2em;
	line-height:calc( 22em / 14 );
	text-align:left;
	padding:28px 0;
	width:calc( 100% - 540px );
	width:25%;
}
.page .section-outline .data-area table tr td {
	font-size:14px;
	font-weight:400;
	letter-spacing:0.1em;
	line-height:calc( 22em / 14 );
	padding:28px 0;
	width:75%;
}
.page .section-outline .data-area table tr td .td-title,
.page .section-outline .data-area table tr td .td-text {
	display:block;
	font-size:inherit;
	font-weight:inherit;
	letter-spacing:inherit;
	line-height:inherit;
}
.page .section-outline .data-area table tr td .td-title {
	margin-bottom:0.25em;
}
.page .section-outline .data-area table tr td .td-title {
	display:block;
	font-size:inherit;
	font-weight:inherit;
	letter-spacing:inherit;
	line-height:inherit;
	margin-bottom:0.25em;
}
.page .section-outline .data-area table tr td .td-text + .td-title {
	margin-top:1.5em;
}
.page .section-outline .map-area {
	margin-top:60px;
	width:100%;
	aspect-ratio:720 / 350;
	mix-blend-mode:luminosity;
}
.page .section-outline .map-area iframe {
	width:100%;
	height:100%;
	object-fit:cover;
}
@media screen and (max-width:1080px) {
	.page .section-mvv .flex-item {
		width:calc( 50% - 20px );
	}
	.page .section-mvv .text-area .sub-section .sub-section-title {
		font-size:60px;
	}
	.page .section-mvv .text-area .sub-section p {
		font-size:24px;
		max-width:none;
	}
}
@media screen and (max-width:750px) {
	.page .section-mvv .section-title {
		font-size:28px;
		line-height:40px;
		margin:-6px 0;
	}
	.page .section-mvv .mvv-area.flex-container {
		flex-direction:column-reverse;
		margin-top:60px;
		gap:75px;
	}
	.page .section-mvv .flex-item {
		width:100%;
	}
	.page .section-mvv .image-area {
		max-width:500px;
		margin:0 auto;
		position:relative;
		top:0;
	}
	.page .section-mvv .image-area .circle:nth-of-type(1) {
		top:0;
	}
	.page .section-mvv .image-area .circle:nth-of-type(2),
	.page .section-mvv .image-area .circle:nth-of-type(3) {
		bottom:0;
	}
	.page .section-mvv .image-area .circle p {
		font-size:44px;
		font-size:calc( 100% * 44 / 260 );
		font-size:calc( ( 100cqw + 2px ) * 44 / 260 );
		line-height:0.7;
		transition:0.75s;
	}
	.page .section-mvv .image-area .circle p span {
		font-size:16px;
		font-size:calc( 100% * 16 / 260 );
		font-size:calc( ( 100cqw + 2px ) * 16 / 260 );
		font-weight:400;
		letter-spacing:0.15em;
		line-height:1;
		text-align:center;
		display:block;
		margin-top:18px;
		margin-top:calc( 100% * 18 / 260 );
		margin-top:calc( ( 100cqw + 2px ) * 18 / 260 );
	}
	.page .section-mvv .image-area.deg120,
	.page .section-mvv .image-area.deg120 .circle p,
	.page .section-mvv .image-area.deg240,
	.page .section-mvv .image-area.deg240 .circle p {
		transform:none;
	}
	.page .section-mvv .text-area .sub-section {
		aspect-ratio:unset;
	}
	.page .section-mvv .text-area .sub-section + .sub-section {
		margin-top:80px;
	}
	.page .section-mvv .keyword-area {
		padding:calc( 100% * 85 / 1080 ) 0;
		margin:calc( 100% * 120 / 1080 ) 0;
		padding:60px 0;
		margin-top:80px;
	}
	.page .section-mvv .keyword-area > div {
		font-size:calc( 100cqw * 34 / 1080 );
	}
	.page .section-outline .container {
		flex-direction:column;
	}
	.page .section-outline .data-area {
		width:100%;
	}
	.page .section-outline .data-area table tr th {
		display:block;
		width:100%;
		padding:17px 0 6px;
	}
	.page .section-outline .data-area table tr td {
		display:block;
		width:100%;
		padding:0 0 17px;
	}
	.page .section-outline .map-area {
		margin-top:40px;
		aspect-ratio:1 / 1;
		max-height:360px;
	}
}
@media screen and (max-width:600px) {
	.page .section-mvv .keyword-area {
		flex-direction:column;
	}
	.page .section-mvv .keyword-area > div {
		font-size:26px;
		line-height:1;
		text-align:center;
		margin:0;
		width:100%;
	}
	.page .section-mvv .keyword-area > div + div {
		margin-left:0;
		margin-top:80px;
	}
	.page .section-mvv .keyword-area > div:not(:first-of-type)::before,
	.page .section-mvv .keyword-area > div:not(:first-of-type)::after {
		width:50px;
		top:-40px;
		left:50%;
	}
}

/* page-contact */
.section-contact .container {
	max-width:1200px;
}
/* .page-contact .section-contact,
.page-contact .section-contact .container {
	mix-blend-mode:unset;
} */
.section-contact .lead-text {
	font-weight:400;
	letter-spacing:0.050em;
	line-height:2;
	/* mix-blend-mode:difference; */
}
.page .section-contact .form-area {
	margin-top:40px;
	mix-blend-mode:normal;
	transform:none;
}
.form-area * {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
}
.form-area dl {
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-wrap:wrap;
	/* mix-blend-mode:difference; */
}
.form-area dl + dl {
	margin-top:20px;
}
.form-area dl dt {
	font-size:18px;
	font-weight:400;
	letter-spacing:0.150em;
	line-height:30px;
	padding:10px 0;
	margin-right:auto;
	position:relative;
	mix-blend-mode:difference;
}
.form-area dl dt.require::after {
	content:"";
	display:block;
	width:4px;
	height:4px;
	background-color:#fff;
	border-radius:50%;
	position:absolute;
	top:calc( 50% - 0.5em );
	right:-8px;
	transform:translateY(-50%);
}
.form-area dl dd {
	width:calc( 100% - 325px );
}
.page .section-contact .form-area dl dd * {
	mix-blend-mode:normal;
	transform:none;
}
.form-area dl dd p {
	width:100%;
	background-color:#fff;
	border-radius:4px;
	overflow:hidden;
}
.form-area dl dd.w02 {
	display:flex;
	/* justify-content:space-between; */
	gap:15px;
}
.form-area dl dd.w02 > div {
	width:calc( ( 100% - 15px ) / 2 );
}
.form-area dl dd input,
.form-area dl dd select,
.form-area dl dd textarea {
	color:#000;
	font-size:14px;
	font-weight:400;
	letter-spacing:0.150em;
	line-height:calc( 20em / 14 );
	padding:calc( 15em / 14 );
	width: 100%;
	background-color:transparent;
	border:none;
	border-radius:4px;
	box-sizing:border-box;
	/* position:relative; */
}
.form-area dl dd.type-select {
	position:relative;
}
.form-area dl dd.type-select::before {
	content:"";
	display:block;
	width:10px;
	height:10px;
	border-left:0.75px solid #000;
	border-bottom:0.75px solid #000;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 1px 100%, 1px calc( 100% - 1px ), 0 calc( 100% - 1px ));
	position: absolute;
  top: 50%;
  right: 20px;
	z-index:1;
	transform:translateY(-50%) rotate(-45deg);
}
.form-area .acceptance {
	text-align: center;
	line-height: 30px;
	line-height:1;
	padding:40px 0;
	margin: 40px auto 30px;
	position:relative;
}
.form-area .acceptance::before,
.form-area .acceptance::after {
	content:"";
	display:block;
	width:100%;
	height:1px;
	background-color:#fff;
	mix-blend-mode:difference;
	position:absolute;
	left:0;
	transform: translate3d(0,0,0);
}
.form-area .acceptance::before {
	top:0;
}
.form-area .acceptance::after {
	bottom:0;
}
.form-area .acceptance .wpcf7-list-item {
	margin:0;
}
.form-area .acceptance .wpcf7-list-item label {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
.form-area .acceptance input {
	width: 30px;
	height: 30px;
	margin: 0;
	/* margin-top:calc( 0.9em - 10px ); */
	margin-right: 14px;
	background-color:#fff;
	/* border: 1px solid #121212; */
	border-radius:4px;
	position:relative;
}
.form-area .acceptance .wpcf7-list-item-label {
	font-size:18px;
	font-weight:400;
	letter-spacing:0.150em;
	line-height:30px;
	text-align:left;
	/* width:calc( 100% - 28px ); */
	position:relative;
	mix-blend-mode: difference;
}
.form-area .acceptance .wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
	content: "";
	display: block;
	width: 22px;
	height: 12px;
	width:33px;
	height:18px;
	border-bottom: 1.5px solid #fff;
	border-left: 1.5px solid #fff;
	position: absolute;
	top: 30%;
	top:0.25em;
	left: -45px;
	transform: translateY(-50%) rotate(-45deg);
}
.form-area .acceptance a {
	display:inline;
	font-size:inherit;
	font-weight:inherit;
	letter-spacing:inherit;
	line-height:inherit;
	text-decoration: underline;
}
.form-area .btn-area {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	gap:15px;
}
.form-area .btn-area .btn-submit {
	width:calc( ( 100% - 15px ) / 2 );
	max-width:480px;
	border-radius:40px;
	position:relative;
	cursor:pointer;
	transition:0.5s;
	mix-blend-mode:difference;
}
.form-area .btn-area .btn-submit:hover {
	background-color:#fff;
	transition:0.5s;
}
.form-area .btn-area .btn-submit::after {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background-image: url(../img/icon_arrow_b.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	mix-blend-mode: difference;
	position: absolute;
	top: 50%;
	right: 32px;
	transform: translateY(-50%);
}
.form-area .btn-area .btn-submit input {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.150em;
	line-height: 1;
	text-align:left;
	width:100%;
	padding: 30px 32px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 40px;
	mix-blend-mode: difference;
	position:relative;
	transition:0.5s;
	cursor:pointer;
}
.form-area .btn-area .btn-submit:hover input {
	border-color:#000;
	transition:0.5s;
}
.form-area .btn-area .wpcf7-spinner {
	display:none;
}
.form-area .wpcf7-not-valid-tip {
	color: #fff;
	margin-top: 8px;
	mix-blend-mode: difference;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	text-align:center;
	width: fit-content;
	padding: 0.5em 1em;
	margin: 2em auto 0;
	border-color:#fff;
	mix-blend-mode:difference;
}
.page-contact_confirm .form-area dl dd p {
	color:#000;
	font-size:14px;
	font-weight:400;
	letter-spacing:0.150em;
	line-height:calc( 20em / 14 );
	width:fit-content;
	padding:calc( 15em / 14 );
	background-color:transparent;
}
.page-contact_confirm .form-area dl dd.w02 > div {
	width:fit-content;
}
.page-contact_confirm .form-area .btn-area {
	margin-top:40px;
}
@media screen and (max-width:1000px) {
	.form-area dl dt {
		font-size:14px;
	}
	.form-area dl dd {
		width:calc( 100% - 240px );
	}
}
@media screen and (max-width:750px) {
	.form-area dl {
		flex-direction:column;
	}
	.form-area dl + dl {
		margin-top:35px;
	}
	.form-area dl dt {
		font-size:14px;
		line-height: 1;
		padding: 0;
		margin-bottom: 20px;
	}
	.form-area dl dd {
		width:100%;
	}
	.form-area dl dd.w02 {
		gap:6px;
	}
	.form-area dl dd.w02 > div {
		width:calc( 50% - 3px );
	}
	.form-area .acceptance .wpcf7-list-item-label {
		font-size:16px;
	}
	.form-area .btn-area .btn-submit {
		width:100%;
		max-width:350px;
	}
	.page-contact_confirm .form-area dl dd p {
		word-break:break-all;
		padding:0 0 10px;
	}
}
@media screen and (max-width:400px) {
	.under400 {
		display:block;
	}
	.form-area .acceptance .wpcf7-list-item-label {
		font-size:14px;
	}
	.form-area .btn-area .btn-submit::after {
		width: 18px;
    height: 18px;
    right: 25px;
	}
	.form-area .btn-area .btn-submit input {
		font-size:14px;
    line-height: 20px;
    padding: 25px;
	}
}

/* archive-business */
.page.archive .section-archive,
.page.single .section-single {
	padding:0;
	overflow:unset;
}
.page.archive .section-archive > .flex-container,
.page.single .section-single > .flex-container {
	/* max-width:1366px; */
	margin:0 auto;
}
.page.archive .section::after,
.page.single .section::after {
	display:none;
}
.page .section .info-area {
	width:325px;
	padding: 40px;
	border-right:1px solid #fff;
	mix-blend-mode:difference;
	transform: translate3d(0,0,0);
}
.page .section .info-area .menu-list {
	display:flex;
	flex-direction:column;
	gap:4px;
	width:100%;
	position:sticky;
	top:100px;
}
.page .section .info-area li a {
	line-height:20px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.page .section .info-area li a:hover {
	color:#000;
	background-color:#fff;
}
.page .section .info-area li a .list-name {
	color:inherit;
	font-size:18px;
	line-height:inherit;
}
.page .section .info-area li a .list-count {
	color:inherit;
	font-size:10px;
	line-height:inherit;
	text-align:center;
	display:block;
	width:30px;
}
.page .section .info-area li.active a {
	pointer-events:none;
}
.page .section .info-area li.active a .list-name,
.page .section .info-area li.active a .list-count {
	color:rgba(255,255,255,0.5);
}
.page .section .info-area li.sub-list a .list-name {
	font-size:14px;
	margin-left:10px;
}
.page .section .info-area li.sub-list a .list-count {
	font-size:8px;
}
.page.archive .section-archive .container,
.page.single .section-single .container {
	width:calc( 100% - 325px );
	padding:0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.page.archive .section-archive .container {
	max-width:none;
}
.page.archive .section-archive .container .article-list {
	padding:40px;
	display:flex;
	gap:40px;
}
.page.archive-business .section-archive .container .article-list {
	mix-blend-mode:normal;
	transform:none;
}
.page.archive .section-archive .container .article-list .list-item {
	width:calc( 50% - 20px );
}
.page.archive .section-archive .container .article-list .list-item.no-item {
	mix-blend-mode:difference;
	transform: translate3d(0,0,0);
}
.page.archive .section-archive .container .article-list a {
	display:block;
}
.page.archive .section-archive .container .article-list a .image-area {
	width:100%;
	aspect-ratio:460 / 260;
	background-color:#000;
	line-height:0;
}
.page.archive .section-archive .container .article-list a .image-area img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.page.archive .section-archive .container .article-list a .text-area {
	margin-top:10px;
	mix-blend-mode:difference;
	transform: translate3d(0,0,0);
}
.page.archive .section-archive .container .article-list a .text-area .a-title {
	font-size:18px;
	line-height:24px;
}
.page.archive .section-archive .container .article-list a .text-area .a-cat {
	margin-top:5px;
}
.page.archive .section-archive .container .article-list a .text-area .cat-item {
	font-size:12px;
	line-height:16px;
	opacity:0.5;
}
.page.archive .section-archive .container .article-list a .text-area .cat-item + .cat-item::before {
	text-align:center;
	content:"/";
	display:inline-block;
	width:11px;
}
.page.archive .section-archive .pagination-area .pager_style {
	width:100%;
	border-top:1px solid #fff;
}
.page.archive .section-archive .pagination-area ul {
	display:flex;
	justify-content:center;
}
.page.archive .section-archive .pagination-area ul li {
	border-right:1px solid #fff;
	flex:0 0 80px;
}
.page.archive .section-archive .pagination-area ul li:first-of-type {
	border-left:1px solid #fff;
}
.page.archive .section-archive .pagination-area ul li a {
	font-size:18px;
	line-height:20px;
	text-align:center;
	display:block;
	width:100%;
	height:80px;
	padding:30px;
	/* border-right:1px solid #fff; */
	position:relative;
}
.page.archive .section-archive .pagination-area ul li a:hover {
	background-image:url('../img/bg_pagination_h_rp.png');
	/* background-position:center; */
	background-repeat:repeat;
	background-size:3px 3px;
}
.page.archive .section-archive .pagination-area ul li.on a {
	color:#000;
	background-color:#fff;
	pointer-events:none;
}
.page.archive .section-archive .pagination-area ul li.prev.no-link a,
.page.archive .section-archive .pagination-area ul li.next.no-link a {
	pointer-events:none;
	background-color:rgba(2565,255,255,0.25);
	opacity:0.25;
}
.page.archive .section-archive .pagination-area ul li.prev a::before,
.page.archive .section-archive .pagination-area ul li.next a::before,
.parts_single-pagination .container .flex-item.prev a::before,
.parts_single-pagination .container .flex-item.next a::before {
	content:"";
	display:block;
	width:14px;
	height:14px;
	background-image:url('../img/icon_arrow_w.svg');
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	top:50%;
	left:50%;
	mix-blend-mode:difference;
}
.page.archive .section-archive .pagination-area ul li.prev a::before,
.parts_single-pagination .container .flex-item.prev a::before {
	transform:translate(-50%,-50%) rotate(-135deg);
}
.page.archive .section-archive .pagination-area ul li.next a::before,
.parts_single-pagination .container .flex-item.next a::before {
	transform:translate(-50%,-50%) rotate(45deg);
}
@media screen and (max-width:1000px) {
	.page .section .info-area {
		width:calc( 100% - 675px );
	}
	.page.archive .section-archive .container,
	.page.single .section-single .container {
		width:675px;
	}
}
@media screen and (max-width:905px) {
	.page .section .info-area {
		width:230px;
	}
	.page.archive .section-archive .container,
	.page.single .section-single .container {
		width:calc( 100% - 230px );
	}
}
@media screen and (max-width:750px) {
	.page.archive .section-archive > .flex-container {
		flex-direction:column;
	}
	.page .section .info-area {
		width:100%;
		padding:0;
		border:none;
	}
	.menu-window {
		font-size:18px;
		line-height:20px;
		width:100%;
		padding: 20px 65px 20px 25px;
		border-bottom:1px solid #fff;
		display: flex;
		justify-content: space-between;
		position: relative;
		mix-blend-mode:difference;
		cursor:pointer;
	}
	.menu-window::before,
	.menu-window::after {
		content:"";
		display:block;
		width:20px;
		height:1px;
		background-color:#fff;
		mix-blend-mode:difference;
		position:absolute;
		top:50%;
		right:25px;
		opacity:1;
	}
	.menu-window::before {
		transform:translateY(-50%);
	}
	.menu-window::after {
		transform:translateY(-50%) rotate(90deg);
		transition:0.5s;
	}
	.menu-area.opened .menu-window::after {
		/* display:none; */
		opacity:0;
		transition:0.5s;
	}
	.menu-window .list-count {
		font-size:10px;
		line-height:inherit;
		text-align:center;
		display:inline-block;
		width:30px;
	}
	.page .section .info-area .menu-list {
		display: none;
		width:100%;
		padding: 20px 65px 20px 25px;
		position: relative;
		top:0;
		z-index: 100;
	}
	.page.archive .section-archive .container,
	.page.single .section-single .container {
		width:100%;
	}
	.page.archive .section-archive .container .article-list {
		padding:40px 35px;
		gap:20px;
	}
	.page.archive .section-archive .container .article-list .list-item {
		width:calc( 50% - 10px );
	}
	.page.archive .section-archive .container .article-list a .text-area .a-title {
		font-size:14px;
	}
	.page.archive .section-archive .pagination-area ul li {
		flex:0 0 60px;
	}
	.page.archive .section-archive .pagination-area ul li a {
		font-size:16px;
		height:60px;
		padding:20px;
	}
}

/* archive-news */
.page.archive-news .section-archive .container .article-list {
	gap:0;
}
.page.archive-news .section-archive .container .article-list .list-item {
	width:100%;
	/* border-bottom:1px solid #fff; */
}
.page.archive-news .section-archive .container .article-list .list-item a {
	width:100%;
	display:flex;
	position:relative;
}
.page.archive-news .section-archive .container .article-list .list-item a::before,
.page.archive-news .section-archive .container .article-list .list-item a::after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-image: url(../img/icon_arrow_b.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	mix-blend-mode: difference;
	position: absolute;
	bottom: 23px;
	right: 0;
	transition:0.5s;
}
.page.archive-news .section-archive .container .article-list .list-item a .a-date {
	font-size:10px;
	line-height:22px;
	width:74px;
	padding:19px 0;
	border-top:1px solid #fff;
}
.page.archive-news .section-archive .container .article-list .list-item a .a-title {
	font-size:12px;
	font-weight:400;
	letter-spacing:0.050em;
	line-height:22px;
	width:calc( 100% - 74px );
	padding:19px 30px 19px 0;
	border-top:1px solid #fff;
	transition:0.5s;
}
.page.archive-news .section-archive .container .article-list .list-item:last-of-type a .a-date,
.page.archive-news .section-archive .container .article-list .list-item:last-of-type a .a-title {
	border-bottom:1px solid #fff;
}
.page.archive-news .section-archive .container .article-list .list-item.repetition a .a-date {
	opacity:0;
}
@media screen and (max-width:750px) {
	.page.archive-news .section-archive .container .article-list .list-item a {
		padding:20px 30px 16px 0;
		border-top:1px solid #fff;
		flex-direction:column;
	}
	.page.archive-news .section-archive .container .article-list .list-item:last-of-type a {
		border-bottom:1px solid #fff;
	}
	.page.archive-news .section-archive .container .article-list .list-item a::after {
		bottom: 20px;
	}
	.page.archive-news .section-archive .container .article-list .list-item a .a-date {
		line-height:12px;
		width:100%;
		padding:0;
		border-top:none;
	}
	.page.archive-news .section-archive .container .article-list .list-item a .a-title {
		width:100%;
		padding:0;
		border-top:none;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.page.archive-news .section-archive .container .article-list .list-item:last-of-type a .a-date,
	.page.archive-news .section-archive .container .article-list .list-item:last-of-type a .a-title {
		border-bottom:none;
	}
	.page.archive-news .section-archive .container .article-list .list-item.repetition a .a-date {
		opacity:1;
	}
}

/* single-business */
.page.single .section-top .container .title-area .page-title span {
	color:rgba(255,255,255,0.5);
}
.page.single .section-single .container {
	gap:40px;
}
.page.single .section-single .info-area dl + dl {
	margin-top:30px;
}
.page.single .section-single .info-area dl dt {
	font-size:14px;
	line-height:1;
}
.page.single .section-single .info-area dl dd {
	font-size:12px;
	font-weight:400;
	letter-spacing:0.050em;
	line-height:2;
	margin-top:10px;
}
.page.single .section-single .info-area .link-btn {
	font-size:14px;
	line-height:1;
	width:80px;
	height:auto;
	padding:0;
	border:none;
	margin-top:30px;
	border-radius: 0;
}
.page.single .section-single .info-area .link-btn::before,
.page.single .section-single .info-area .link-btn::after {
	width:14px;
	height:14px;
	right:0;
}
.page.single .section-single .info-area .date-info {
	color:rgba(255,255,255,0.5);
	font-size:12px;
	line-height:1;
}
.page.single .section-single .info-area .date-info::before {
	content:"";
	display:block;
	width:2px;
	height:2px;
	border-radius:50%;
	background-color:#fff;
	margin:30px 0;
}
.page.single .section-single .container {
	padding:40px;
}
.page.single .section-single .container > * {
	mix-blend-mode:normal;
}
.page.single .section-single .container .image-area {
	width:100%;
	/* aspect-ratio:960 / 480; */
}
.page.single .section-single .container .image-area img {
	width:100%;
	height:100%;
	aspect-ratio:960 / 480;
	aspect-ratio:16 / 9;
	object-fit:cover;
}
.page.single .section-single .container .image-area iframe,
.page.single .section-single .container .image-area video {
	width:100%;
	height:100%;
	aspect-ratio:960 / 480;
	aspect-ratio:16 / 9;
	object-fit:contain;
}
.parts_single-pagination {
	width:100%;
}
.parts_single-pagination .container {
	max-width:none;
	padding:0;
}
.parts_single-pagination .container .flex-item {
	width:calc( 100% / 3 );
	border-top:1px solid #fff;
}
.parts_single-pagination .container .flex-item.prev {
	border-left:1px solid #fff;
}
.parts_single-pagination .container .flex-item.up {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.parts_single-pagination .container .flex-item.next {
	border-right:1px solid #fff;
}
.parts_single-pagination .container .flex-item a {
	display:block;
	width:100%;
	height:100%;
	position:relative;
}
.parts_single-pagination .container .flex-item a:hover {
	color:#000;
	background-color:#fff;
}
.parts_single-pagination .container .flex-item.up a {
	font-size:18px;
	line-height:20px;
	padding:30px 0;
	text-align:center;
}
.single-business .parts_single-pagination .container .flex-item.prev,
.single-business .parts_single-pagination .container .flex-item.next {
	display:none;
}
.single-business .parts_single-pagination .container .flex-item {
	width:100%;
}
.single-business .parts_single-pagination .container .flex-item.up a {
	font-size:36px;
	line-height:40px;
	padding:50px 0;
}
@media screen and (max-width:750px) {
	.page.single .section-single .container {
		gap:20px;
	}
	.page.single .section-single .info-area {
		width:100%;
		padding:40px 35px;
		order:1;
		border-top:1px solid #fff;
		border-right:none;
	}
	.single-business .parts_single-pagination .container .flex-item.up a {
		font-size:20px;
		line-height:1;
		padding:20px 0;
	}
}

/* single-news */
.single-news .section-single .container > * {
	color:#000;
}
.single-news .section-single .container h2 {
	font-size:24px;
	font-weight:400;
	letter-spacing:0.060em;
	line-height:42px;
}
.single-news .section-single .container h2::after {
	content:"";
	display:block;
	width:2px;
	height:2px;
	background-color:#000;
	border-radius:50%;
	margin:15px 0 -20px;
}
.single-news .section-single .container p {
	font-weight:400;
	letter-spacing:0.050em;
	line-height:28px;
}
@media screen and (max-width:750px) {
	.page.single.single-news .section-single .container {
		gap:40px;
	}
	.single-news .section-single .container h2 {
		font-size:20px;
		line-height:36px;
	}
	.single-news .section-single .container p {
		line-height:24px;
	}
	.parts_single-pagination .container .flex-item.up a {
		font-size:20px;
		padding:20px 0;
	}
}

/* privacy policy */
.page-privacy-policy .section-pp .container {
	max-width:960px;
}
.page-privacy-policy .section-title {
	font-size:46px;
	font-weight:500;
	letter-spacing:0.15em;
	line-height:1;
	margin-bottom:90px;
}
.pppage_item + .pppage_item {
	margin-top: 40px;
}
.pppage_item h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom:0.5em;
}
.pppage_item h4 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0.25em;
}
.pppage_item p {
	font-size:14px;
}
.pppage_item p + p {
	margin-top:1em;
}
.pppage_item a {
	font-size:inherit;
	font-weight:inherit;
	letter-spacing:inherit;
	line-height:inherit;
	text-decoration: underline;
}
.pppage_item ol {
	list-style: none;
	counter-reset: number;
}
.pppage_item li {
	font-size:14px;
	padding-left:1em;
	margin-bottom:0.25em;
	position: relative;
}
.pppage_item li::before {
	counter-increment: number;
	content: counter(number) '.';
	position: absolute;
	left: 0;
}
.pppage_item_small {
	padding-left: 1.5em;
	margin-top: 1em;
}
.pppage_name{
	text-align: right;
}
.pppage_item.ppi_intro p {
	padding-left:1em;
	text-indent:-1em;
}
@media screen and (max-width:750px) {
	.page-privacy-policy .section-title {
		font-size:24px;
		margin-bottom:35px;
	}
	.pppage_item + .pppage_item {
		margin-top: 30px;
	}
	.pppage_item h3 {
		font-size: 18px;
	}
	.pppage_item h4 {
		font-size: 14px;
	}
	.pppage_item p,
	.pppage_item li {
		font-size:12px;
	}
}

/* page-site-map */
.page-site-map .section-sitemap .sitemap-area {
	gap:0 80px;
	position:relative;
}
.page-site-map .section-sitemap .sitemap-area > ul {
	z-index:1;
}
.page-site-map .section-sitemap .sitemap-area .page-list li + li {
	margin-top:34px;
}
.page-site-map .section-sitemap .sitemap-area .page-list li a {
	font-size:80px;
	line-height:0.7em;
	line-height:1;
	display:block;
	width:fit-content;
	margin:-0.18em 0 -0.12em;
}
.page-site-map .section-sitemap .sitemap-area .sub-page-list li + li {
	margin-top:22px;
}
.page-site-map .section-sitemap .sitemap-area .sub-page-list li a {
	font-size:20px;
	line-height:0.7em;
	line-height:1;
	display:block;
	width:fit-content;
	margin:-0.18em 0 -0.12em;
}
@media screen and (max-width:850px) {
	.page-site-map .section-sitemap .sitemap-area .page-list li + li {
		margin-top:25px;
	}
	.page-site-map .section-sitemap .sitemap-area .page-list li a {
		font-size:44px;
	}
	.page-site-map .section-sitemap .sitemap-area .sub-page-list li + li {
		margin-top:16px;
	}
}
@media screen and (max-width:600px) {
	.page-site-map .section-sitemap .sitemap-area {
		justify-content:space-between;
		gap:42px 0;
	}
	.page-site-map .section-sitemap .sitemap-area .page-list,
	.page-site-map .section-sitemap .sitemap-area .sub-page-list {
		width:100%;
	}
}

/* 404 */
.page .section-404 {
	padding:40px 0;
}
.page .section-404 .container h2 {
	font-size:24px;
	font-weight:400;
	letter-spacing:0.060em;
	line-height:42px;
}
.page .section-404 .container h2::after {
	content:"";
	display:block;
	width:2px;
	height:2px;
	background-color:#fff;
	border-radius:50%;
	margin:20px 0;
}
.page .section-404 .container p {
	font-weight:400;
	letter-spacing:0.050em;
	line-height:28px;
}
.page .section-404 .btn {
	margin-top:40px;
}
