body {
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	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 */

html {
	scroll-behavior: smooth;
}

/* 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;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.3s;
}

.layout-faq {
	margin-top: 3.4375rem;
	padding-bottom: 3.375rem;
}

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

.layout-living {
	padding-bottom: 3.5625rem;
	padding-top: 15rem;
}

.layout-realization {
	margin-top: 5.5rem;
}

.layout-solution {
	margin-top: 3.4375rem;
}

.layout-thanks-burner {
	margin-top: 5.5rem;
}

.layout-use {
	padding-bottom: 3.5rem;
	padding-top: 3.5rem;
}

.layout-voice {
	margin-top: 4.6875rem;
}

.arrow-button {
	background: #609484;
	background: var(--Green, #609484);
	border-radius: 1rem;
	color: #fff;
	color: var(--White, #fff);
	color: var(--White, #fff);
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 150%; /* 30px */
	max-width: 19.4375rem;
	padding: 1.25rem 3.75rem;
	position: relative;
	text-align: left;
	transition: 0.3s;
	width: 100%;
}

.arrow-button::before {
	background: url("./../images/common/arrow-right.png") no-repeat center center/contain;
	content: "";
	height: 1.5rem;
	position: absolute;
	right: 1.125rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
}

.arrow-button:hover {
	background: rgba(96, 148, 132, 0.56);
	background: var(--Green, rgba(96, 148, 132, 0.56));
}

