body {
	color: #2c2826;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

body {
	overflow-x: hidden;
}

body.is-drawer-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

.layout-business {
	margin-top: 10rem;
}

.layout-entry-banner {
	margin-top: 5.5rem;
}

.layout-entry-banner.layout-entry-banner--sub {
	margin-top: 0rem;
}

.layout-entry-banner.layout-entry-banner--single {
	margin-top: 0;
}

.layout-environment {
	margin-top: 6rem;
}

.layout-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 4rem;
	z-index: 900;
}

.layout-main-mv {
	margin-top: 7.75rem;
	position: relative;
}

.layout-people {
	margin-top: 10rem;
}

.layout-recruit {
	margin-top: 6rem;
}

.layout-single-blog {
	margin-top: 16rem;
}

.layout-special {
	margin-top: 6rem;
}

.layout-special-loop {
	margin-top: 6.25rem;
}

.layout-sub-business {
	margin-top: 20.25rem;
}

.layout-sub-environment {
	margin-top: 10rem;
}

.layout-sub-property-holding {
	margin-top: 6.5rem;
}

.layout-sub-property-new {
	margin-top: 6.5rem;
}

.layout-sub-property-renewal {
	margin-top: 6.5rem;
}

.layout-sub-property {
	margin-top: 3.75rem;
}

.arrow-link {
	-webkit-text-decoration: none;
	align-items: center;
	color: #2c2826;
	display: inline-flex;
	font-size: 1rem;
	line-height: 1;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease;
}

.arrow-link::before {
	background-color: #2c2826;
	content: "";
	height: 3rem;
	position: absolute;
	transition: all 0.3s ease;
	width: 3rem;
	z-index: -1;
}

.arrow-link__icon {
	align-items: center;
	display: flex;
	height: 3rem;
	justify-content: center;
	position: relative;
	width: 3rem;
}

.arrow-link__icon::after {
	border-right: 0.125rem solid #fff;
	border-top: 0.125rem solid #fff;
	content: "";
	height: 0.625rem;
	transform: rotate(45deg);
	transition: transform 0.3s ease;
	width: 0.625rem;
}

.arrow-link__text {
	font-weight: 700;
	margin-left: 1.5rem;
	position: relative;
}

.arrow-link__text.arrow-link__text--large {
	font-size: 1.4375rem;
}

.arrow-link__text small {
	font-size: 0.8125rem;
}

.arrow-link__text::after {
	background-color: #2c2826;
	bottom: -0.125rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	transition: width 0.3s ease;
	width: 0;
}

.arrow-link__text.arrow-link__text--large::after,
.arrow-link__text.arrow-link__text--environment::after {
	bottom: -0.5rem;
}

.arrow-link.arrow-link--white {
	color: #fff;
}

.arrow-link.arrow-link--white::before {
	background-color: #fff;
}

.arrow-link.arrow-link--white .arrow-link__icon::after {
	border-color: #2c2826;
}

.arrow-link.arrow-link--white .arrow-link__text::after {
	background-color: #fff;
}

.business {
	overflow-x: hidden;
}

.business__inner {
	padding-left: 5rem;
}

.business__content {
	display: flex;
	gap: 2.5rem;
	justify-content: space-between;
}

.business__content-left {
	max-width: 31.875rem;
	min-width: 0;
}

.business__text {
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin-top: 2rem;
}

.business__link {
	margin-top: 2.625rem;
}

.business__gallery {
	flex-shrink: 0;
	height: 25.875rem;
	overflow: hidden;
	position: relative;
	width: calc((100% + 5rem - 2.5rem) / 2);
}