.balloon {
	background: #F2F4F1;
	background: var(--Gray03, #F2F4F1);
	color: #565956;
	color: var(--Gray01, #565956);
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 150%; /* 30px */
	max-width: 16.25rem;
	padding: 14px 10px;
	position: relative;
	width: 100%;
}

.balloon--left:before {
	border: 5px solid transparent;
	border-left: 10px solid #F2F4F1;
	border-left: 10px solid var(--Gray03, #F2F4F1);
	content: "";
	left: 100%;
	margin-top: -5px;
	position: absolute;
	top: 50%;
}

.balloon--bottom:before {
	border: 5px solid transparent;
	border-top: 10px solid #F2F4F1;
	border-top: 10px solid var(--Gray03, #F2F4F1);
	content: "";
	left: 50%;
	margin-left: -5px;
	position: absolute;
	top: 100%;
}

.faq-list__item + .faq-list__item {
	margin-top: 1.5rem;
}

.faq-list__item-question {
	border-bottom: 1px solid #565956;
	color: #565956;
	color: var(--Gray01, #565956);
	cursor: pointer;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.64px;
	line-height: 150%; /* 24px */
	padding: 0rem 2.5rem 1.625rem 2.5rem;
	position: relative;
	text-indent: -1.25rem;
}

.faq-list__item-question::before,
.faq-list__item-question::after {
	background: #948260;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 0.3125rem;
	top: 32%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 1.0625rem;
}

.faq-list__item-question.is-open {
	border-bottom: 1px solid rgba(86, 89, 86, 0.5);
}

.faq-list__item-question::after {
	transform: rotate(90deg);
}

.faq-list__item-question.is-open::after {
	transform: rotate(0deg);
}

.faq-list__item-question span {
	color: #948260;
	color: var(--Gold, #948260);
	display: inline-block;
	font-family: "Inter", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	margin-right: 1.25rem;
}

.faq-list__item-answer {
	color: #565956;
	color: var(--Gray01, #565956);
	display: none;
	font-size: 1.125rem;
	font-weight: 400;
	padding: 1.5rem 2.5rem 1.625rem 2.5rem;
	text-indent: -1.25rem;
}

.faq-list__item-answer span {
	color: #948260;
	color: var(--Gold, #948260);
	display: inline-block;
	font-family: "Inter", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	margin-right: 1.25rem;
}

.faq__inner {
	margin: auto;
	max-width: 37.5rem;
	width: 100%;
}

.faq__list {
	margin-top: 1.875rem;
}

.faq__button {
	margin-top: 2rem;
	text-align: center;
}

.features-list__item {
	background: #fff;
	background: var(--White, #fff);
	border-radius: 16px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 2rem 1rem;
}

.features-list__item-img {
	aspect-ratio: 311/192;
	overflow: hidden;
}

.features-list__item-img--small {
	aspect-ratio: 311/168;
}

.features-list__item-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.features-list__item-content {
	margin-top: 1.75rem;
}

.features-list__item-point {
	background: #948260;
	background: var(--Gold, #948260);
	color: #fff;
	color: var(--White, #fff);
	display: inline;
	font-family: "Jost", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.8px;
	line-height: 150%; /* 30px */
	padding: 0.3125rem 1rem;
}

.features-list__item-title {
	color: #565956;
	color: var(--Gray01, #565956);
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 150%;
	margin-top: 1.25rem;
}

.features-list__item-title::first-letter {
	color: #948260;
	color: var(--Gold, #948260);
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.96px;
	line-height: 150%; /* 36px */
}

.features-list__item-text {
	color: #565956;
	color: var(--Gray01, #565956);
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.64px;
	line-height: 150%; /* 24px */
	margin-top: 0.875rem;
}

.features {
	background: url("./../images/common/features-bg.jpg") no-repeat center center/cover;
	padding-bottom: 3.5rem;
	padding-top: 3.4375rem;
}

.features__inner {
	max-width: 37.5rem;
	width: 100%;
}

.features__items {
	margin-top: 3.25rem;
}

.features__list {
	grid-gap: 2rem;
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(1, 1fr);
}

.footer {
	background: #565956;
	background: var(--Gray01, #565956);
	padding: 2rem 0;
}

.footer__box-text a:hover {
	-webkit-text-decoration: underline;
	cursor: pointer;
	text-decoration: underline;
}

.footer__flex {
	display: flex;
	flex-direction: column;
	gap: 2.75rem;
}

.footer__box-title {
	color: #fff;
	color: var(--White, #fff);
	font-family: "Jost", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.8px;
	line-height: 150%; /* 30px */
	position: relative;
	text-transform: uppercase;
}

.footer__box-title::after {
	background: #fff;
	background: var(--White, #fff);
	bottom: -0.5rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 4.5rem;
}

.footer__box-container {
	list-style: none;
	margin-top: 1.25rem;
}

.footer__box-text {
	color: #fff;
	color: var(--White, #fff);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.64px;
	line-height: 150%; /* 24px */
	padding: 0.25rem 0;
}

.footer__box-text a {
	height: inherit;
}

.footer__sns {
	align-items: center;
	display: flex;
	justify-content: left;
	margin-top: 4.375rem;
}

.footer__sns-icon {
	display: block;
	max-width: 2rem;
	width: 100%;
}

.footer__sns-icon + .footer__sns-icon {
	margin-left: 1.25rem;
}

.footer__sns-icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer__attention {
	color: #fff;
	color: var(--White, #fff);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.48px;
	line-height: 150%; /* 18px */
	margin-top: 4.5rem;
}

.footer__copyright {
	color: #fff;
	color: var(--White, #fff);
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.4px;
	line-height: 150%; /* 15px */
	margin-top: 1rem;
}

.frame {
	height: 11.25rem;
	width: 21.4375rem;
}

.frame__box {
	border: 1px solid #565956;
	color: #fff;
	padding: 1rem;
	position: relative;
	z-index: 100;
}

.frame__box:before {
	background-color: #fff;
	border-right: 1px solid #565956;
	content: "";
	height: 5.1875rem;
	left: 50%;
	position: absolute;
	top: 100%;
	transform: skew(-5deg) translateX(-50%);
	width: 1.0625rem;
}

.frame__box p {
	color: #fff;
	color: var(--White, #fff);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1.25px;
	line-height: 1.5;
	line-height: 150%; /* 30px */
	padding: 0 1rem;
	position: relative;
	text-align: center;
	z-index: 100;
}

.frame__box::after {
	background: rgba(96, 148, 132, 0.8);
	content: "";
	height: 118%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 92%;
	z-index: 0;
}

.header {
	background-color: #fff;
	height: 3rem;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding: 0.75rem 0.375rem 0.75rem 1rem;
}

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

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

.header__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__nav {
	height: inherit;
}

.header__nav-items {
	align-items: center;
	display: flex;
	height: inherit;
}

.header__nav-item,
.header__nav-modal-wrap {
	height: inherit;
}

.header__nav-modal-wrap {
	position: relative;
	transition: 0.3s;
}

.header__nav-modal-title::after {
	background: url("./../images/common/toggle-down.png") no-repeat center center/cover;
	content: "";
	height: 1rem;
	position: absolute;
	right: 0rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

.header__nav-modal-title {
	color: #565956;
	color: var(--Gray01, #565956);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.56px;
	line-height: 150%; /* 21px */
}

.header__nav-modal-title .is-active {
	color: #b1b6af;
	color: var(--Gray02, #b1b6af);
}

.header__nav-modal-title:hover {
	color: #b1b6af;
	color: var(--Gray02, #b1b6af);
	cursor: pointer;
}

.header__nav-modal-title:hover::after {
	background: url("./../images/common/toggle-upper.png") no-repeat center center/cover;
}

.header__nav-modal-title .is-active::after {
	background: url("./../images/common/toggle-upper.png") no-repeat center center/cover;
}

.header__nav-modal-heading {
	color: #565956;
	color: var(--Gray01, #565956);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.56px;
	line-height: 150%; /* 21px */
}

.header__nav-item > a {
	align-items: center;
	color: #565956;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	height: inherit;
	line-height: 1;
	padding: 0 0.375rem;
}

.header__nav-modal-wrap > p {
	align-items: center;
	color: #565956;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	height: inherit;
	line-height: 1;
	margin-right: 0.625rem;
	padding: 0 0.5625rem;
}

.header__nav-modal {
	background: #fff;
	border-radius: 8px;
	left: 50%;
	max-width: 37.5rem;
	opacity: 0;
	padding: 1.125rem 1rem 0.875rem;
	position: fixed;
	top: 3.5rem;
	transform: translateX(-50%) rotateX(90deg);
	transition: 0.5s;
	visibility: hidden;
	width: 91.5%;
}

.header__nav-modal-wrap:hover > .header__nav-modal {
	opacity: 1;
	transform: translateX(-50%) rotateX(0deg);
	visibility: visible;
}

.header__nav-modal-title {
	color: #565956;
	color: var(--Gray01, #565956);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.64px;
	line-height: 150%; /* 24px */
}

.header__nav-modal-items {
	grid-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	grid-row-gap: 1.875rem;
	align-content: start;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: start;
	margin-top: 1.5625rem;
	row-gap: 1.875rem;
}

.header__nav-modal-item a {
	border-bottom: 2px solid #f2f4f1;
	border-bottom: 2px solid var(--Gray03, #f2f4f1);
	color: #565956;
	color: var(--Gray01, #565956);
	display: block;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.56px;
	line-height: 150%; /* 21px */
	padding-bottom: 0.5rem;
	position: relative;
}

.header__nav-modal-item a:hover {
	border-bottom: 2px solid #609484;
	border-bottom: 2px solid var(--Green, #609484);
}

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

.line-up__title {
	align-items: center;
	color: #565956;
	color: var(--Gray01, #565956);
	display: flex;
	font-size: 2.5rem;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 1;
	line-height: 150%; /* 30px */
	text-align: center;
}

.line-up__title:before,
.line-up__title:after {
	background: #565956;
	content: "";
	flex-grow: 1;
	height: 1px;
}

.line-up__title:before {
	margin-right: 1.4375rem;
}

.line-up__title:after {
	margin-left: 1.4375rem;
}

.line-up__sub-title {
	color: #b1b6af;
	color: var(--Gray02, #b1b6af);
	display: block;
	font-family: "Jost", sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.8px;
	line-height: 150%; /* 30px */
	margin-top: 0.5rem;
	text-align: center;
	text-transform: uppercase;
}

.line-up__items {
	grid-gap: 3.0625rem;
	display: grid;
	gap: 3.0625rem;
	grid-template-columns: 1fr;
	margin-top: 1.5rem;
}

.line-up__item {
	margin-left: auto;
	margin-right: auto;
	max-width: 18.75rem;
	transition: opacity 0.3s;
	width: 100%;
}

.line-up__item:hover {
	cursor: pointer;
	opacity: 0.8;
}

.line-up__item-img {
	aspect-ratio: 1/1;
	overflow: hidden;
}

.line-up__item-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.line-up__text-box {
	background: #f2f4f1;
	border-radius: 8px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
	padding: 1.5rem 1.5rem 4rem;
}

.line-up__item-title {
	color: #565956;
	color: var(--Gray01, #565956);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 150%; /* 30px */
}

.line-up__item-detail {
	color: #565956;
	color: var(--Gray01, #565956);
	font-family: "Jost", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.64px;
	line-height: 150%; /* 24px */
	margin-top: 0.5rem;
}

.living {
	overflow: hidden;
}

.living__inner {
	max-width: 37.5rem;
	width: 100%;
}

.living__contents {
	margin-top: 2.625rem;
}

.living__block {
	background-image: linear-gradient(to bottom, #fff 20%, #f2f4f1 20%, #f2f4f1 90%, #fff 90%);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
	width: 100vw;
}

.living__block + .living__block {
	margin-top: 4.6875rem;
}

.living__top-img {
	aspect-ratio: 343/138;
	position: relative;
	z-index: 10;
}

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

.living__top-img span {
	color: #565956;
	color: var(--Gray01, #565956);
	content: "";
	font-family: "Jost", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	left: 0.8125rem;
	letter-spacing: 0.64px;
	line-height: 150%; /* 24px */
	position: absolute;
	text-transform: uppercase;
	top: -0.75rem;
	z-index: 100;
}

.living__content {
	padding: 0 1rem;
}

.living__line-up {
	margin-top: 5rem;
}

.login-button {
	background: #fff;
	background: var(--White, #fff);
	border: 1px solid #565956;
	border: 1px solid var(--Gray01, #565956);
	border-radius: 99999px;
	color: #565956;
	color: var(--Gray01, #565956);
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1;
	padding: 0.5rem 1.5rem;
	transition: 0.3s;
}

.login-button:hover {
	background: #565956;
	background: var(--Gray01, #565956);
	border-radius: 99999px;
	color: #fff;
	color: var(--White, #fff);
	opacity: 1;
}

.membership {
	background: #f2f4f1;
	background: var(--Gray03, #f2f4f1);
	padding: 3.5rem 0;
}

.membership__inner {
	max-width: 37.5rem;
	width: 100%;
}

.membership__container {
	background: #fff;
	background: var(--White, #fff);
	border-radius: 16px;
	padding: 1.1875rem 1rem 2.0625rem 1rem;
}

.membership__title {
	color: #565956;
	color: var(--Gray01, #565956);
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 1.12px;
	line-height: 150%; /* 42px */
	text-align: center;
}

.membership__title-label {
	background: #565956;
	background: var(--Gray01, #565956);
	color: #fff;
	color: var(--White, #fff);
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.64px;
	line-height: 150%; /* 24px */
	padding: 0rem 1rem;
}

.membership__title-small {
	color: #565956;
	color: var(--Gray01, #565956);
	display: block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.64px;
	line-height: 222%; /* 24px */
	text-align: center;
}

.membership__middle {
	display: flex;
	flex-direction: column;
	gap: 0.5625rem;
	margin-top: 1.5rem;
}

.membership__middle-text {
	background: #565956;
	background: var(--Gray01, #565956);
	border-radius: 16px;
	color: #fff;
	color: var(--White, #fff);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.64px;
	line-height: 150%; /* 24px */
	padding: 1rem;
	text-align: center;
}

.membership__lower {
	margin-top: 1.5rem;
	text-align: center;
}

.membership__lower-balloon.u-desktop {
	display: none;
}

.membership__lower-button {
	margin-top: 1.875rem;
}

.mv {
	height: 49.3125rem;
	position: relative;
	width: 100%;
}

.mv__inner {
	height: inherit;
}

.mv__title-wrap {
	left: 49%;
	position: absolute;
	top: 53%;
	transform: translate(-50%, -50%);
	width: 90%;
	z-index: 2;
}

.mv__main-title {
	-webkit-box-decoration-break: clone;
	background: #fff;
	background: var(--White, #fff);
	box-decoration-break: clone;
	color: #565956;
	color: var(--Gray01, #565956);
	display: inline;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1.12px;
	line-height: 210%; /* 42px */
	padding: 0.3125rem 1.5625rem;
}

.mv__sub-title {
	-webkit-box-decoration-break: clone;
	background: #fff;
	background: var(--White, #fff);
	box-decoration-break: clone;
	color: #565956;
	color: var(--Gray01, #565956);
	display: table;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.64px;
	line-height: 255%; /* 24px */
	margin-top: 1.25rem;
	padding: 0 1.5625rem;
}

.mv__img,
.mv__img img {
	height: inherit;
	width: 100%;
}

.mv__img {
	aspect-ratio: 742/375;
	overflow: hidden;
}

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

.products {
	background: #fff;
	background: var(--White, #fff);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
	padding-bottom: 2rem;
}

.products__text-box {
	margin-top: 1.375rem;
}

.products__title {
	-webkit-box-decoration-break: clone;
	background: #948260;
	background: var(--Gold, #948260);
	box-decoration-break: clone; /* 以降の設定はデザインに合わせて調整 */
	color: #fff;
	color: var(--White, #fff);
	display: inline;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.96px;
	line-height: 2.1;
	padding: 0.375rem 0.5rem 0.3125rem 0.5rem;
}

.products__description {
	margin-top: 2.0625rem;
}

.products__description + .products__description {
	margin-top: 3rem; /* Your code here */
}

.products__heading {
	color: #565956;
	color: var(--Gray01, #565956);
	font-family: "Jost", sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.8px;
	line-height: 150%; /* 30px */
	position: relative;
	text-transform: uppercase;
}

.products__heading::before {
	background: #565956;
	content: "";
	height: 1px;
	left: 0;
	left: initial;
	position: absolute;
	right: 1.875rem;
	top: calc((100% - 1.5px) * 0.5);
	width: 100%;
	width: 60%;
}

.products__heading span {
	background: #fff;
	padding: 0 1.5rem 0 0;
	position: relative;
}

.products__text {
	color: #565956;
	color: var(--Gray01, #565956);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.64px;
	line-height: 150%; /* 24px */
	margin-top: 1rem;
}

.products__img-sp {
	aspect-ratio: 311/176;
	margin-top: 1rem;
	overflow: hidden;
}

.products__img-sp img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.qa-button {
	background: #609484;
	background: var(--Green, #609484);
	border-radius: 99999px;
	color: #fff;
	color: var(--White, #fff);
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	max-width: 19.0625rem;
	padding: 1.5625rem 2.6875rem 1.5625rem 0;
	position: relative;
	text-indent: 0.05em;
	transition: 0.3s;
	width: 100%;
}

.qa-button::before {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	content: "";
	display: inline-block;
	height: 0;
	position: absolute;
	right: 13%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0;
}

.qa-button:hover {
	background: rgba(96, 148, 132, 0.56);
	background: var(--Green, rgba(96, 148, 132, 0.56));
}

.realization-card {
	margin-left: auto;
	margin-right: auto;
	max-width: 10.5rem;
	text-align: center;
}

.realization-card__label {
	background: #948260;
	background: var(--Gold, #948260);
	color: #fff;
	color: var(--White, #fff);
	display: inline-block;
	font-family: "Jost", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.8px;
	line-height: 150%; /* 30px */
	padding: 0.25rem 1.5rem;
}

.realization-card__img {
	aspect-ratio: 168/168;
	margin-left: auto;
	margin-right: auto;
	max-width: 10.5rem;
	overflow: hidden;
}

.realization-card__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.realization-card__text {
	color: #565956;
	color: var(--Gray01, #565956);
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.64px;
	line-height: 150%; /* 24px */
	text-align: center;
}

.realization__container {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-top: 4rem;
}

.solution-card {
	background: #fff;
	background: var(--White, #fff);
	border-radius: 32px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
	padding: 1.75rem 3.125rem;
}

.solution-card__icon {
	height: 2rem;
	width: 2rem;
}

.solution-card__text {
	color: #565956;
	color: var(--Gray01, #565956);
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.8px;
	line-height: 150%; /* 30px */
	margin-top: 1rem;
}

.solution {
	background: url("./../images/common/solution-bg.jpg") no-repeat center center/cover;
	padding-bottom: 7rem;
	padding-top: 3.5rem;
	position: relative;
}

.solution__items {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 2rem;
}

.solution__catch {
	bottom: -8.625rem;
	left: 50%;
	margin-top: 4.3125rem;
	position: absolute;
	transform: translateX(-50%);
	width: 90%;
}

.thanks-burner {
	background: url("./../images/common/bg-img.png") no-repeat center center/cover;
	padding-top: 1.0625rem;
	position: relative;
}

.thanks-burner::before {
	background: url("./../images/common/leaf.jpg") no-repeat center center/contain;
	content: "";
	height: 4.5625rem;
	left: calc(50% - min(48vw, 10.625rem));
	position: absolute;
	top: 58%;
	transform: translateY(-50%);
	width: 3.5rem;
}

.thanks-burner::after {
	background: url("./../images/common/leaf.jpg") no-repeat center center/contain;
	content: "";
	height: 4.5625rem;
	position: absolute;
	right: calc(50% - min(48vw, 10.625rem));
	top: 58%;
	transform: translateY(-50%) scale(-1, 1);
	width: 3.5rem;
}

.thanks-burner__text {
	color: #565956;
	color: var(--Gray01, #565956);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.64px;
	line-height: 150%; /* 24px */
	text-align: center;
}

.thanks-burner__text-large {
	color: #565956;
	color: var(--Gray01, #565956);
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 1.28px;
	line-height: 150%; /* 48px */
}

.title {
	color: #565956;
	color: var(--Gray01, #565956);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.96px;
	line-height: 150%; /* 36px */
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.title span {
	display: block; /* Text/EN/Bold/24px */
	font-family: "Jost", sans-serif;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.96px;
	line-height: 150%; /* 36px */
	margin-top: 2rem;
	position: relative;
}

.title span::before {
	background: #565956;
	background: var(--Gray01, #565956);
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: -1rem;
	transform: translateX(-50%);
	width: 10rem;
}

.use-list__item-img {
	aspect-ratio: 1/1;
	overflow: hidden;
}

.use-list__item-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.use-list__item-content {
	margin-top: 1.625rem;
}

.use-list__item-title {
	color: #565956;
	color: var(--Gray01, #565956);
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 150%; /* 30px */
	margin-top: 1rem;
	text-align: center;
}

.use-list__item-title span {
	color: #609484;
	color: var(--Green, #609484);
	font-family: "Inter", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	margin-right: 1.5rem;
}

.use-list__item-text {
	color: #565956;
	color: var(--Gray01, #565956);
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.64px;
	line-height: 150%; /* 24px */
	margin-top: 0.875rem;
}

.use__inner {
	max-width: 37.5rem;
	width: 100%;
}

.use__items {
	margin-top: 1.875rem;
}

.use__list {
	grid-gap: 2rem;
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(1, 1fr);
}

.voice-list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.voice-list__item {
	background-color: #fff;
	box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	height: 100%;
}

.voice-list__item--bg {
	background: #f2f4f1;
	background: var(--Gray03, #f2f4f1);
}

.voice-list__item-upper {
	width: 100%;
}

.voice-list__item-img {
	aspect-ratio: 343/192;
	position: relative;
}

.voice-list__item-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.voice-list__item-img span {
	background: #609484;
	background: var(--Green, #609484);
	color: #fff;
	color: var(--White, #fff);
	content: "";
	font-family: "Jost", sans-serif;
	font-size: 16px;
	font-weight: 600;
	left: 0;
	letter-spacing: 0.64px;
	line-height: 150%; /* 24px */
	padding: 0.5rem 1rem;
	position: absolute;
	text-transform: uppercase;
	top: 0;
}

.voice-list__item-content {
	padding: 1.25rem 1.5rem 0 1.5rem;
}

.voice-list__item-title {
	-webkit-box-decoration-break: clone;
	background: #948260;
	background: var(--Gold, #948260);
	box-decoration-break: clone; /* 以降の設定はデザインに合わせて調整 */
	color: #fff;
	color: var(--White, #fff);
	display: inline;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 230%; /* 30px */
	padding: 0.3125rem 0.625rem;
}

.voice-list__item-text {
	color: #565956;
	color: var(--Gray01, #565956);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.64px;
	line-height: 150%; /* 24px */
	margin-top: 0.75rem;
}

.voice-list__item-meta {
	color: #565956;
	color: var(--Gray01, #565956);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.64px;
	line-height: 150%; /* 24px */
	margin-top: auto;
	padding: 1rem 1.5rem 1.5rem;
}

.voice__inner {
	max-width: 37.5rem;
	width: 100%;
}

.voice__list {
	margin-top: 3.9375rem;
}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3559322034vw;
}

.layout-faq {
	margin-top: 5.625rem;
	padding-bottom: 5.3125rem;
}

.layout-living {
	margin-top: 8.75rem;
	padding-bottom: 6.875rem;
	padding-top: 0;
	padding-top: initial;
}

.layout-solution {
	margin-top: 5.3125rem;
}

.layout-use {
	margin-top: 5.3125rem;
	padding-bottom: 5.3125rem;
	padding-top: 0;
	padding-top: initial;
}

.layout-voice {
	margin-top: 6.5625rem;
}

.arrow-button {
	text-wrap: nowrap;
	max-width: 14.5625rem;
	padding: 1.25rem 3.75rem 1.25rem 1.5625rem;
	width: 100%;
}

.arrow-button::before {
	right: 1.375rem;
}

.faq-list__item {
	max-width: 36.25rem;
}

.faq-list__item + .faq-list__item {
	margin-top: 0;
	margin-top: initial;
}

.faq-list__item-question {
	font-size: 1.125rem;
	letter-spacing: -0.05em;
	padding: 0.875rem 0rem 1.0625rem 3.75rem;
}

.faq-list__item-question::before,
.faq-list__item-question::after {
	right: 1.5625rem;
	top: 40%;
	width: 1.25rem;
}

.faq-list__item-answer {
	font-size: 1.125rem;
	padding: 0.875rem 0rem 1.0625rem 3.75rem;
}

.faq__inner {
	max-width: 73.75rem;
}

.faq__list {
	grid-gap: 1.25rem 1.5625rem;
	display: grid;
	gap: 1.25rem 1.5625rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.125rem;
}

.faq__button {
	margin-top: 4rem;
}

.features-list__item {
	flex-direction: row;
	gap: 6.7%;
	justify-content: center;
	padding: 1.625rem 1rem 2.25rem;
}

.features-list__item--inversion {
	flex-direction: row-reverse;
}

.features-list__item-img {
	aspect-ratio: 446/275;
	width: 38%;
}

.features-list__item-img--small {
	aspect-ratio: 452/244;
}

.features-list__item-content {
	margin-top: 0.9375rem;
	width: 38%;
}

.features {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.footer {
	padding: 3.5rem 0 2rem 0;
}

.footer__flex {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.frame__box:before {
	height: 2.8125rem;
	left: 50%;
	position: absolute;
	top: 100%;
	transform: skew(-31deg) translateX(-50%);
	width: 4.5625rem;
}

.frame__box p {
	font-size: 1.5rem;
	letter-spacing: 0.96px;
}

.frame__box::after {
	height: 145%;
	width: 94.5%;
}

.header {
	height: 4.375rem;
}

.header__inner {
	justify-content: initial;
	padding: 12px 114px 12px 130px;
}

.header__logo {
	max-width: 7.0625rem;
}

.header__nav {
	display: block;
}

.header__nav--center {
	margin-left: auto;
}

.header__nav-item--corporate {
	height: inherit;
	margin-right: 1.25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.header__nav-item--button {
	height: 2.5rem !important;
}

.header__nav-item--button {
	margin-right: 1.5625rem;
	max-width: 10.625rem;
	white-space: nowrap;
	width: 100%;
}

.header__nav-modal-wrap {
	margin-right: 1.4375rem;
	max-width: 4.5rem;
	width: 100%;
}

.header__nav-modal-title {
	font-size: 1rem;
}

.header__nav-modal-heading {
	font-size: 1.25rem;
	letter-spacing: 0.8px;
}

.header__nav-item > a {
	padding: 0 1rem;
}

.header__nav-modal-wrap > p {
	margin-right: 0;
	margin-right: initial;
	padding: 0 1.125rem;
}

.header__nav-modal {
	max-width: 73.75rem;
	padding: 1.5rem 2.5rem;
	top: 5.4375rem;
	width: 90%;
}

.header__nav-modal-items {
	grid-template-columns: repeat(5, 1fr);
	margin-top: 1.5625rem;
	row-gap: 2.8125rem;
}

.header__nav-modal-item a {
	font-size: 1rem;
}

.inner {
	max-width: 1230px;
	padding-left: 25px;
	padding-right: 25px;
}

.line-up__items {
	grid-template-columns: repeat(3, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.4375rem;
	max-width: 62.375rem;
	width: 100%;
}

.line-up__item {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
}

.living__contents {
	margin-top: 5.8125rem;
}

.living__block + .living__block {
	margin-top: 10.25rem;
}

.living__top-img {
	aspect-ratio: 1180/475;
}

.living__top-img span {
	font-size: 2.5rem;
	left: 2.375rem;
	letter-spacing: 1.6px;
	top: -1.875rem;
}

.living__content {
	margin-top: 2.875rem;
	padding: 0;
}

.membership {
	background: url("./../images/common/membership.png") no-repeat center center/cover;
	padding: 3rem 0 3rem 0;
}

.membership__container {
	background: #fff;
	background: var(--White, #fff);
	margin-left: auto;
	margin-right: auto;
	max-width: 45.1875rem;
	padding: 2.9375rem 4rem 3.625rem 4rem;
	position: relative;
	width: 100%;
	z-index: 100;
}

.membership__title {
	position: relative;
}

.membership__title-label {
	content: "";
	left: 1.4375rem;
	position: absolute;
	top: -0.125rem;
	transform: rotate(-29.317deg);
}

.membership__title-small {
	font-size: 1.5rem;
}

.membership__middle {
	flex-direction: row;
	justify-content: space-between;
}

.membership__middle-text {
	text-wrap: nowrap;
	padding: 1rem 0.75rem;
	width: 100%;
}

.membership__lower {
	align-items: baseline;
	display: flex;
	gap: 2.3125rem;
	justify-content: center;
}

.membership__lower-balloon.u-desktop {
	display: block;
}

.mv {
	height: 34.0625rem;
}

.mv__title-wrap {
	left: 31%;
	top: 57%;
	transform: translate(-50%, -50%);
	width: auto;
	width: initial;
}

.mv__main-title {
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1.6px;
	line-height: 190%;
}

.mv__sub-title {
	font-size: 1.5rem;
	letter-spacing: 0.96px;
	margin-top: 1.125rem;
}

.mv__img {
	aspect-ratio: 1440/476;
}

.products {
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
	background: initial;
	box-shadow: none;
	box-shadow: initial;
	display: flex;
	justify-content: space-between;
}

.products--inversion {
	flex-direction: row-reverse;
}

.products__text-box {
	background: #fff;
	background: var(--White, #fff);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
	margin-top: 0;
	margin-top: initial;
	padding: 4rem 3.9375rem;
	width: 52.3%;
}

.products__text-box--narrow {
	width: 50%;
}

.products__heading {
	margin-top: 2rem;
}

.products__text {
	margin-top: 1rem;
}

.products__img-box {
	display: flex;
	position: relative;
	width: 47.7%;
}

.products__img-box--narrow {
	width: 50%;
}

.products__img-outer {
	aspect-ratio: 283/365;
	content: "";
	max-width: 18.75rem;
	position: absolute;
	right: 0;
	top: 2.5rem;
}

.products__img-outer--inversion {
	bottom: 2.1875rem;
	left: 0;
	position: absolute;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
}

.products__img-outer img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.products__img-inner {
	aspect-ratio: 283/365;
	bottom: 3.25rem;
	content: "";
	left: -2.875rem;
	max-width: 17.6875rem;
	position: absolute;
}

.products__img-inner--inversion {
	bottom: auto;
	bottom: initial;
	left: auto;
	left: initial;
	position: absolute;
	right: -1.25rem;
	top: 2.5rem;
}

.products__img-inner img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.realization__container {
	flex-direction: row;
	gap: 7%;
	justify-content: space-between;
	margin-top: 4.0625rem;
}

.solution-card {
	align-items: center;
	display: flex;
	gap: 2rem;
}

.solution-card__text {
	margin-top: 0;
	margin-top: initial;
}

.solution {
	padding-top: 5.5rem;
}

.solution__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 76.875rem;
	width: 100%;
}

.solution__items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 4.0625rem;
}

.solution__item {
	width: 100%;
}

.solution__item--short {
	display: flex;
	flex-direction: row;
	max-width: 36.125rem;
	width: 100%;
}

.solution__catch {
	bottom: -11.0625rem;
	width: 82%;
}

.thanks-burner {
	padding-bottom: 2.1875rem;
	padding-top: 3.3125rem;
}

.thanks-burner::before {
	height: 12.6875rem;
	left: calc(50% - min(48vw, 26.875rem));
	top: 55%;
	width: 16.125rem;
}

.thanks-burner::after {
	height: 12.6875rem;
	right: calc(50% - min(48vw, 26.875rem));
	top: 55%;
	width: 16.125rem;
}

.thanks-burner__text {
	font-size: 1.5rem;
}

.thanks-burner__text-large {
	font-size: 4rem;
}

.use-list__item-title span {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.96px;
	line-height: 150%; /* 36px */
}

.use__items {
	margin-top: 4.0625rem;
}

.use__list {
	grid-template-columns: repeat(4, 1fr);
	justify-content: space-between;
}

.voice-list {
	grid-template-columns: repeat(3, 1fr);
}

.voice-list__item-content {
	padding: 1.25rem 3.125rem 0 3.125rem;
}

.voice-list__item-text {
	font-size: 0.875rem;
	letter-spacing: 0.2em;
	margin-top: 0.9375rem;
}

.voice-list__item-meta {
	padding: 2.8125rem 3.125rem 1.5625rem 3.125rem;
}

.voice__list {
	margin-top: 4.0625rem;
}

}

@media (min-width: 1180px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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