.business__gallery-image {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.business__gallery-scene {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.5s ease;
	width: 100%;
	z-index: 1;
}

.business__gallery-scene img {
	-o-object-fit: cover;
	aspect-ratio: 350/207;
	object-fit: cover;
	width: 100%;
}

.business__gallery-scene--1 {
	opacity: 1;
}

.business__gallery-scene.is-initial {
	opacity: 1;
	z-index: 3;
}

.business__gallery-scene.is-active {
	animation: business-mask-animation 0.8s linear;
	opacity: 1;
	z-index: 3;
}

.business__gallery-scene.is-previous {
	opacity: 1;
	z-index: 2;
}

.business__gallery-scene img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.card {
	-webkit-text-decoration: none;
	color: inherit;
	display: block;
	flex-shrink: 0;
	position: relative;
	text-decoration: none;
	transition: 0.45s ease;
}

.card__image {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.card__image img {
	-o-object-fit: cover;
	aspect-ratio: 323/388;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.card__content {
	background-color: #fff;
	bottom: 0;
	font-size: 0.875rem;
	font-weight: 400;
	left: 0;
	line-height: 170%;
	margin-left: -1px;
	padding: 1rem 1.25rem 0rem 0.0625rem;
	position: absolute;
	text-align: left;
	transform: scaleY(1) translateY(4px);
	transform-origin: left bottom;
}

.card__text {
	opacity: 0;
}

.card:hover .card__content {
	transform: scaleY(1) translateY(4px);
}

.card:hover .card__text {
	opacity: 1;
	transition: opacity 0.3s 0.3s ease;
}

.drawer-overlay {
	background-color: rgba(100, 100, 100, 0.5);
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 1000;
}

.drawer-overlay.is-open {
	opacity: 1;
	visibility: visible;
}

.drawer {
	display: none;
}

.drawer.is-open {
	transform: translateX(0);
}

.drawer__close {
	align-items: center;
	background: none;
	border: none;
	color: #2c2826;
	display: flex;
	font-size: 0.875rem;
	font-weight: 500;
	gap: 0.5rem;
	justify-content: flex-end;
	margin-left: auto;
	padding: 0.625rem 1.25rem 0.625rem 0;
	transition: color 0.3s ease;
}

.drawer__close:hover {
	color: #b99568;
}

.drawer__close-text {
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-size: 0.875rem;
}

.drawer__close-icon {
	display: inline-block;
	height: 1rem;
	margin-left: 0.5rem;
	position: relative;
	width: 1rem;
}

.drawer__close-line {
	background-color: #b99568;
	height: 0.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform-origin: center;
	width: 100%;
}

.drawer__close-line:first-child {
	transform: rotate(45deg);
}

.drawer__close-line:last-child {
	transform: rotate(-45deg);
}

.drawer__nav {
	margin-top: 3.75rem;
}

.drawer__logo {
	display: none;
}

.drawer__item {
	border-top: 1px solid #e3e3e3;
	color: #2c2826;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	position: relative;
}

.drawer__item.drawer__item--gold {
	color: #b99568;
}

.drawer__item.drawer__item--margin {
	margin-top: 1.875rem;
}

.drawer__link {
	display: block;
	font-size: 1rem;
	padding-bottom: 2.5rem;
	padding-top: 1rem;
	text-decoration-line: underline;
	transition: all 0.3s ease;
}

.drawer__link:hover {
	color: #b99568;
}

.drawer__item--gold .drawer__link {
	text-decoration-line: none;
}

.drawer__item-title {
	display: inline-block;
	padding-top: 1rem;
	position: relative;
}

.drawer__item-title.drawer__item-title--margin {
	padding-bottom: 3.125rem;
}

.drawer__item.drawer__item--external-link {
	border: none;
	font-size: 0.875rem;
	margin-top: 1.5rem;
}

.drawer__sublist {
	display: flex;
	flex-direction: column;
	margin-top: 1.5rem;
}

.drawer__subitem {
	color: #635d58;
	font-weight: 500;
}

.drawer__subitem.drawer__subitem--margin {
	margin-top: 1rem;
}

.drawer__subitem-link {
	-webkit-text-decoration: underline;
	display: block;
	font-size: 0.75rem;
	padding: 0.5rem 0;
	text-decoration: underline;
	transition: all 0.3s ease;
}

.drawer__external-link {
	align-items: center;
	display: flex;
	font-size: 0.75rem;
	padding-left: 1.25rem;
	position: relative;
	transition: all 0.3s ease;
}

.drawer__external-link:before {
	-webkit-mask-image: url(../images/common/icon_blank.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #635d58;
	content: "";
	height: 1rem;
	left: 0;
	mask-image: url(../images/common/icon_blank.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	width: 1rem;
}

.drawer__subitem-link:hover {
	color: #b99568;
}

.drawer__external-link:hover {
	color: #b99568;
}

.drawer__external-link:hover:before {
	background-color: #b99568;
}

.drawer__entry {
	margin-top: 4rem;
}

.drawer__link,
.drawer__item-title,
.drawer__subitem-link,
.drawer__external-link {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.drawer.is-open .drawer__link,
.drawer.is-open .drawer__item-title,
.drawer.is-open .drawer__subitem-link,
.drawer.is-open .drawer__external-link {
	opacity: 1;
	transform: translateY(0);
}

.drawer.is-open .drawer__item:nth-child(1) .drawer__link {
	transition-delay: 0.1s;
}

.drawer.is-open .drawer__item:nth-child(2) .drawer__link {
	transition-delay: 0.14s;
}

.drawer.is-open .drawer__item:nth-child(3) .drawer__link {
	transition-delay: 0.18s;
}

.drawer.is-open .drawer__item:nth-child(4) .drawer__link {
	transition-delay: 0.22s;
}

.drawer.is-open .drawer__item:nth-child(5) .drawer__item-title {
	transition-delay: 0.26s;
}

.drawer.is-open .drawer__item:nth-child(5) .drawer__subitem:nth-child(1) .drawer__subitem-link {
	transition-delay: 0.3s;
}

.drawer.is-open .drawer__item:nth-child(5) .drawer__subitem:nth-child(2) .drawer__subitem-link {
	transition-delay: 0.34s;
}

.drawer.is-open .drawer__item:nth-child(5) .drawer__subitem:nth-child(3) .drawer__subitem-link {
	transition-delay: 0.38s;
}

.drawer.is-open .drawer__item:nth-child(5) .drawer__subitem:nth-child(4) .drawer__subitem-link {
	transition-delay: 0.42s;
}

.drawer.is-open .drawer__item:nth-child(6) .drawer__item-title {
	transition-delay: 0.46s;
}

.drawer.is-open .drawer__item:nth-child(6) .drawer__subitem:nth-child(1) .drawer__subitem-link {
	transition-delay: 0.5s;
}

.drawer.is-open .drawer__item:nth-child(6) .drawer__subitem:nth-child(2) .drawer__subitem-link {
	transition-delay: 0.54s;
}

.drawer.is-open .drawer__item:nth-child(7) .drawer__link {
	transition-delay: 0.58s;
}

.drawer.is-open .drawer__external-link:nth-child(1) {
	transition-delay: 0.62s;
}

.drawer.is-open .drawer__external-link:nth-child(2) {
	transition-delay: 0.66s;
}

.entry-banner {
	align-items: center;
	display: flex;
	height: 20rem;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.entry-banner::before {
	background: #cbc5c0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.entry-banner__img-wrapper {
	height: calc(100% + 20vh);
	left: 0;
	overflow: hidden;
	position: absolute;
	top: -10vh;
	width: 100%;
	z-index: 0;
}

.entry-banner__img-wrapper img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transform: translateY(0);
	width: 100%;
	will-change: transform;
}

.entry-banner__inner {
	position: relative;
	text-align: center;
	z-index: 2;
}

.entry-banner__diamond {
	background: transparent;
	border: 1px solid #b99568;
	height: 32.5rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 32.5rem;
}

.entry-banner__text {
	color: #2c2826;
	font-weight: 500;
	line-height: 1;
	margin-top: 0.5rem;
}

.entry-button__link {
	align-items: center;
	background: linear-gradient(to right, #000, #b89d68);
	color: #fff;
	display: flex;
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	justify-content: center;
	line-height: 1;
	overflow: hidden;
	padding: 0.8125rem 0;
	position: relative;
	text-transform: uppercase;
	transition: all 0.3s ease;
	width: 7.5rem;
	z-index: 1;
}

.entry-button__link::after {
	background: #b89d68;
	content: "";
	filter: blur(1.25rem);
	height: 200%;
	left: 100%;
	opacity: 0;
	position: absolute;
	top: -50%;
	transition: all 0.3s ease;
	width: 300%;
	z-index: -1;
}

.entry-button__link:hover::after {
	left: -100%;
	opacity: 1;
}

.environment {
	position: relative;
}

.environment__inner {
	position: relative;
}

.environment__border-top,
.environment__border-bottom {
	background-color: #b99568;
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
	width: 100%;
	z-index: 1;
}

.environment__border-bottom {
	bottom: 0;
	top: auto;
}

.environment__wrap-border {
	background-color: #b99568;
	bottom: 0;
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
	transition-delay: 0.2s;
	width: 100%;
	z-index: 1;
}

.environment__inner.is-show .environment__border-top,
.environment__inner.is-show .environment__border-bottom {
	transform: scaleX(1);
}

.environment__inner.is-show .environment__wrap-border {
	position: relative;
	transform: scaleX(1);
}

.environment__inner.is-show .environment__wrap-line {
	transform: scaleX(1);
}

.environment__wrap {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	padding: 6rem 5rem 6.375rem;
}

.environment__text {
	max-width: 30rem;
}

.environment__content {
	display: flex;
	position: relative;
}

.environment__left {
	padding: 3rem 3rem 2.5rem;
	width: 50%;
}

.environment__right {
	padding: 3rem 3rem 2.5rem;
	position: relative;
	width: 50%;
}

.environment__image {
	margin-left: auto;
	max-width: 19.375rem;
	overflow: hidden;
}

.environment__image img {
	-o-object-fit: cover;
	aspect-ratio: 310/210;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 100%;
}

.environment__arrow-link {
	margin-top: 6.625rem;
}

.environment__wrap-line {
	background-color: #b99568;
	bottom: 0;
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
	transition-delay: 0.2s;
	width: 100%;
	z-index: 1;
}

.environment__content-line {
	transition-delay: 0.4s;
}

.environment__vertical-line {
	transition-delay: 0.6s;
}

.footer {
	background: linear-gradient(128deg, #2c2826 73.85%, #b99568 144.74%);
	overflow: hidden;
	padding: 7.5rem 5rem;
	position: relative;
}

.footer__inner {
	margin: 0 auto;
}

.footer__logo {
	height: inherit;
	max-width: 9.0625rem;
	width: 100%;
	z-index: 1;
}

.footer__logo img {
	-o-object-fit: cover;
	aspect-ratio: 146/32;
	flex-shrink: 0;
	object-fit: cover;
	width: 100%;
}

.footer__logo-text {
	color: #fff;
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.3;
	white-space: nowrap;
}

.footer__nav {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: auto 2fr 2fr 1fr;
}

.footer__nav-block {
	display: flex;
	gap: 1.875rem;
}

.footer__nav-list {
	border-top: 1px solid #635d58;
	display: flex;
	flex: 1;
	flex-direction: column;
	padding-top: 1rem;
}

.footer__nav-item {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.8;
}

.footer__nav-item:not(:first-child) {
	border-top: 1px solid #635d58;
	margin-top: 1.875rem;
	padding-top: 1rem;
}

.footer__nav-item a {
	transition: all 0.3s ease;
}

.footer__nav-item a:hover {
	opacity: 0.5;
}

.footer__nav-subitem {
	color: #e3e3e3;
	font-size: 0.75rem;
	font-weight: 400;
	margin-top: 0.625rem;
}

.footer__nav-subitem a {
	transition: all 0.3s ease;
}

.footer__nav-subitem a:hover {
	color: #635d58;
}

.footer__bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 13.125rem;
}

.footer__link-group {
	display: flex;
	gap: 1.25rem;
}

.footer__link {
	align-items: center;
	color: #e3e3e3;
	display: flex;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.5;
	padding-left: 1.25rem;
	position: relative;
	transition: all 0.3s ease;
}

.footer__link::before {
	background-image: url(../images/common/icon_blank.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1rem;
	left: 0;
	position: absolute;
	width: 1rem;
}

.footer__link:hover {
	opacity: 0.5;
}

.footer__copyright {
	color: #e3e3e3;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.footer__line {
	bottom: -20.25rem;
	height: 58.375rem;
	pointer-events: none;
	position: absolute;
	right: 15.1875rem;
	transform: translate(50%, 50%) rotate(45deg);
	width: 58.375rem;
}

.footer__line svg {
	height: 100%;
	width: 100%;
}

.footer__line svg path {
	fill: none;
	stroke: #635d58;
	stroke-width: 1.3;
	stroke-dasharray: 934;
	stroke-dashoffset: 934;
	transition: stroke-dashoffset 0.8s ease-out;
}

.footer__line svg .footer__line-left {
	transition-delay: 0s;
}

.footer__line svg .footer__line-top {
	transition-delay: 0.8s;
}

.footer__line.is-animate svg path {
	stroke-dashoffset: 0;
}

.header {
	height: 3.75rem;
}

.header.is-hidden {
	top: -110%;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 5rem;
	padding-right: 5rem;
	position: relative;
}

.header__logo {
	height: inherit;
	max-width: 9.0625rem;
	width: 100%;
}

.header__logo a {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	height: inherit;
}

.header__logo img {
	-o-object-fit: cover;
	aspect-ratio: 146/32;
	flex-shrink: 0;
	object-fit: cover;
	width: 100%;
}

.header__logo-text {
	color: #2c2826;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.2;
	white-space: nowrap;
}

.header__nav {
	display: block;
	height: inherit;
	position: relative;
}

.header__nav-list {
	display: flex;
	gap: 1.5rem;
	height: inherit;
}

.header__nav-item {
	color: #2c2826;
	font-size: 0.875rem;
	font-weight: 500;
	height: inherit;
	letter-spacing: 0.05em;
	position: relative;
}

.header__nav-item.header__nav-item--entry {
	align-items: center;
	display: flex;
	height: auto;
}

.header__nav-link {
	align-items: center;
	display: flex;
	height: inherit;
	transition: all 0.3s ease;
}

.header__nav-link:hover {
	color: #b99568;
}

.header__nav-item--has-sub:hover .header__sublist,
.header__sublist:hover {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.header__nav-item--has-sub:hover > .header__nav-link {
	color: #b99568;
}

.header__nav-item--has-sub {
	display: inline-block;
	position: relative;
}

.header__nav-link--has-sub {
	position: relative;
}

.header__nav-link--has-sub::after {
	background: #b99568;
	bottom: -0.125rem;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease;
	width: 100%;
	z-index: 11;
}

.header__nav-item--has-sub:hover .header__nav-link--has-sub::after {
	transform: translateX(-50%) scaleX(1);
}

.header__icon {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: bold;
	margin-left: 0.375rem;
	transition: 0.3s ease;
}

.header__sublist {
	background: #f3f3f3;
	height: auto;
	left: -1.375rem;
	opacity: 0;
	padding: 1.25rem 1rem 1.25rem 2.5rem;
	position: absolute;
	top: 100%;
	transform: translateY(0.625rem);
	transition: all 0.3s ease;
	visibility: hidden;
	width: calc(100% + 2.75rem);
	z-index: 10;
}

.header__sublist::before {
	background-color: #e3e3e3;
	bottom: 1.25rem;
	content: "";
	left: 0.75rem;
	position: absolute;
	top: 1.25rem;
	width: 0.125rem;
}

.header__subitem:not(:first-child) {
	margin-top: 0.625rem;
}

.header__sub-link {
	-webkit-text-decoration: none;
	color: #2c2826;
	display: block;
	font-size: 0.75rem;
	text-decoration: none;
	transition: color 0.3s ease;
	white-space: nowrap;
}

.header__sub-link:hover {
	color: #b99568;
	text-decoration-line: underline;
}

.header__buttons {
	display: none;
}

.header__menu-button {
	display: none;
}

.header__menu-button:hover {
	color: #b99568;
}

.header__menu-text {
	display: inline-block;
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
}

.header__menu-icon {
	display: inline-flex;
	flex-direction: column;
	height: 0.875rem;
	justify-content: space-between;
	margin-left: 0.5rem;
	width: 1.125rem;
}

.header__line {
	background-color: #b99568;
	border-radius: 0.0625rem;
	display: block;
	height: 0.125rem;
	transition: all 0.3s ease;
	width: 100%;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1330px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.line-horizontal {
	background-color: #cbc5c0;
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
	width: 100%;
	z-index: 1;
}

.line-horizontal.line-horizontal--bottom {
	bottom: 0;
	top: auto;
}

.is-show .line-horizontal {
	transform: scaleX(1);
}

.line-vertical {
	background-color: #cbc5c0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scaleY(0);
	transform-origin: top;
	transition: transform 1.4s cubic-bezier(0.19, 1, 0.22, 1);
	width: 1px;
	z-index: 1;
}

.line-vertical.line-vertical--center {
	left: 50%;
}

.is-show .line-vertical {
	transform: scaleY(1);
}

.line-visual {
	height: 43.75rem;
	overflow: hidden;
	position: absolute;
	right: -2.375rem;
	top: -16.5625rem;
	transform: rotate(45deg);
	width: 43.75rem;
}

.line-visual svg {
	height: 100%;
	width: 100%;
}

.line-visual svg path {
	fill: none;
	stroke: #b99568;
	stroke-width: 0.15;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	transition: stroke-dashoffset 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.line-visual.is-animate svg path {
	stroke-dashoffset: 0;
}

.line-visual svg .bottom-line {
	transition-delay: 0.6s;
}

.line-visual svg .right-line {
	transition-delay: 0.8s;
}

.line-visual.line-visual--single {
	height: 62.5rem;
	left: -5.3125rem;
	top: -23.5625rem;
	width: 62.5rem;
}

.line-visual.line-visual--single svg {
	height: 100%;
	width: 100%;
}

.line-visual.line-visual--single svg path {
	stroke-width: 0.15;
}

.line-visual.line-visual--single svg .bottom-line {
	transition-delay: 0.6s;
}

.line-visual.line-visual--single svg .right-line {
	transition-delay: 0.8s;
}

.line-visual.line-visual--single svg .top-line {
	transition-delay: 1s;
}

.line-visual.line-visual--single svg .left-line {
	transition-delay: 1.8s;
}

.main-mv {
	position: relative;
}

.main-mv__inner {
	padding-left: 5rem;
	padding-right: 5rem;
}

.main-mv__title {
	overflow: hidden;
	padding: 7.5rem 0 5.25rem;
}

.main-mv__visual {
	align-items: center;
	display: flex;
	height: 100vh;
	justify-content: center;
	left: 0;
	opacity: 0;
	position: sticky;
	top: 0;
	transition: opacity 1s ease;
	width: 100%;
}

.main-mv__visual.is-show {
	opacity: 1;
	transition-delay: 1s;
}

.main-mv__image {
	-webkit-clip-path: inset(10% 25% 10% 25%);
	clip-path: inset(10% 25% 10% 25%);
	height: 100%;
	left: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: transform 0.2s, -webkit-clip-path 0.2s;
	transition: clip-path 0.2s, transform 0.2s;
	transition: clip-path 0.2s, transform 0.2s, -webkit-clip-path 0.2s;
	width: 100%;
	z-index: 1;
}

.main-mv__scene,
.main-mv__shade {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.5s ease;
	width: 100%;
	z-index: 1;
}

.main-mv__scene--1 {
	opacity: 1;
}

.main-mv__scene.is-initial {
	opacity: 1;
	z-index: 3;
}

.main-mv__scene.is-active {
	animation: main-mv-mask-animation 0.5s linear;
	opacity: 1;
	z-index: 3;
}

.main-mv__shade {
	background-color: rgba(0, 0, 0, 0.2);
	opacity: 0;
	transition: opacity 0.5s ease;
	z-index: 4;
}

.main-mv__scene.is-previous {
	opacity: 1;
	z-index: 2;
}

.main-mv__scene img,
.main-mv__shade img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.main-mv__text {
	color: #fff;
	display: flex;
	flex-direction: column;
	z-index: 3;
}

.main-mv__message {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.7;
}

.main-mv__message span {
	display: inline-block;
	opacity: 0;
	transform: translateY(20%);
	transition-property: opacity, transform;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main-mv__message.is-show span {
	opacity: 1;
	transform: translateY(0);
}

.main-mv__link {
	margin-top: 2.5rem;
	opacity: 0;
	pointer-events: none;
	transform: translateY(20%);
	transition-delay: 1s;
	transition-duration: 0.6s;
	transition-property: opacity, transform;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main-mv__link.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.main-mv__height-block {
	height: 2000px;
	width: 10px;
}

.mouse-stalker {
	-webkit-backdrop-filter: blur(0.3125rem);
	align-items: center;
	backdrop-filter: blur(0.3125rem);
	background: linear-gradient(183deg, rgba(255, 255, 255, 0.2) 2.8%, rgba(255, 255, 255, 0.4) 136.71%);
	border: 1px solid #b99568;
	display: flex;
	height: 6rem;
	justify-content: center;
	overflow: hidden;
	pointer-events: none;
	position: fixed;
	transform: translate(-75%, -75%) rotate(-45deg) scale(0);
	transition: transform 0.25s cubic-bezier(0.6, -0.28, 0.735, 0.045);
	width: 6rem;
	z-index: 9999;
}

.mouse-stalker-active {
	transform: translate(-75%, -75%) rotate(-45deg) scale(1);
	transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mouse-stalker-text {
	color: #2c2826;
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	transform: rotate(45deg);
	white-space: nowrap;
}

.people-slider.people-slider-single .swiper {
	transform: translateX(-496px);
}

.people-slider-single .card__text {
	opacity: 1;
}

.people-slider-single .card:hover .card__image {
	height: 100% !important;
	width: 100% !important;
}

.people-slider-single .card:hover .card__image img {
	transform: scale(1.05);
}

.people-slider {
	height: 37.125rem;
	margin-top: 3.125rem;
	position: relative;
}

.people-slider .swiper {
	overflow: visible !important;
}

.people-slider .swiper {
	max-width: 18.125rem;
	transform: translateX(calc((100vw - 10rem) / 2 * -1 + 9.0625rem));
}

.people-slider .swiper-slide {
	height: auto;
	transition: all 0.3s ease;
	width: 18.125rem;
}

.people-slider:not(.people-slider-single) .swiper-slide-active {
	height: 30.0625rem !important;
	width: 25rem !important;
}

.people-slider:not(.people-slider-single) .swiper-slide-active.is-break {
	height: auto !important;
	width: 18.125rem !important;
}

.people-slider:not(.people-slider-single) .swiper-slide-active:not(.is-break) {
	height: 30.0625rem !important;
	width: 25rem !important;
}

.people-slider:not(.people-slider-single) .swiper-slide-active:not(.is-break) .card__content {
	transition: transform 0.3s 0.3s;
}

.people-slider:not(.people-slider-single) .swiper-slide-active:not(.is-break) .card__text {
	opacity: 1;
	transition: opacity 0.3s 0.6s;
}

.people-slider:not(.people-slider-single) .swiper-slide:hover {
	height: 30.0625rem !important;
	width: 25rem !important;
}

.people-slider .people-slider__controls {
	align-items: center;
	display: flex;
	gap: 1.5rem;
	justify-content: center;
	position: absolute;
	right: 5rem;
	top: -7.1875rem;
	z-index: 10;
}

.people-slider .swiper-wrapper {
	display: flex;
}

.people-slider__controls .swiper-pagination {
	-webkit-user-select: none;
	-moz-user-select: none;
	align-items: center;
	color: #2c2826;
	display: flex;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	height: 2.5rem;
	justify-content: center;
	letter-spacing: 1px;
	line-height: 1;
	pointer-events: none;
	position: static;
	text-align: right;
	user-select: none;
	width: auto;
	z-index: 10;
}

.people-slider__controls .swiper-navigation {
	display: flex;
	gap: 1rem;
}

.people-slider__controls .swiper-pagination .swiper-pagination-bullet {
	display: none;
}

.people-slider__controls .swiper-navigation .swiper-button-prev,
.people-slider__controls .swiper-navigation .swiper-button-next {
	align-items: center;
	background: #f3f3f3;
	border: none;
	border-radius: 0;
	bottom: auto;
	cursor: pointer;
	display: flex;
	height: 2.5rem;
	justify-content: center;
	left: auto;
	margin: 0;
	overflow: hidden;
	position: static;
	right: auto;
	top: auto;
	transform: none;
	width: 2.5rem;
}

.people-slider__controls .swiper-navigation .swiper-button-prev::after,
.people-slider__controls .swiper-navigation .swiper-button-next::after {
	border-right: 2px solid #333;
	border-top: 2px solid #333;
	content: "";
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	height: 0.625rem;
	transition: all 0.3s ease;
	width: 0.625rem;
}

/* 左矢印（<） */

.people-slider__controls .swiper-navigation .swiper-button-prev::after {
	transform: rotate(-135deg);
}

/* 右矢印（>） */

.people-slider__controls .swiper-navigation .swiper-button-next::after {
	transform: rotate(45deg);
}

/* 左矢印のアニメーション（左にスライドして右から戻る） */

/* 右矢印のアニメーション（右にスライドして左から戻る） */

/* ホバー時のアニメーション */

/* 無効状態の処理 */

.people-slider__controls .swiper-navigation .swiper-button-disabled {
	cursor: not-allowed;
	opacity: 0.35;
	pointer-events: none;
}

.people__wrap {
	overflow: hidden;
}

.people__content {
	padding-left: 5rem;
	padding-right: 5rem;
}

.people__text {
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin-top: 2.5rem;
}

.people__arrow-link {
	margin-top: 2.5rem;
}

.recruit__inner {
	padding: 0 5rem;
}

.recruit__wrap {
	display: flex;
	justify-content: space-between;
}

.recruit__text {
	margin-top: 2.5rem;
}

.single-blog__inner {
	padding-left: 5rem;
}

.single-blog__mv {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.single-blog__title {
	font-size: 2rem;
	font-weight: 700;
	text-align: left;
}

.single-blog__text {
	margin-top: 2.5rem;
	text-align: left;
}

.single-blog__image {
	min-width: calc((100% - 2.5rem) / 2);
	position: relative;
	width: calc(100% - 46.25rem);
}

.single-blog__image img {
	-o-object-fit: cover;
	aspect-ratio: 35/24;
	object-fit: cover;
	width: 100%;
}

.single-blog__content-wrap {
	border-top: 1px solid #cbc5c0;
	display: flex;
	justify-content: space-between;
	margin: 6rem auto 0;
	padding: 2.5rem 0 0;
	width: calc(100% - 10rem);
}

.single-blog__content-wrap.single-blog__content-wrap--margin {
	margin-top: 10rem;
}

.single-blog__content-title {
	flex-shrink: 0;
	font-size: 1.4375rem;
}

.single-blog__content {
	max-width: calc(100% - 27.5rem);
	width: 100%;
}

.single-blog__content-catch {
	font-size: 1.25rem;
	letter-spacing: 0.01em;
	line-height: 1.5;
}

.single-blog__content-catch:not(:first-of-type) {
	margin-top: 2.5rem;
}

.single-blog__content-text {
	font-weight: 500;
	line-height: 1.7;
	margin-top: 2rem;
}

.single-blog__img-wrap {
	height: 28.125rem;
	margin: 5.875rem auto 0;
	width: calc(100% - 10rem);
}

.single-blog__img {
	height: 100%;
}

.single-blog__img img {
	-o-object-fit: cover;
	aspect-ratio: 114/73;
	object-fit: cover;
	width: 100%;
}

.single-blog__timetable-wrap {
	align-items: center;
	background-color: #f3f3f3;
	border-left: 1px solid #cbc5c0;
	display: flex;
	gap: 5rem;
	justify-content: center;
	margin: 6rem auto 0;
	max-width: 52.5rem;
	padding: 4rem;
}

.single-blog__timetable-title {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.single-blog__timetable {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.single-blog__timetable-item {
	align-items: center;
	display: flex;
}

.single-blog__timetable-time {
	flex-shrink: 0;
	font-size: 1.25rem;
	min-width: 6.875rem;
}

.single-blog__timetable-time span {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(123deg, #2c2826 36.16%, #b99568 93.47%);
	background-clip: text;
	display: inline-block;
	font-family: "Helvetica Neue", "Arial", sans-serif;
}

.single-blog__timetable-text {
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.7;
	margin-left: 1.25rem;
	max-width: 19.875rem;
}

.single-blog__slider {
	border-top: 1px solid #cbc5c0;
	margin-top: 6.5rem;
	padding: 5rem;
}

.slider-gallery {
	display: flex;
	gap: 9.375rem;
}

.slider-gallery__swiper {
	max-width: 31.875rem;
	position: relative;
	width: 100%;
}

.slider-gallery__wrap {
	position: relative;
}

.slider-gallery__swiper .swiper-slide {
	opacity: 1;
	transform: translateX(-100%);
	transition: transform 0.8s ease-out;
	transition-delay: 0.5s;
}

.slider-gallery__swiper .swiper-slide img {
	-o-object-fit: cover;
	aspect-ratio: 34/23;
	object-fit: cover;
	transform: translateX(100%);
	transition: transform 0.8s ease-out;
	transition-delay: 0.5s;
	width: 100%;
}

/* アクティブスライドの追加スタイル */

.slider-gallery__swiper .swiper-slide-active {
	transform: translateX(0);
}

.slider-gallery__swiper .swiper-slide-active img {
	transform: translateX(0);
}

/* 非アクティブスライドは隠された状態を維持 */

.slider-gallery__swiper .swiper-slide:not(.swiper-slide-active):not(.is-animating) {
	transform: translateX(-100%);
}

.slider-gallery__swiper .swiper-slide:not(.swiper-slide-active):not(.is-animating) img {
	transform: translateX(100%);
}

.slider-gallery__tab {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3125rem;
}

.slider-gallery__tab-title {
	background-color: #b99568;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1;
	padding: 0.3125rem 0.5rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.slider-gallery__logo {
	margin-top: 1.5rem;
	max-width: 12.5rem;
	width: 100%;
}

.slider-gallery__logo img {
	-o-object-fit: cover;
	aspect-ratio: 399/64;
	object-fit: cover;
	width: 100%;
}

.slider-gallery__text {
	margin-top: 1.5rem;
}

/* slider-gallery Controls Wrapper */

.slider-gallery__controls {
	align-items: center;
	bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	position: absolute;
	right: -6.25rem;
	z-index: 10;
}

/* slider-gallery Pagination */

.slider-gallery__controls .swiper-pagination {
	color: #333;
	font-family: inherit;
	font-size: 0.875rem;
	font-weight: 500;
	height: auto;
	line-height: 1;
	position: static;
	text-align: right;
	width: auto;
	z-index: 10;
}

.slider-gallery__controls .swiper-pagination .swiper-pagination-bullet {
	display: none;
}

/* slider-gallery Navigation */

.slider-gallery__controls .swiper-navigation .swiper-button-prev,
.slider-gallery__controls .swiper-navigation .swiper-button-next {
	align-items: center;
	background: #f3f3f3;
	border: none;
	border-radius: 0;
	bottom: auto;
	cursor: pointer;
	display: flex;
	height: 3rem;
	justify-content: center;
	left: auto;
	margin: 0;
	overflow: hidden;
	position: static;
	right: auto;
	top: auto;
	transform: none;
	width: 3rem;
}

.slider-gallery__controls .swiper-navigation .swiper-button-prev {
	margin-top: 0.125rem;
}

.slider-gallery__controls .swiper-navigation .swiper-button-prev::after,
.slider-gallery__controls .swiper-navigation .swiper-button-next::after {
	border-right: 2px solid #333;
	border-top: 2px solid #333;
	content: "";
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	height: 10px;
	transition: all 0.3s ease;
	width: 10px;
}

/* 左矢印（<） */

.slider-gallery__controls .swiper-navigation .swiper-button-prev::after {
	transform: rotate(-135deg);
}

/* 右矢印（>） */

.slider-gallery__controls .swiper-navigation .swiper-button-next::after {
	transform: rotate(45deg);
}

/* ホバー時のアニメーション */

/* 左矢印のアニメーション（左にスライドして右から戻る） */

/* 右矢印のアニメーション（右にスライドして左から戻る） */

.sp-buttons {
	display: none;
}

.sp-buttons__entry {
	background-color: #b99568;
}

.sp-buttons__menu {
	background-color: #2c2826;
	gap: 1rem;
	transition: all 0.3s ease;
}

.sp-buttons__menu-text {
	display: inline-block;
}

.sp-buttons__menu-icon {
	display: inline-block;
	height: 2.8205128205vw;
	position: relative;
	width: 2.8205128205vw;
}

.sp-buttons__menu-icon span {
	background: #b99568;
	height: 0.5128205128vw;
	left: 0;
	position: absolute;
	transform-origin: center;
	transition: all 0.3s ease;
	width: 100%;
}

.sp-buttons__menu-icon span:nth-child(1) {
	top: 0;
}

.sp-buttons__menu-icon span:nth-child(2) {
	top: 1.0256410256vw;
}

.sp-buttons__menu-icon span:nth-child(3) {
	top: 2.0512820513vw;
}

.sp-buttons__menu.is-open .sp-buttons__line:nth-child(1) {
	top: 1.0256410256vw;
	transform: rotate(45deg);
}

.sp-buttons__menu.is-open .sp-buttons__line:nth-child(2) {
	opacity: 0;
}

.sp-buttons__menu.is-open .sp-buttons__line:nth-child(3) {
	top: 1.0256410256vw;
	transform: rotate(-45deg);
}

.special__inner {
	padding: 0 5rem;
}

.special__wrap {
	align-items: end;
	display: flex;
	justify-content: space-between;
}

.special__text {
	max-width: 30rem;
}

.special__gallery {
	margin-top: 6.125rem;
}

.special__content {
	display: block;
	margin-top: 4rem;
}

.special__image {
	display: block;
	overflow: hidden;
	position: relative;
}

.special__image img {
	-o-object-fit: cover;
	aspect-ratio: 1425/380;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 100%;
}

.special__image:hover img {
	transform: scale(1.05);
}

.special__arrow-link {
	margin-top: 2.5rem;
	padding: 0 5rem;
}

.special__number {
	bottom: -0.625rem;
	color: #fff;
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-size: 7.5rem;
	font-weight: 500;
	line-height: 1;
	position: absolute;
	right: 5rem;
}

.special-loop {
	overflow: hidden;
	position: relative;
}

.special-loop__inner {
	position: relative;
	width: 100%;
}

.special-loop__list {
	animation: slideLoop 30s linear infinite;
	display: flex;
	height: 10.5rem;
	width: -moz-max-content;
	width: max-content;
}

.special-loop__item {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	gap: 2rem;
	justify-content: center;
	margin-left: 1.875rem;
	min-width: 18.75rem;
}

.special-loop__img {
	max-width: 7.375rem;
	width: 100%;
}

.special-loop__img img {
	-o-object-fit: cover;
	aspect-ratio: 118/80;
	object-fit: cover;
	width: 100%;
}

.special-loop__text {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(123deg, #2c2826 36.16%, #b99568 93.47%);
	background-clip: text;
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-size: 5.375rem;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

.sub-business__inner {
	padding: 0 5rem;
}

.sub-business__text {
	margin-left: auto;
	margin-top: 6rem;
	max-width: 38.75rem;
}

.sub-environment {
	position: relative;
}

.sub-environment__inner {
	position: relative;
}

.sub-environment__link {
	margin-top: 3rem;
}

.sub-environment__icon {
	background-color: #2c2826;
	display: block;
	height: 2rem;
	position: relative;
	width: 2rem;
}

.sub-environment__icon:after {
	background-image: url(../images/common/icon_blank.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1rem;
}

.sub-environment__wrap {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}

.sub-environment__text-sub,
.sub-environment__text {
	display: block;
}

.sub-environment__text-sub {
	font-size: 1rem;
}

.sub-environment__text {
	display: inline-block;
	font-size: 1.4375rem;
	font-weight: 700;
	position: relative;
}

.sub-environment__text::after {
	background-color: #2c2826;
	bottom: -0.125rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	transition: width 0.3s ease;
	width: 0;
}

.sub-environment__content {
	display: flex;
}

.sub-environment__left,
.sub-environment__right {
	padding: 2.5rem 2.5rem 2.25rem;
	width: 50%;
}

.sub-environment__right {
	position: relative;
}

.sub-environment__image {
	margin-left: auto;
	max-width: 13.75rem;
	overflow: hidden;
}

.sub-environment__image img {
	-o-object-fit: cover;
	aspect-ratio: 310/210;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 100%;
}

.sub-property-holding__inner {
	padding: 2.5rem 5rem 0;
	position: relative;
}

.sub-property-new__inner {
	padding: 2.5rem 5rem 0;
	position: relative;
}

.sub-property-new__gallery {
	display: flex;
	gap: 9.375rem;
	margin-top: 5rem;
}

.sub-property-new__image {
	flex-shrink: 0;
	max-width: 31.875rem;
	width: 100%;
}

.sub-property-new__image img {
	-o-object-fit: cover;
	aspect-ratio: 34/23;
	object-fit: cover;
	width: 100%;
}

.sub-property-new__logo {
	margin-top: 1.5rem;
	max-width: 12.5rem;
	width: 100%;
}

.sub-property-new__text {
	margin-left: auto;
	margin-top: 1.375rem;
	max-width: 38.75rem;
}

.sub-property-renewal__inner {
	padding: 2.5rem 5rem 0;
	position: relative;
}

.sub-property-renewal__gallery {
	display: flex;
	gap: 9.375rem;
	margin-top: 5rem;
}

.sub-property-renewal__image {
	flex-shrink: 0;
	max-width: 31.875rem;
	width: 100%;
}

.sub-property-renewal__image img {
	-o-object-fit: cover;
	aspect-ratio: 34/23;
	object-fit: cover;
	width: 100%;
}

.sub-property-renewal__logo {
	margin-top: 1.5rem;
	max-width: 12.5rem;
	width: 100%;
}

.sub-property-renewal__text {
	margin-top: 1.5rem;
}

.sub-property__inner {
	padding: 2.5rem 5rem 0;
	position: relative;
}

.sub-property__gallery {
	margin-top: 5rem;
}

.sub-property__gallery + .sub-property__gallery {
	margin-top: 3rem;
}

.sub-property__text {
	margin-left: auto;
	margin-top: 1.375rem;
	max-width: 38.75rem;
}

.title__sub {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(153deg, #2c2826 50%, #2c2826 72.32%, #b99568 96.735%);
	background-clip: text;
	background-size: 200% 200%;
	color: #2c2826;
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
	opacity: 0;
	text-transform: uppercase;
}

.title__main {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(123deg, #2c2826 50%, #2c2826 72.32%, #b99568 96.735%);
	background-clip: text;
	background-position: 0 0;
	background-size: 200% 200%;
	display: inline-block;
	font-size: 2rem;
	line-height: 1;
	margin-top: 1rem;
	opacity: 0;
}

.title__main.title__main--entry {
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-size: 2.625rem;
	font-weight: 500;
	line-height: 1;
	margin-top: 0;
}

.title__main.title__main--small {
	font-size: 1.75rem;
	margin-top: 0;
}

.title.is-show .title__sub {
	-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	animation: title-transition 0.6s 0s cubic-bezier(0.215, 0.61, 0.355, 1) forwards, title-gradient 0.4s 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	opacity: 1;
}

.title.is-show .title__main {
	-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	animation: title-transition 0.6s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards, title-gradient 0.4s 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	opacity: 1;
}

.title__main.title__main--catch1,
.title__main.title__main--catch2 {
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	background-clip: border-box;
	background-color: #2c2826;
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	height: auto;
	mask-repeat: no-repeat;
	mask-size: contain;
	opacity: 0;
	position: relative;
	transform: translateY(12.5%);
	transition: transform 1.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.title__main.title__main--catch1 span,
.title__main.title__main--catch2 span {
	display: none;
}

.title__main.title__main--catch1::before,
.title__main.title__main--catch2::before {
	background-image: url(../images/common/gold-back.webp);
	background-position: left top;
	background-size: contain;
	content: "";
	display: block;
	height: 31.625rem;
	left: -4.375rem;
	opacity: 0;
	position: absolute;
	top: -7.0625rem;
	transform: translate(-100%, 0);
	transition: transform 2.4s 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.1s 0.6s linear;
	width: 112.125rem;
}

.title__main.title__main--catch1 {
	/* -webkit-mask-image: url(../images/common/mv_title1.svg); */
	aspect-ratio: 459.1/135.4;
	/* mask-image: url(../images/common/mv_title1.svg); */
	width: 28.71875rem;
}

.title__main.title__main--catch2 {
	/* -webkit-mask-image: url(../images/common/mv_title2.svg); */
	aspect-ratio: 744.7/138.1;
	margin-top: 2rem;
	/* mask-image: url(../images/common/mv_title2.svg); */
	width: 46.4375rem;
}

.title.is-show .title__main.title__main--catch1,
.title.is-show .title__main.title__main--catch2 {
	-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	animation: title-transition 0.6s 0s cubic-bezier(0.215, 0.61, 0.355, 1) forwards, title-gradient 0.4s 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	opacity: 1;
	transform: translateY(0);
}

.title.is-show .title__main.title__main--catch1::before,
.title.is-show .title__main.title__main--catch2::before {
	opacity: 1;
	transform: translate(0, 0);
}

.zoom-in {
	overflow: hidden;
	position: relative;
}

.zoom-in img {
	-o-object-fit: cover;
	filter: blur(0.5rem);
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transform: scale(1.1);
	width: 100%;
}

.zoom-in.is-show img {
	filter: blur(0);
	opacity: 1;
	transform: scale(1);
	transition: filter 0.6s linear, opacity 0.1s linear, transform 1s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (hover: hover) {

.arrow-link:hover .arrow-link__icon::after {
	animation: arrow-bounce 0.5s ease-in-out forwards;
}

.arrow-link:hover .arrow-link__text::after {
	width: 100%;
}

.environment__left:hover .arrow-link__icon::after,
.environment__right:hover .arrow-link__icon::after {
	animation: arrow-bounce 0.5s ease-in-out forwards;
}

.environment__left:hover .arrow-link__text::after,
.environment__right:hover .arrow-link__text::after {
	width: 100%;
}

.environment__left:hover .environment__image img,
.environment__right:hover .environment__image img {
	transform: scale(1.05);
}

.people-slider__controls .swiper-navigation .swiper-button-prev:hover::after {
	animation: people-arrow-bounce-left 0.5s ease-in-out forwards;
}

.people-slider__controls .swiper-navigation .swiper-button-next:hover::after {
	animation: people-arrow-bounce-right 0.5s ease-in-out forwards;
}

.slider-gallery__controls .swiper-navigation .swiper-button-prev:hover::after {
	animation: slider-gallery-arrow-bounce-left 0.5s ease-in-out forwards;
}

.slider-gallery__controls .swiper-navigation .swiper-button-next:hover::after {
	animation: slider-gallery-arrow-bounce-right 0.5s ease-in-out forwards;
}

.special__content:hover .arrow-link__icon::after {
	animation: arrow-bounce 0.5s ease-in-out forwards;
}

.special__content:hover .arrow-link__text::after {
	width: 100%;
}

.special__content:hover .special__image img {
	transform: scale(1.05);
}

.sub-environment__left:hover .sub-environment__text::after,
.sub-environment__right:hover .sub-environment__text::after {
	width: 100%;
}

.sub-environment__left:hover .sub-environment__image img,
.sub-environment__right:hover .sub-environment__image img {
	transform: scale(1.05);
}

}

@media (max-width: 1280px) {

html {
	font-size: 1.25vw;
}

}

@media (max-width: 1240px) {

.drawer {
	background-color: #fff;
	display: block;
	height: 100%;
	overflow-y: auto;
	padding: 4rem 3rem 5rem;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	width: 31.875rem;
	z-index: 1001;
}

.entry-button__link.entry-button__link--drawer {
	font-size: 1.25rem;
	padding: 2rem 0;
	width: 100%;
}

.footer__nav {
	gap: 1.5rem;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer__nav-block {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.header__nav {
	display: none;
}

.header__buttons {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	height: inherit;
}

.header__menu-button {
	align-items: center;
	background: transparent;
	border: none;
	color: #2c2826;
	cursor: pointer;
	display: flex;
	font-size: 0.875rem;
	gap: 0.375rem;
	height: inherit;
	padding: 0.375rem 0.75rem;
	transition: color 0.3s ease;
}

}

@media screen and (max-width: 1023px) {

.header__inner {
	padding-left: 6.1538461538vw;
	padding-right: 6.1538461538vw;
}

}

@media screen and (max-width: 780px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

body.is-drawer-open .line-visual {
	display: none;
}

.layout-business {
	margin-top: 3.75rem;
}

.layout-entry-banner {
	margin-top: 16.9230769231vw;
}

.layout-entry-banner.layout-entry-banner--single {
	margin-top: 7.6923076923vw;
}

.layout-environment {
	margin-top: 23.0769230769vw;
}

.layout-header {
	position: relative;
	top: 8.2051282051vw;
}

.layout-main-mv {
	margin-top: 32.8205128205vw;
}

.layout-people {
	margin-top: 24.6153846154vw;
}

.layout-recruit {
	margin-top: 16.4102564103vw;
}

.layout-single-blog {
	margin-top: 28.2051282051vw;
}

.layout-special {
	margin-top: 16.4102564103vw;
}

.layout-special-loop {
	margin-top: 23.0769230769vw;
}

.layout-sub-business {
	margin-top: 32.8205128205vw;
}

.layout-sub-environment {
	margin-top: 11.7948717949vw;
}

.layout-sub-property-holding {
	margin-top: 20.5128205128vw;
}

.layout-sub-property-new {
	margin-top: 20.5128205128vw;
}

.layout-sub-property-renewal {
	margin-top: 3.75rem;
}

.layout-sub-property {
	margin-top: 20.5128205128vw;
}

.arrow-link {
	font-size: 0.875rem;
}

.arrow-link::before {
	height: 10.2564102564vw;
	width: 10.2564102564vw;
}

.arrow-link.arrow-link--small::before {
	height: 8.2051282051vw;
	width: 8.2051282051vw;
}

.arrow-link.arrow-link--environment::before {
	height: 6.1538461538vw;
	width: 6.1538461538vw;
}

.arrow-link__icon {
	height: 10.2564102564vw;
	width: 10.2564102564vw;
}

.arrow-link__icon.arrow-link__icon--small {
	height: 8.2051282051vw;
	width: 8.2051282051vw;
}

.arrow-link__icon.arrow-link__icon--environment {
	height: 6.1538461538vw;
	width: 6.1538461538vw;
}

.arrow-link__icon::after {
	height: 1.5384615385vw;
	width: 1.5384615385vw;
}

.arrow-link__text {
	font-size: 3.3333333333vw;
	margin-left: 4.1025641026vw;
}

.arrow-link__text.arrow-link__text--large {
	font-size: 4.6153846154vw;
}

.arrow-link__text.arrow-link__text--environment {
	font-size: 3.8461538462vw;
}

.arrow-link__text small {
	font-size: 2.5641025641vw;
}

.business__inner {
	padding-left: 5.7692307692vw;
	padding-right: 5.7692307692vw;
}

.business__content {
	flex-direction: column;
	gap: 0;
}

.business__content-left {
	max-width: 100%;
}

.business__text {
	font-size: 3.0769230769vw;
	margin-top: 4.7435897436vw;
}

.business__link {
	margin-top: 6.6666666667vw;
}

.business__gallery {
	height: 55.3846153846vw;
	margin-right: calc(50% - 50vw);
	margin-top: 12.3076923077vw;
	width: 100vw;
}

.card__content {
	font-size: 2.5641025641vw;
	padding: 4.6153846154vw 6.1538461538vw 0vw 0.1282051282vw;
	transform-origin: left bottom;
}

.drawer {
	opacity: 0;
	padding: 8.7179487179vw 6.1538461538vw 32.8205128205vw;
	top: 0;
	transform: translateX(0);
	transition: none;
	visibility: hidden;
	width: 100%;
}

.drawer.is-open {
	opacity: 1;
	visibility: visible;
}

.drawer__close {
	display: none;
}

.drawer__nav {
	margin-top: 0;
}

.drawer__logo {
	align-items: center;
	display: flex;
	gap: 4.1025641026vw;
	height: inherit;
}

.drawer__logo-img {
	max-width: 27.6923076923vw;
	width: 100%;
}

.drawer__logo-img img {
	-o-object-fit: cover;
	aspect-ratio: 146/32;
	flex-shrink: 0;
	object-fit: cover;
	width: 100%;
}

.drawer__logo-text {
	color: #2c2826;
	font-size: 2.8205128205vw;
	font-weight: 500;
	line-height: 1.2;
	white-space: nowrap;
}

.drawer__list {
	margin-top: 16.4102564103vw;
}

.drawer__item.drawer__item--margin {
	margin-top: 10vw;
}

.drawer__link {
	font-size: 4.1025641026vw;
	padding-bottom: 10vw;
	padding-top: 3.9743589744vw;
}

.drawer__item-title {
	font-size: 4.1025641026vw;
	padding-top: 4.1025641026vw;
}

.drawer__item.drawer__item--external-link {
	font-size: 3.0769230769vw;
	margin-top: 0;
}

.drawer__subitem.drawer__subitem--margin {
	margin-top: 4.1025641026vw;
}

.drawer__subitem-link {
	font-size: 3.0769230769vw;
	padding: 1.5384615385vw 0;
}

.drawer__external-link {
	font-size: 3.0769230769vw;
	padding-left: 4.6153846154vw;
}

.drawer__external-link:before {
	height: 4.1025641026vw;
	width: 4.1025641026vw;
}

.drawer__entry {
	display: none;
}

.entry-banner {
	height: 76.9230769231vw;
}

.entry-banner__diamond {
	height: 82.0512820513vw;
	width: 82.0512820513vw;
}

.entry-banner__text {
	font-size: 3.3333333333vw;
	margin-top: 2.0512820513vw;
}

.environment__wrap {
	align-items: start;
	flex-direction: column;
	padding: 16.4102564103vw 6.1538461538vw 14.8717948718vw;
}

.environment__text {
	font-size: 3.3333333333vw;
	margin-top: 10.2564102564vw;
	max-width: 100%;
}

.environment__content {
	flex-direction: column;
	padding: 0;
}

.environment__left {
	padding: 8.4615384615vw 6.1538461538vw 6.9230769231vw;
	width: 100%;
}

.environment__right {
	margin-left: 0;
	padding: 8.4615384615vw 6.1538461538vw 6.9230769231vw;
	width: 100%;
}

.environment__image {
	max-width: 43.5897435897vw;
}

.environment__arrow-link {
	margin-top: 6.1538461538vw;
}

.footer {
	background: linear-gradient(128deg, #2c2826 39.88%, #b99568 144.74%);
	padding: 20.5128205128vw 6.1538461538vw;
}

.footer__logo {
	align-items: center;
	bottom: 31.7948717949vw;
	display: flex;
	gap: 4.1025641026vw;
	justify-content: center;
	left: 50%;
	max-width: 36.9230769231vw;
	position: absolute;
	transform: translateX(-50%);
}

.footer__logo-text {
	font-size: 3.8461538462vw;
}

.footer__nav {
	gap: 10.2564102564vw;
	grid-template-columns: 1fr;
}

.footer__nav-block {
	gap: 10.2564102564vw;
}

.footer__nav-list {
	padding-top: 4.2307692308vw;
}

.footer__nav-item {
	font-size: 4.1025641026vw;
}

.footer__nav-item:not(:first-child) {
	margin-top: 10.2564102564vw;
	padding-top: 4.2307692308vw;
}

.footer__nav-subitem {
	font-size: 3.0769230769vw;
	margin-top: 3.0769230769vw;
}

.footer__bottom {
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 16.4102564103vw;
}

.footer__link-group {
	align-items: flex-start;
	flex-direction: column;
	gap: 3.5897435897vw;
}

.footer__link {
	font-size: 3.0769230769vw;
	padding-left: 4.6153846154vw;
}

.footer__link::before {
	height: 4.1025641026vw;
	width: 4.1025641026vw;
}

.footer__copyright {
	font-size: 2.5641025641vw;
	margin-top: 31.7948717949vw;
	text-align: center;
}

.footer__line {
	bottom: -48.0769230769vw;
	height: 198.7179487179vw;
	right: 14.7435897436vw;
	width: 198.7179487179vw;
}

.header {
	height: 7.6923076923vw;
}

.header__logo {
	max-width: 27.6923076923vw;
}

.header__logo a {
	gap: 4.1025641026vw;
}

.header__logo-text {
	font-size: 2.8205128205vw;
}

.inner {
	padding-left: 20px;
	padding-right: 20px;
}

.line-visual {
	height: 83.3333333333vw;
	right: -4.5625rem;
	top: -29.4871794872vw;
	width: 83.3333333333vw;
}

.line-visual.line-visual--single {
	height: 102.5641025641vw;
	left: auto;
	right: -15.8974358974vw;
	top: -28.4615384615vw;
	transform: rotate(-45deg);
	width: 102.5641025641vw;
}

.line-visual.line-visual--single svg .bottom-line {
	transition-delay: 0.8s;
}

.line-visual.line-visual--single svg .top-line {
	transition-delay: 1s;
}

.line-visual.line-visual--single svg .left-line {
	transition-delay: 0.8s;
}

.main-mv__inner {
	padding-left: 6.1538461538vw;
	padding-right: 6.1538461538vw;
}

.main-mv__title {
	padding: 8.2051282051vw 0 20.5128205128vw;
}

.main-mv__message {
	font-size: 4.1025641026vw;
}

.people-slider.people-slider-single .swiper {
	transform: translateX(-21vw);
}

.people-slider.people-slider-single .card__content {
	transform: translateY(17.6923076923vw);
}

.people-slider {
	height: 96.1538461538vw;
	margin-top: 12.3076923077vw;
}

.people-slider .swiper {
	max-width: 46.1538461538vw;
	transform: translateX(-21vw);
}

.people-slider .swiper-slide {
	height: 55.641025641vw;
	width: 46.1538461538vw;
}

.people-slider:not(.people-slider-single) .swiper-slide-active {
	height: 77.9487179487vw !important;
	width: 64.8717948718vw !important;
}

.people-slider:not(.people-slider-single) .swiper-slide-active.is-break {
	height: auto !important;
	width: 46.1538461538vw !important;
}

.people-slider:not(.people-slider-single) .swiper-slide-active:not(.is-break) {
	height: 77.9487179487vw !important;
	width: 64.8717948718vw !important;
}

.people-slider .card__content {
	-webkit-transform-origin: left bottom;
	transform: scaleY(0) translateY(1.0256410256vw);
}

.people-slider:not(.people-slider-single) .swiper-slide-active:not(.is-break) .card__content {
	transform: scaleY(1) translateY(1.0256410256vw);
}

.people-slider:not(.people-slider-single) .swiper-slide:hover {
	height: 77.9487179487vw !important;
	width: 64.8717948718vw !important;
}

.people-slider .people-slider__controls {
	bottom: 0;
	justify-content: space-between;
	left: 6.1538461538vw;
	right: auto;
	top: auto;
	width: 64.8717948718vw;
}

.people-slider .swiper-wrapper {
	overflow: visible !important;
}

.people-slider__controls .swiper-pagination {
	font-size: 3.5897435897vw;
}

.people-slider__controls .swiper-navigation {
	gap: 0.5128205128vw;
}

.people-slider__controls .swiper-navigation .swiper-button-prev,
.people-slider__controls .swiper-navigation .swiper-button-next {
	height: 10.2564102564vw;
	width: 10.2564102564vw;
}

.people-slider__controls .swiper-navigation .swiper-button-prev::after,
.people-slider__controls .swiper-navigation .swiper-button-next::after {
	height: 1.5384615385vw;
	width: 1.5384615385vw;
}

.people__content {
	padding-left: 6.1538461538vw;
	padding-right: 6.1538461538vw;
}

.people__text {
	font-size: 3.3333333333vw;
	margin-top: 1.25rem;
}

.people__arrow-link {
	margin-top: 6.6666666667vw;
}

.people__slider {
	margin-top: 12.3076923077vw;
}

.recruit__inner {
	padding: 0 6.1538461538vw;
}

.recruit__wrap {
	flex-direction: column;
}

.recruit__text {
	font-size: 3.3333333333vw;
	margin-top: 10.2564102564vw;
}

.recruit__arrow-link {
	margin-top: 10.2564102564vw;
}

.single-blog__inner {
	padding-left: 6.1538461538vw;
	padding-right: 6.1538461538vw;
}

.single-blog__mv {
	flex-direction: column;
}

.single-blog__text {
	font-size: 2.5641025641vw;
	margin-top: 4.1025641026vw;
}

.single-blog__image {
	height: 64.1025641026vw;
	margin-right: -6.1538461538vw;
	margin-top: 9.2307692308vw;
	width: calc(100% + 6.1538461538vw);
}

.single-blog__content-wrap {
	flex-direction: column;
	margin: 16.4102564103vw auto 0;
	padding: 5.641025641vw 0 0;
	width: 87.6923076923vw;
}

.single-blog__content-wrap.single-blog__content-wrap--margin {
	margin-top: 16.4102564103vw;
}

.single-blog__content-title {
	font-size: 4.6153846154vw;
}

.single-blog__content {
	margin-top: 11.7948717949vw;
	max-width: 100%;
}

.single-blog__content-catch {
	font-size: 4.1025641026vw;
}

.single-blog__content-text {
	font-size: 3.3333333333vw;
	margin-top: 4.1025641026vw;
}

.single-blog__img-wrap {
	height: 56.1538461538vw;
	margin: 12.3076923077vw auto 0;
	width: 87.6923076923vw;
}

.single-blog__img {
	max-width: 87.6923076923vw;
}

.single-blog__timetable-wrap {
	align-items: flex-start;
	flex-direction: column;
	gap: 8.2051282051vw;
	margin: 16.4102564103vw 6.1538461538vw 0;
	padding: 16.4102564103vw 6.1538461538vw 15.3846153846vw;
}

.single-blog__timetable-title {
	font-size: 4.1025641026vw;
}

.single-blog__timetable {
	gap: 2.0512820513vw;
}

.single-blog__timetable-item {
	align-items: flex-start;
}

.single-blog__timetable-time {
	font-size: 4.1025641026vw;
	min-width: 14.1025641026vw;
}

.single-blog__timetable-text {
	font-size: 3.3333333333vw;
	margin-left: 2.5641025641vw;
	max-width: 100%;
}

.single-blog__slider {
	padding: 16.4102564103vw 6.1538461538vw 15.3846153846vw;
}

.slider-gallery {
	flex-direction: column;
	gap: 1.4375rem;
}

.slider-gallery__swiper {
	max-width: 100%;
}

.slider-gallery__swiper .swiper {
	overflow: visible;
}

.slider-gallery__wrap {
	height: 48.7179487179vw;
	margin-right: -6.1538461538vw;
}

.slider-gallery__swiper .swiper-slide {
	height: 48.7179487179vw;
	margin-right: 2.0512820513vw;
	transform: none;
	transition: none;
}

.slider-gallery__swiper .swiper-slide img {
	height: 100%;
	transform: none;
	transition: none;
}

.slider-gallery__swiper .swiper-slide-active {
	transform: none;
}

.slider-gallery__swiper .swiper-slide-active img {
	transform: none;
}

.slider-gallery__swiper .swiper-slide:not(.swiper-slide-active):not(.is-animating) {
	transform: none;
}

.slider-gallery__swiper .swiper-slide:not(.swiper-slide-active):not(.is-animating) img {
	transform: none;
}

.slider-gallery__content {
	margin-top: 6.1538461538vw;
}

.slider-gallery__tab-title {
	font-size: 2.5641025641vw;
	padding: 1.5384615385vw 2.0512820513vw;
}

.slider-gallery__logo {
	margin-top: 4.1025641026vw;
	max-width: 38.2051282051vw;
}

.slider-gallery__text {
	font-size: 3.3333333333vw;
	margin-top: 6.1538461538vw;
}

.slider-gallery__text.slider-gallery__text--margin {
	margin-top: 0;
}

.sp-buttons__entry,
.sp-buttons__menu {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-size: 3.5897435897vw;
	font-weight: 500;
	justify-content: center;
	line-height: 1.7;
	padding: 5.1282051282vw 0;
	text-align: center;
	text-transform: uppercase;
	width: 50%;
}

.sp-buttons.is-hidden {
	transform: translateY(100%);
}

.special__inner {
	padding: 0 6.1538461538vw;
}

.special__wrap {
	align-items: start;
	flex-direction: column;
}

.special__text {
	font-size: 3.3333333333vw;
	margin-top: 10.2564102564vw;
	max-width: 100%;
}

.special__image img {
	aspect-ratio: 780/360;
}

.special__arrow-link {
	display: flex;
	margin-top: 6.1538461538vw;
	padding: 0 6.1538461538vw;
}

.special__number {
	font-size: 14.8717948718vw;
	left: 6.1538461538vw;
}

.special-loop__list {
	height: 29.2307692308vw;
}

.special-loop__img {
	max-width: 22.6923076923vw;
}

.special-loop__text {
	font-size: 10.2564102564vw;
}

.sub-business__inner {
	padding: 0 6.1538461538vw;
}

.sub-business__text {
	font-size: 3.3333333333vw;
	margin-left: 0;
	margin-top: 20.5128205128vw;
	max-width: 100%;
}

.sub-environment__link {
	flex: 1;
	margin-top: 0;
}

.sub-environment__icon {
	height: 8.2051282051vw;
	width: 8.2051282051vw;
}

.sub-environment__icon:after {
	height: 4.1025641026vw;
	width: 4.1025641026vw;
}

.sub-environment__wrap {
	align-items: center;
}

.sub-environment__text-sub {
	font-size: 2.5641025641vw;
}

.sub-environment__text {
	font-size: 4.6153846154vw;
	margin-top: 2.0512820513vw;
}

.sub-environment__content {
	flex-direction: column;
	padding: 0;
}

.sub-environment__left,
.sub-environment__right {
	padding: 8.2051282051vw 6.1538461538vw;
}

.sub-environment__left {
	align-items: center;
	display: flex;
	gap: 6.1538461538vw;
	width: 100%;
}

.sub-environment__right {
	align-items: center;
	display: flex;
	gap: 6.1538461538vw;
	margin-left: 0;
	width: 100%;
}

.sub-environment__image {
	margin-left: 0;
	max-width: 18.9743589744vw;
}

.sub-property-holding__inner {
	padding: 8.2051282051vw 6.1538461538vw;
}

.sub-property-new__inner {
	padding: 8.2051282051vw 6.1538461538vw 0;
}

.sub-property-new__gallery {
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 3.3125rem;
}

.sub-property-new__image {
	max-width: 100%;
}

.sub-property-new__text {
	font-size: 3.3333333333vw;
	margin-left: 0;
	margin-top: 6.1538461538vw;
	max-width: 100%;
}

.sub-property-renewal__inner {
	padding: 8.2051282051vw 6.1538461538vw;
}

.sub-property-renewal__gallery {
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 3.3125rem;
}

.sub-property-renewal__image {
	max-width: 100%;
}

.sub-property-renewal__logo {
	margin-top: 4.1025641026vw;
	max-width: 38.2051282051vw;
}

.sub-property-renewal__text {
	font-size: 3.3333333333vw;
	margin-top: 6.1538461538vw;
}

.sub-property__inner {
	padding: 8.2051282051vw 6.1538461538vw;
}

.sub-property__gallery {
	margin-top: 3.3125rem;
}

.sub-property__gallery + .sub-property__gallery {
	margin-top: 2.5rem;
}

.sub-property__text {
	font-size: 3.3333333333vw;
	margin-left: 0;
	margin-top: 8.2051282051vw;
	max-width: 100%;
}

.title__sub {
	font-size: 2.8205128205vw;
}

.title__main {
	font-size: 7.1794871795vw;
	margin-top: 3.8461538462vw;
}

.title__main.title__main--entry {
	font-size: 8.7179487179vw;
}

.title__main.title__main--small {
	font-size: 6.1538461538vw;
}

.title__main.title__main--catch1::before,
.title__main.title__main--catch2::before {
	height: 54.8717948718vw;
	left: -7.4358974359vw;
	top: -12.3076923077vw;
	width: 194.358974359vw;
}

.title__main.title__main--catch1 {
	width: 49.4871794872vw;
}

.title__main.title__main--catch2 {
	margin-top: 3.3333333333vw;
	width: 80.7692307692vw;
}

}

@media (max-width: 780px) {

.drawer-overlay {
	display: none;
}

.header__buttons {
	display: none;
}

.header__menu-button {
	display: none;
}

.sp-buttons {
	bottom: 0;
	display: flex;
	font-size: 1.75rem;
	left: 0;
	position: fixed;
	transition: transform 0.3s ease;
	width: 100%;
	z-index: 1005;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes arrow-bounce {

0% {
	opacity: 1;
	transform: translateX(0) rotate(45deg);
}

50% {
	opacity: 0;
	transform: translateX(1rem) rotate(45deg);
}

51% {
	opacity: 0;
	transform: translateX(-1rem) rotate(45deg);
}

100% {
	opacity: 1;
	transform: translateX(0) rotate(45deg);
}

}

@keyframes business-mask-animation {

0% {
	-webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

75% {
	-webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 30% 100%);
	clip-path: polygon(50% 0, 100% 0, 100% 100%, 30% 100%);
}

100% {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

}

@keyframes arrow-bounce {

0% {
	opacity: 1;
	transform: translateX(0) rotate(45deg);
}

50% {
	opacity: 0;
	transform: translateX(1rem) rotate(45deg);
}

51% {
	opacity: 0;
	transform: translateX(-1rem) rotate(45deg);
}

100% {
	opacity: 1;
	transform: translateX(0) rotate(45deg);
}

}

@keyframes main-mv-mask-animation {

0% {
	-webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

75% {
	-webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 30% 100%);
	clip-path: polygon(50% 0, 100% 0, 100% 100%, 30% 100%);
}

100% {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

}

@keyframes people-arrow-bounce-left {

0% {
	opacity: 1;
	transform: translateX(0) rotate(-135deg);
}

50% {
	opacity: 0;
	transform: translateX(-16px) rotate(-135deg);
}

51% {
	opacity: 0;
	transform: translateX(16px) rotate(-135deg);
}

100% {
	opacity: 1;
	transform: translateX(0) rotate(-135deg);
}

}

@keyframes people-arrow-bounce-right {

0% {
	opacity: 1;
	transform: translateX(0) rotate(45deg);
}

50% {
	opacity: 0;
	transform: translateX(16px) rotate(45deg);
}

51% {
	opacity: 0;
	transform: translateX(-16px) rotate(45deg);
}

100% {
	opacity: 1;
	transform: translateX(0) rotate(45deg);
}

}

@keyframes slider-gallery-arrow-bounce-left {

0% {
	opacity: 1;
	transform: translateX(0) rotate(-135deg);
}

50% {
	opacity: 0;
	transform: translateX(-16px) rotate(-135deg);
}

51% {
	opacity: 0;
	transform: translateX(16px) rotate(-135deg);
}

100% {
	opacity: 1;
	transform: translateX(0) rotate(-135deg);
}

}

@keyframes slider-gallery-arrow-bounce-right {

0% {
	opacity: 1;
	transform: translateX(0) rotate(45deg);
}

50% {
	opacity: 0;
	transform: translateX(16px) rotate(45deg);
}

51% {
	opacity: 0;
	transform: translateX(-16px) rotate(45deg);
}

100% {
	opacity: 1;
	transform: translateX(0) rotate(45deg);
}

}

@keyframes slideLoop {

100% {
	transform: translateX(-50%);
}

}

@keyframes title-transition {

0% {
	-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}

90% {
	-webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
}

100% {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

}

@keyframes title-gradient {

0% {
	background-position: 0 0;
}

100% {
	background-position: 100% 100%;
}

}


/*# sourceMappingURL=style.css.map */
