body {
	color: #282322;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 1.75;
	min-height: 100vh;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

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

.inbl {
	display: inline-block;
}

.bg-gray {
	background-color: #e8e8e8;
}

[id] {
	scroll-margin-top: 6.875rem; /* ← ヘッダーの高さに合わせて調整 */
}

*,
*::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 */

/* 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 */

/* 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;
}

textarea {
	resize: vertical;
}

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

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

a {
	transition: 0.3s;
}

a:hover,
a:focus {
	opacity: 0.7;
	transition: 0.3s;
}

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

.breadcrumbs a {
	color: #8da0d2;
	font-weight: 600;
}

.contact__heading {
	overflow: hidden;
	padding-bottom: 5.625rem;
	padding-top: 8.4375rem;
}

.contact__heading-body {
	margin-left: -3.125rem;
}

.contact__heading-title {
	align-items: center;
	display: flex;
	gap: 1.875rem;
	margin-right: calc(50% - 50vw);
}

.contact__heading-title span {
	font-size: 2.25rem;
	font-weight: bold;
}

.contact__heading-title::after {
	background-color: #282322;
	content: "";
	flex: 1;
	height: 0.0625rem;
	width: 100%;
}

.contact__heading-text {
	font-size: 1.125rem;
	margin-top: 2.8125rem;
}

.drower-button {
	-webkit-text-decoration: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #81292c;
	border: none;
	box-shadow: 0 0 2rem transparent;
	cursor: pointer;
	display: none;
	margin: 0;
	outline: none;
	padding: 1.5625rem;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	width: 2rem;
	z-index: 999;
}

.drower-button.--top {
	background-color: transparent;
}

.drower-button__line {
	background-color: #fff;
	border-radius: 0.0625rem;
	bottom: 0;
	height: 0.125rem;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: inherit;
	width: 1.5625rem;
}

.drower-button__line::before,
.drower-button__line::after {
	background-color: inherit;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	transition: inherit;
	width: 100%;
}

.drower-button__line::before {
	top: -0.625rem;
}

.drower-button__line::after {
	top: 0.625rem;
}

.drower-button[aria-expanded=true] .drower-button__line {
	background-color: transparent;
	width: 1.5625rem;
}

.drower-button[aria-expanded=true] .drower-button__line::before,
.drower-button[aria-expanded=true] .drower-button__line::after {
	background-color: #fff;
	top: 0;
}

.drower-button[aria-expanded=true] .drower-button__line::before {
	transform: rotate(45deg);
	transform-origin: center;
}

.drower-button[aria-expanded=true] .drower-button__line::after {
	transform: rotate(-45deg);
	transform-origin: center;
}

.footer-contact {
	position: relative;
}

.footer-contact__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	height: 36.25rem;
}

.footer-contact__item {
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	display: flex;
	justify-content: center;
	padding-top: 6.0625rem;
}

.footer-contact__item:nth-of-type(1) {
	background-image: url(../images/common/cta_modelhouse1.jpg);
}

.footer-contact__item:nth-of-type(2) {
	background-image: url(../images/common/cta_modelhouse2.jpg);
}

.footer-contact__item-name {
	align-items: center;
	display: flex;
	flex-direction: column;
	line-height: 1;
}

.footer-contact__item-name .--top {
	font-size: 1.125rem;
}

.footer-contact__item-name .--en {
	font-family: "Lexend", sans-serif;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	padding-left: 0.3em;
	padding-top: 0.3em;
	text-transform: uppercase;
}

.footer-contact__address {
	font-size: 1.4375rem;
	font-style: normal;
	font-weight: bold;
	line-height: 2.1;
	margin-top: 1.125rem;
	text-align: center;
}

.footer-contact__address .--hour {
	display: block;
	font-family: "Lexend", sans-serif;
}

.footer-contact__link {
	margin-top: 2.1875rem;
}

.footer-contact__link a {
	align-items: center;
	border: 1px solid #fff;
	color: #fff;
	display: flex;
	font-family: "Lexend", sans-serif;
	font-size: 1.1875rem;
	font-weight: 400;
	height: 4.0625rem;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.6875rem;
	position: relative;
	text-transform: uppercase;
	width: 16.875rem;
}

.footer-contact__link a:hover {
	background-color: #81292c;
	opacity: 1;
}

.footer-contact__link a::before {
	aspect-ratio: 1/1;
	background-image: url(../images/common/icon-arrow-white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.6875rem;
}

.footer-contact__body {
	background-color: #fff;
	border-radius: 1.25rem;
	bottom: -6.8125rem;
	height: 13.625rem;
	left: 50%;
	margin-top: -6.8125rem;
	max-width: 90rem;
	padding: 2.375rem 1.25rem;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.footer-contact__body-inner {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	padding-top: 0.625rem;
	position: relative;
}

.footer-contact__body-inner::before {
	color: #81292c;
	content: "CONTACT";
	display: block;
	font-family: "Lexend", sans-serif;
	font-size: 1.875rem;
	left: -0.1875rem;
	line-height: 1;
	position: absolute;
	top: 0;
	writing-mode: vertical-rl;
}

.footer-contact__tel {
	align-items: center;
	display: flex;
	flex-direction: column;
	line-height: 1;
	padding-right: 4rem;
}

.footer-contact__tel .--title {
	background-color: #81292c;
	color: #fff;
	font-size: 0.875rem;
	padding: 0.5em 1.3em;
	width: -moz-fit-content;
	width: fit-content;
}

.footer-contact__tel a {
	font-size: 3.125rem;
	font-weight: bold;
	padding-left: 1.05em;
	padding-top: 0.625rem;
	position: relative;
}

.footer-contact__tel a::before {
	aspect-ratio: 1/1;
	background-image: url(../images/common/icon-tel.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 0;
	position: absolute;
	top: 67%;
	transform: translateY(-50%);
	width: 0.88em;
}

.footer-contact__tel .--hour {
	font-size: 0.9375rem;
	font-weight: bold;
	padding-top: 0.875rem;
}

.footer-contact__link-btn-wrap {
	display: flex;
}

.footer-contact__link-btn-wrap .link-btn {
	height: 4.8125rem;
	justify-content: center;
	letter-spacing: 0.08em;
	width: 20.125rem;
}

.footer-contact__link-btn-wrap .link-btn::after {
	content: none;
}

.footer-contact__link-btn-wrap .link-btn::before {
	width: 9.375rem;
}

.footer-contact__link-btn {
	padding-left: 4rem;
	padding-right: 4rem;
}

.footer-contact__link-btn .link-btn {
	font-size: 1.375rem;
}

.footer-contact__link-btn .link-btn span {
	letter-spacing: 0.05em;
	padding-right: 0.3125rem;
}

.footer-contact__link-btn:first-of-type {
	position: relative;
}

.footer-contact__link-btn:first-of-type::before,
.footer-contact__link-btn:first-of-type::after {
	background-color: #282322;
	content: "";
	display: block;
	height: 115%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.footer-contact__link-btn:first-of-type::before {
	left: 0;
}

.footer-contact__link-btn:first-of-type::after {
	right: 0;
}

/*デフォルト色の指定*/

/*サイズ等の指定*/

/*ボタン系の指定*/

/*ラジオボタンの指定*/

/*チェックボックスの指定*/

/*テキストエリアの指定*/

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea,
select {
	background: #fff;
	background-image: none; /*↓リセットCSS */
	border: none;
	font-family: inherit; /*↓カスタム */
	font-size: 1.125rem;
	padding: 0.625rem 1.375rem;
	width: 100%; /*↓↓↓↓不要ならコメントアウト or 削除 */ /*↓↓選択されているときの色*/
}

[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=date]:focus,
textarea:focus,
select:focus {
	border: 2px solid #81292c;
	outline: none;
}

[type=text]:focus-visible,
[type=search]:focus-visible,
[type=tel]:focus-visible,
[type=url]:focus-visible,
[type=email]:focus-visible,
[type=password]:focus-visible,
[type=date]:focus-visible,
textarea:focus-visible,
select:focus-visible {
	border: 2px solid #81292c;
	outline: none;
}

[type=tel] {
	width: 100%;
}

button,
[type=submit] {
	-webkit-text-decoration: none;
	background: transparent linear-gradient(90deg, #7633a4 0%, #250d65 100%) 0% 0% no-repeat padding-box;
	background-image: none;
	border: none;
	border-radius: 0;
	border-radius: 3.125rem;
	color: #282322;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	line-height: 1; /*↓リセットCSS */
	margin: 0; /*↓カスタム */
	padding: 1.125rem 4.5rem;
	text-decoration: none;
	transition: 0.3s ease;
	width: auto;
}

[type=radio] {
	display: none;
}

[type=radio] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1;
	margin: 0 1.125rem 0 0;
	padding: 0 0 0 1.625rem;
	position: relative;
}

[type=radio] + span::before {
	background: transparent;
	border: 1px solid #8c8c8c;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

[type=radio] + span::after {
	opacity: 0;
	transition: 0.3s ease;
}

[type=radio]:checked + span::after {
	background: #81292c;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.75rem;
	left: 0.1875rem;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

[type=checkbox] {
	display: none;
}

[type=checkbox] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1;
	margin: 0;
	padding: 0 0 0 2rem;
	position: relative;
	transition: 0.3s ease;
}

[type=checkbox] + span::before {
	background: transparent;
	border: 1px solid #282322;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1.1em;
	left: 0;
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	width: 1.1em;
}

[type=checkbox] + span::after {
	opacity: 0;
	transition: 0.3s ease;
}

[type=checkbox]:checked + span::after {
	border-bottom: 0.125rem solid #fff;
	border-left: 0.125rem solid #fff;
	content: "";
	display: block;
	height: 0.36em;
	left: 0.18em;
	margin-left: 0.1em;
	margin-top: -0.1em;
	opacity: 1;
	position: absolute;
	top: 62%; /*チェックマークじゃない場合は以下を変更する*/
	transform: translateY(-50%) rotate(-45deg);
	width: 0.58em;
}

[type=checkbox]:checked + span::before {
	background-color: #81292c;
	border-color: #81292c;
}

textarea {
	height: 13.75rem;
	width: 100%;
}

.is-fixed {
	height: 100%;
	overflow: hidden;
}

.link-btn {
	align-items: center;
	border-radius: calc(infinity * 1px);
	color: #fff;
	display: flex;
	font-size: 1.25rem;
	font-weight: bold;
	height: 4.0625rem;
	justify-content: space-between;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-bottom: 0.1em;
	padding-left: 1.75rem;
	padding-right: 1.25rem;
	position: relative;
	text-transform: uppercase;
	width: 16.875rem;
	z-index: 0;
}

.link-btn::before {
	clip-path: polygon(45% 0%, 100% 0%, 100% 100%, 0% 100%);
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 7.625rem;
	z-index: -1;
}

.link-btn.--red {
	background-color: #961d26;
}

.link-btn.--red::before {
	background-color: #81292c;
}

.link-btn.--green {
	background-color: #7ca836;
}

.link-btn.--green::before {
	background-color: #678931;
}

.link-btn::after {
	aspect-ratio: 1/1;
	background-image: url(../images/common/icon-arrow-white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.6875rem;
}

.link-btn:hover {
	filter: brightness(1.2);
	opacity: 1;
}

.lower-heading__title {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 1.25rem;
	gap: 1.375rem;
	line-height: 1;
	padding-top: 6.875rem;
}

.lower-heading__title .--jp {
	font-weight: bold;
}

.lower-heading__title .--en {
	color: #81292c;
	font-family: "Lexend", sans-serif;
	font-size: 3.125rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	margin-left: 0.1em;
	text-transform: uppercase;
}

.lower-heading__title.--voice .--en {
	color: #972428;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.lower-heading {
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 0.5rem solid #81292c;
	height: min(48.178vw, 925px);
	margin-top: 6.25rem;
}

.lower-heading.--concept {
	background-image: url(../images/concept/concept_main.webp);
}

.lower-heading.--about-us {
	background-image: url(../images/about/about_main.webp);
}

.lower-heading .inner {
	height: 100%;
	position: relative;
}

.lower-heading__catch {
	color: #fff;
	font-weight: bold;
	position: absolute;
}

.lower-heading__catch.--concept {
	bottom: 4.375rem;
	font-size: 5.3125rem;
	left: -2.8125rem;
}

.lower-heading__catch.--about-us {
	font-size: 4.375rem;
	left: 50%;
	letter-spacing: -0.03em;
	top: 49%;
	transform: translate(-50%, -50%);
}

.lower-heading__catch.--about-us span {
	display: inline-block;
	text-indent: 0.7em;
}

.top-section__title {
	line-height: 1;
}

.top-section__title.--center {
	text-align: center;
}

.top-section__title.--line .--jp {
	padding-left: 1.3em;
	position: relative;
}

.top-section__title.--line .--jp::before {
	background-color: #81292c;
	border-radius: calc(infinity * 1px);
	content: "";
	display: block;
	height: 0.125rem;
	left: 0.29em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.6em;
}

.top-section__title.--line .--en {
	margin-top: 0.6875rem;
}

.top-section__title .--jp {
	color: #81292c;
	display: block;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.04em;
}

.top-section__title .--en {
	color: #282322;
	display: block;
	font-family: "Lexend", sans-serif;
	font-size: 4.9375rem;
	font-weight: 600;
	margin-top: 1.4375rem;
	text-transform: uppercase;
}

.visually-hidden {
	clip: rect(0, 0, 0, 0);
	border: 0;
	clip-path: inset(50%);
	height: 0.0625rem;
	margin: -0.0625rem;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 0.0625rem;
}

.footer {
	background-color: #841c24;
	color: #fff;
	padding-top: 13.4375rem;
}

.footer__contents {
	display: flex;
	gap: 9.0625rem;
}

.footer__logo {
	width: 14.9375rem;
}

.footer__address {
	font-style: normal;
	margin-top: 3rem;
	padding-left: 0.3125rem;
}

.footer__address-list > * + * {
	margin-top: 1.375rem;
}

.footer__address-item {
	font-size: 1.25rem;
	font-weight: 500;
}

.footer__address-item dt {
	background-color: #fff;
	color: #6d2d30;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 0.4em 0.5em;
	width: -moz-fit-content;
	width: fit-content;
}

.footer__address-item dd {
	letter-spacing: 0.01em;
	line-height: 1.6;
	margin-top: 0.4375rem;
}

.footer__address-item dd br.is-sp {
	display: none;
}

.footer__nav-wrap {
	flex: 1;
	margin-top: 0.3125rem;
}

.footer__nav-lower-list {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.125rem;
	row-gap: 0.625rem;
}

.footer__nav-lower-item {
	flex-basis: 13.125rem;
}

.footer__nav-lower-item a {
	padding-left: 1.2em;
	position: relative;
}

.footer__nav-lower-item a::before {
	background-color: #fff;
	content: "";
	display: block;
	height: 0.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.8em;
}

.footer__nav-sns {
	margin-left: -0.375rem;
	margin-top: 1.875rem;
}

.footer__nav-sns-list {
	display: flex;
	gap: 0.6875rem;
}

.footer__nav-sns-item a {
	aspect-ratio: 1/1;
	display: block;
	padding: 0.375rem;
	width: 2.5rem;
}

.footer__nav-construction {
	margin-top: 3.75rem;
}

.footer__nav-construction a {
	background-color: #fff;
	border-radius: calc(infinity * 1px);
	color: #841c24;
	display: block;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1;
	padding: 0.5em 1.1em;
	width: -moz-fit-content;
	width: fit-content;
}

.footer__copy {
	font-size: 0.9375rem;
	padding-bottom: 1.5rem;
	padding-top: 4.0625rem;
	text-align: center;
}

.header {
	font-size: 20px;
	height: 7.5rem;
	padding-left: 3.125rem;
	padding-right: 2.875rem;
	position: relative;
	transition: 0.3s;
	z-index: 100;
}

.header.open {
	transition: 0.3s;
}

.header--top {
	background-color: transparent;
	color: #fff;
	position: absolute;
	top: 0;
	width: 100%;
}

.header--lower {
	background-color: #fff;
	color: #282322;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header--lower .header__nav-item a::before {
	background-color: #282322 !important;
}

.header-fixed {
	left: 0;
	position: fixed;
	top: -120px;
	transition: all 0.5s ease-in-out;
	visibility: hidden;
	z-index: 1;
	z-index: 100;
}

.header-fixed.is-show {
	top: 0;
	visibility: visible;
}

.header__content {
	align-items: center;
	display: flex;
	gap: 1.875rem;
	height: 100%;
	justify-content: space-between;
}

.header__logo {
	position: absolute;
}

.header__logo.--inner-nav {
	display: none;
}

.header__logo img {
	aspect-ratio: 240/80;
	height: auto;
	width: 15rem;
}

.header__nav {
	display: block;
	height: inherit;
	margin-left: auto;
}

.header__nav nav {
	display: flex;
	height: inherit;
}

.header__nav-items {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 2rem;
}

.header__nav-item.--external a {
	display: block;
	height: 3.34375rem;
	width: 3.34375rem;
}

.header__nav-item a {
	font-size: 1.3125rem;
	font-weight: bold;
	line-height: 1;
	position: relative;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header__nav-item a:not(.--external a) {
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.header__nav-item a:not(.--external a)::before {
	background-color: #fff;
	bottom: 0.625rem;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 0%;
}

.header__nav-item a:not(.--external a):hover::before {
	width: 100%;
}

.header__nav-item a:not(.--external a):hover {
	opacity: 1;
}

/*ドロップダウンメニュー*/

/* 基本 */

.has-dropdown {
	padding-right: 1.875rem;
	position: relative;
}

.dropdown {
	background: #fff;
	left: -0.625rem;
	opacity: 0;
	padding: 0.9375rem;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transform: translateY(10px);
	transition: 0.25s;
	visibility: hidden;
}

/* PC hover */

.dropdown-toggle {
	height: 2.5rem;
	padding: 0;
	position: absolute;
	width: 2.5rem;
}

.dropdown-toggle::before {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	bottom: 0;
	content: "";
	height: 0.5rem;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(45deg);
	transition: 0.3s;
	width: 0.5rem;
}

.header--lower .dropdown-toggle::before {
	border-color: #282322;
}

.has-dropdown.is-open .dropdown-toggle::before {
	transform: rotate(-135deg);
}

.inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1260px;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
}

.wide-inner {
	max-width: 1360px;
	position: relative;
}

.narrow-inner {
	max-width: 1160px;
}

.top-greeting__inner {
	max-width: 1580px;
}

.top-news__inner {
	max-width: 1040px;
}

.footer__inner {
	max-width: 1700px;
}

.greeting__inner {
	max-width: 1510px;
}

.company__inner {
	max-width: 870px;
}

.voice__inner {
	max-width: 960px;
}

.main--lower,
.main--404 {
	margin-top: 7.5rem;
}

.main.--concept {
	overflow: hidden;
	padding-bottom: 13.125rem;
}

.main.--about-us {
	padding-bottom: 11.875rem;
}

.main.--line-up {
	background-color: #f7f7f9;
	padding-bottom: 20.625rem;
}

.main.--post {
	background-color: #f7f7f9;
	padding-bottom: 20.625rem;
}

.main.--construction {
	background-color: #f7f7f9;
	padding-bottom: 13.4375rem;
	padding-top: 8.75rem;
}

.main.--faq {
	padding-bottom: 11.25rem;
}

.main.--voice-a,
.main.--voice-b {
	padding-bottom: 14.375rem;
}

.main.--product-quality {
	padding-bottom: 11.25rem;
}

.contact__body {
	background-color: #f4f4f4;
	padding-bottom: 5rem;
	padding-top: 4.375rem;
}

.contact__form ::-moz-placeholder {
	color: #999;
	font-weight: 500;
}

.contact__form ::placeholder {
	color: #999;
	font-weight: 500;
}

/*********************
form
*********************/

.form__item {
	border-bottom: 1px solid #e2e2e2;
	display: flex;
	padding-bottom: 1.3125rem;
	padding-top: 1.3125rem;
}

.form__item label {
	display: flex;
	width: 100%;
}

.form__item dt {
	align-items: center;
	display: flex;
	flex-basis: 28.125rem;
	font-size: 1.25rem;
	font-weight: bold;
	justify-content: space-between;
	padding-left: 1.25rem;
	padding-right: 3.125rem;
}

.form__item.--no-center dt {
	align-items: flex-start;
	padding-top: 0.3125rem;
}

.form__input-area {
	flex: 1;
	position: relative;
}

.form__input-area input {
	font-size: 1.25rem;
	font-weight: 500;
	height: 3.5625rem;
}

.form__input-area.--post {
	display: flex;
	gap: 1.5625rem;
}

.form__input-area.--post input {
	padding-left: 2.125rem;
	width: 13.125rem;
}

.form__input-area.--post > span {
	position: relative;
}

.form__input-area.--post > span::before {
	content: "〒";
	font-size: 1.25rem;
	left: 0.625rem;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.form__input-area.--post a {
	background-color: #81292c;
	color: #fff;
	font-size: 1.3125rem;
	font-weight: bold;
	height: 3.5625rem;
	line-height: 3.4375rem;
	text-align: center;
	width: 12.375rem;
}

.wpcf7-list-item {
	margin-left: 0;
}

.form__required {
	background-color: #81292c;
	border-radius: 0.3125rem;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	height: 1.5625rem;
	line-height: 1.5625rem;
	text-align: center;
	width: 3.5rem;
}

.form__input-area--radio {
	margin-top: 0.375rem !important;
}

.form__input-area--radio {
	border: none;
	padding-left: 0.875rem;
}

.form__input-area--radio .wpcf7-list-item:first-of-type {
	margin-left: 0;
}

.form__input-area--radio input {
	height: auto;
}

.form__input-area--textarea textarea {
	font-size: 1.25rem;
	font-weight: 500;
}

.form__input-area--select {
	font-size: 1.125rem;
}

.form__input-area--select select {
	height: 100%;
	padding-left: 0.3125rem;
}

.form__input-area--select.--select-wide > span {
	width: 21.1875rem !important;
}

.form__input-area--select.--select-wide > span select {
	width: 21.1875rem;
}

.form__input-area--select > * + * {
	display: block;
	margin-top: 0.8125rem;
}

.form__input-area--hour {
	align-items: center;
	display: flex;
	flex: auto;
	gap: 0.9375rem;
	height: 100%;
}

.form__input-area--hour select {
	height: 100%;
	padding-left: 0.3125rem;
}

.form__input-area--hour span {
	height: 100%;
}

.form__input-area--hour span:not(.title) {
	flex: 1;
}

.form__input-area--hour .title {
	font-size: 1.25rem;
	font-weight: bold;
}

.form__input-area--hour select {
	height: 3.5625rem;
}

.form__input-area--date {
	flex: auto;
}

.form__input-area--date input {
	width: 19.6875rem;
}

.form__input-area--select > span:not(.title),
.form__input-area--hour > span:not(.title),
.people-select > span:not(.title) {
	display: block;
	position: relative;
	width: 15.625rem;
}

.form__input-area--select > span:not(.title)::before,
.form__input-area--hour > span:not(.title)::before,
.people-select > span:not(.title)::before {
	border-bottom: 1px solid #282322;
	border-right: 1px solid #282322;
	box-sizing: border-box;
	content: "";
	height: 0.5em;
	position: absolute;
	right: 1.375rem;
	top: 45%;
	transform: rotate(45deg) translateY(-50%);
	transform-origin: center;
	width: 0.5em;
	z-index: 10;
}

.form__input-area--people {
	align-items: center;
	display: flex;
	flex: auto;
	gap: 1.625rem;
}

.form__input-area--people span:not(.title) {
	flex: 1;
}

.form__input-area--people select {
	height: 3.5625rem;
}

.form__input-area--people .title {
	font-size: 1.125rem;
	font-weight: bold;
}

.form__input-area--people .people-select {
	align-items: center;
	display: flex;
	flex-basis: calc(100% - 0.8125rem);
	gap: 0.625rem;
}

.form__input-area--people .people-select select {
	padding-left: 0.375rem;
}

.form__input-area--check {
	padding-top: 1.25rem;
}

.form__input-area--check .kibou-check {
	display: block;
	padding-left: 0.3125rem;
}

.form__input-area--check .wpcf7-form-control.wpcf7-checkbox > * + * {
	margin-top: 1.125rem;
}

.form__input-area--check input + span {
	font-size: 1.125rem;
}

.form__input-area--check .wpcf7-list-item {
	display: block;
}

.form__input-area--check .kibou-textarea {
	display: block;
	margin-top: 1.25rem;
}

.form__input-area--check .kibou-textarea + span {
	display: block;
}

.form__input-area--check textarea {
	height: 10.625rem;
}

.form__input-area--textarea textarea {
	height: 21.875rem;
}

/*個人情報の取り扱いについて*/

.form__text {
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}

.form__text.policy-title {
	margin-top: 8.75rem;
}

.form__text.policy-check {
	margin-top: 6.25rem;
}

.form__text.policy-check span.policy-check-text {
	font-size: 1.25rem;
	padding-left: 0.75rem;
}

.form-policy {
	background-color: #fff;
	font-size: 1rem;
	font-size: 1.375rem;
	height: 23.125rem;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
	max-width: 56.875rem;
	overflow-y: scroll;
	padding: 3.125rem 5rem;
}

.form-policy__content {
	font-size: 1.125rem;
}

.form-policy__content ol > * + * {
	margin-top: 2em;
}

.form__agree {
	margin-top: 5.3125rem;
	text-align: center;
}

.form-policy__subitem {
	text-indent: 0.5em;
}

.form-policy__subitem::before {
	content: "-";
}

.form__submit {
	margin-top: 2.5rem;
	position: relative;
}

.form__submit input {
	align-items: center;
	background-color: #81292c;
	border-radius: 0;
	color: #fff;
	display: flex;
	font-size: 1.375rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 12.5rem;
	text-align: center;
	width: 100%;
}

.form__submit .wpcf7-spinner {
	opacity: 0;
	position: absolute;
}

/*エラーテキスト位置調整*/

.wpcf7-not-valid-tip {
	position: absolute;
}

.contact__thanks {
	padding-bottom: 12.5rem;
	padding-top: 8.125rem;
}

.contact__thanks-title {
	font-size: 2rem;
	line-height: 1.5;
}

.contact__thanks-text {
	font-size: 1.375rem;
	margin-top: 5rem;
}

.contact__thanks-link {
	margin-top: 6.25rem;
}

.contact__thanks-link a {
	background-color: #81292c;
	border-radius: calc(infinity * 1px);
	color: #fff;
	font-size: 1.5rem;
	padding: 0.4em 3em;
}

.about__greeting {
	margin-top: 8.75rem;
	padding-bottom: 10.3125rem;
}

.about__greeting-contents {
	display: flex;
	gap: 4.75rem;
}

.about__greeting-img {
	flex-basis: 43.4%;
	margin-top: 0.9375rem;
}

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

.about__greeting-body {
	flex: 1;
	padding-bottom: 2.1875rem;
	padding-left: 4.375rem;
	position: relative;
}

.about__greeting-body::before {
	background-color: #81292c;
	content: "";
	display: block;
	height: 100%;
	left: 0.625rem;
	position: absolute;
	top: 0;
	width: 0.0625rem;
}

.about__greeting-title {
	color: #81292c;
	font-family: "Lexend", sans-serif;
	font-size: 3.75rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 1.1;
	text-transform: uppercase;
}

.about__greeting-text {
	font-size: 1.25rem;
	margin-top: 2.5rem;
}

.about__greeting-text > * + * {
	margin-top: 1.8em;
}

.about__company {
	background-color: #f7f7f9;
	padding-bottom: 9.0625rem;
	padding-top: 6.5625rem;
}

.about__company-title {
	height: 5.25rem;
	margin-left: auto;
	margin-right: auto;
	width: 15.625rem;
}

.about__company-list {
	margin-top: 6.0625rem;
}

.about__company-item {
	border-top: 1px solid #282322;
	display: flex;
	font-size: 1.25rem;
	padding-bottom: 2.1875rem;
	padding-top: 2.0625rem;
}

.about__company-item:last-of-type {
	border-bottom: 1px solid #282322;
}

.about__company-item-term {
	flex-basis: 18.125rem;
	font-weight: bold;
	padding-left: 4.5625rem;
}

.about__company-item-desc {
	flex: 1;
}

.about__company-item-desc span {
	display: inline-block;
}

.about__message {
	margin-top: 10.9375rem;
	overflow: hidden;
}

.about__message-img {
	float: right;
	height: 35.8125rem;
	margin-bottom: 2.5rem;
	margin-left: 5rem;
	margin-right: -13.125rem;
	width: 35.875rem;
}

.about__message-img img {
	-o-object-fit: cover;
	-o-object-position: -4.125rem;
	height: 100%;
	object-fit: cover;
	object-position: -4.125rem;
}

.clear {
	clear: both;
}

.about__message-body {
	padding-top: 5.375rem;
}

.about__message-title .--en {
	font-family: "Lexend", sans-serif;
	font-size: 3.125rem;
	font-weight: 600;
	text-transform: uppercase;
}

.about__message-title .--jp {
	font-size: 1.875rem;
	font-weight: bold;
	padding-left: 0.5em;
}

.about__message-text {
	font-size: 1.25rem;
	letter-spacing: 0.06em;
	line-height: 1.8;
	margin-top: 2.8125rem;
	text-align: justify;
}

.about__message-text > * + * {
	margin-top: 2em;
}

.about__message-sign {
	height: auto;
	margin-left: auto;
	margin-right: 1.875rem;
	margin-top: 3.125rem;
	width: 14rem;
}

.concept__desc {
	margin-top: 9.375rem;
}

.concept__desc .inner {
	display: contents;
}

.concept__desc-text {
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 1.97;
	margin-top: 5.625rem;
	text-align: center;
}

.concept__desc-text .--last-line {
	display: inline-block;
	text-indent: 0.5em;
}

.concept__desc-text .dot {
	position: relative;
}

.concept__desc-text .dot::before {
	background-color: #81292c;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.175em;
	left: 50%;
	position: absolute;
	top: -0.1em;
	transform: translateX(-50%);
	width: 0.175em;
}

.concept__desc-list {
	display: flex;
	gap: 3.4375rem;
	justify-content: center;
	margin-left: 0.625rem;
	margin-top: 5.9375rem;
}

.concept__desc-item {
	align-items: flex-end;
	display: flex;
	font-size: 2rem;
	gap: 3.125rem;
}

.concept__desc-item:nth-of-type(1) .concept__desc-item-title {
	aspect-ratio: 41/52.5;
	width: 1.7em;
}

.concept__desc-item:nth-of-type(1) .concept__desc-item-title::before {
	top: 50%;
}

.concept__desc-item:nth-of-type(2) .concept__desc-item-title {
	aspect-ratio: 57/58;
	width: 2.2em;
}

.concept__desc-item:nth-of-type(2) .concept__desc-item-title::before {
	right: -1.3125rem;
	top: 53%;
}

.concept__desc-item:nth-of-type(3) .concept__desc-item-title {
	aspect-ratio: 52.5/54.1;
	width: 1.9em;
}

.concept__desc-item-title {
	position: relative;
	top: 0.25rem;
}

.concept__desc-item-title::before {
	background-color: #282322;
	content: "";
	display: block;
	height: 1.2em;
	position: absolute;
	right: -1.25rem;
	top: 43%;
	transform: rotate(26deg) translateY(-50%);
	width: 1px;
}

.concept__desc-item-title svg {
	vertical-align: bottom;
}

.concept__desc-item-title svg path {
	fill: #be3c41;
}

.concept__desc-item-text {
	display: flex;
	flex-direction: column;
	font-weight: bold;
	gap: 0.375rem;
	line-height: 1;
}

.concept__desc-item-text .--en {
	font-size: 1.3125rem;
	padding-left: 0.3em;
}

.concept__basic {
	margin-top: 13.75rem;
}

.concept__basic-contents {
	display: flex;
	flex-direction: row-reverse;
	gap: 6.25rem;
	height: 71.875rem;
}

.concept__basic-img {
	flex-basis: 46.875vw;
	margin-left: calc(50% - 50vw);
}

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

.concept__basic-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
}

.concept__title {
	color: #81292c;
	font-family: "Lexend", sans-serif;
	font-size: 4.6875rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	position: relative;
}

.concept__title::before {
	background-color: #81292c;
	content: "";
	display: block;
	position: absolute;
}

.concept__title.--basic {
	margin-top: -2.5rem;
}

.concept__title.--basic::before {
	height: 0.125rem;
	left: -9.6875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 7.4375rem;
}

.concept__title.--infill {
	letter-spacing: 0.04em;
	margin-top: 3.625rem;
	text-align: right;
}

.concept__title.--infill::before {
	height: 0.125rem;
	right: -8.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 7.4375rem;
}

.concept__title.--option {
	margin-top: 7.1875rem;
	text-align: center;
}

.concept__title.--option::before {
	height: 7.4375rem;
	left: 50%;
	top: -10.625rem;
	transform: translateX(-50%);
	width: 0.125rem;
}

.concept__basic-text {
	font-size: 1.25rem;
	font-weight: 500;
	margin-top: 2.5rem;
	padding-left: 0.5rem;
	padding-right: 2.5rem;
}

.concept__basic-list {
	margin-top: 4.0625rem;
	padding-left: 0.5rem;
}

.concept__basic-list > * + * {
	margin-top: 3.75rem;
}

.concept__basic-item {
	align-items: center;
	display: flex;
	gap: 2.5rem;
}

.concept__basic-item-img {
	flex-basis: 25rem;
}

.concept__basic-item-name {
	flex: 1;
}

.concept__basic-item-name span {
	background-color: #81292c;
	border-radius: 50rem;
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: bold;
	height: 2.8125rem;
	line-height: 2.8125rem;
	min-width: 8.75rem;
	padding-left: 1.1em;
	padding-right: 1.1em;
	text-align: center;
}

.concept__infill {
	margin-top: 18.75rem;
}

.concept__infill-contents {
	display: flex;
	gap: 6.5625rem;
}

.concept__infill-img {
	flex-basis: 52vw;
	height: 41.5625rem;
	margin-right: calc(50% - 50vw);
}

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

.concept__infill-body {
	flex: 1;
	margin-left: -0.625rem;
}

.concept__subtitle {
	font-size: 2.625rem;
	font-weight: bold;
	letter-spacing: 0.11em;
	margin-top: 2.5rem;
}

.concept__infill-text {
	font-size: 1.25rem;
	line-height: 1.55;
	margin-top: 3.125rem;
	text-align: justify;
}

.concept__option {
	margin-top: 20rem;
}

.concept__option-subtitle {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-top: 2.8125rem;
	text-align: center;
}

.concept__option-list {
	margin-top: 9.375rem;
}

.concept__option-list > * + * {
	margin-top: 7.375rem;
}

.concept__option-item {
	display: flex;
	gap: 3.4375rem;
	position: relative;
}

.concept__option-item::before {
	background-color: #81292c;
	content: "";
	display: block;
	height: 0.1875rem;
	left: -1.75rem;
	position: absolute;
	top: 2.1875rem;
	transform: rotate(-45deg);
	width: 7.75rem;
	z-index: 1;
}

.concept__option-item .--order {
	color: #81292c;
	font-family: "Lexend", sans-serif;
	font-size: 2.8125rem;
	font-weight: bold;
	left: -1.25rem;
	line-height: 1;
	position: absolute;
	top: -0.9375rem;
}

.concept__option-item-img {
	clip-path: polygon(4.375rem 0, 100% 0, 100% 100%, 0 100%, 0 4.375rem);
	flex-basis: 29.125rem;
}

.concept__option-item-img img {
	-o-object-fit: cover;
	aspect-ratio: 466/272;
	height: 100%;
	object-fit: cover;
}

.concept__option-item-body {
	flex: 1;
	padding-top: 0.625rem;
}

.concept__option-item-title {
	color: #81292c;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.15em;
}

.concept__option-item-text {
	font-size: 1.1875rem;
	letter-spacing: 0.05em;
	line-height: 1.63;
	margin-top: 1rem;
	text-align: justify;
}

.construction__body {
	background-color: #fff;
	border-radius: 2rem;
	padding-bottom: 17.5rem;
	padding-top: 6.25rem;
}

.construction__body-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 58.5rem;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}

.construction__title {
	color: #841c24;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
}

.construction__post-body {
	margin-top: 3.4375rem;
	padding-left: 3.4375rem;
	padding-right: 3.4375rem;
	padding-top: 4.375rem;
	position: relative;
}

.construction__post-body::before {
	background-image: repeating-linear-gradient(to right, #8d2f34 0, #8d2f34 0.125rem, transparent 0.125rem, transparent 0.3125rem);
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
}

.construction__post-body > * + * {
	margin-top: 3.25rem;
}

.construction__post-body h2 {
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 1;
}

.construction__post-body .box-flex {
	gap: 1.375rem !important;
}

.construction__post-body .box-flex div {
	flex: none !important;
}

.construction__post-body .box-flex div:not(:first-of-type) {
	align-items: center;
	display: flex;
}

.construction__post-body .wp-block-button a {
	height: 1.625rem;
	line-height: 1;
	padding: 0;
	width: 4.375rem;
}

.construction__post-body .wp-block-button.pdf a {
	background-color: #8d2f34 !important;
}

.construction__post-body .wp-block-button.excel a {
	background-color: #4c6842 !important;
}

.construction__post-body p {
	font-size: 1.125rem;
	margin-top: -0.625rem;
}

.faq__items {
	margin-top: 5rem;
}

.faq__item {
	border-bottom: 1px solid #adadad;
	padding-bottom: 2.8125rem;
	padding-top: 2.3125rem;
}

.faq__item[open] .faq-item__question::before {
	background-image: url(../images/faq/faq-btn-open.svg);
}

.faq-item__question {
	cursor: pointer;
	padding-right: 4.375rem;
	position: relative;
}

.faq-item__question::before {
	background-image: url(../images/faq/faq-btn.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1.875rem;
	position: absolute;
	right: 2.3125rem;
	top: 0.9lh;
	transform: translateY(-50%);
	width: 1.875rem;
}

.faq-item__question::before svg {
	height: 100%;
	width: 100%;
}

.faq-item__answer-inner {
	padding-top: 1.375rem;
}

.faq-item__question,
.faq-item__answer-inner {
	display: flex;
	padding-right: 8.125rem;
}

.faq-item-large {
	flex-basis: 5rem;
	font-family: "Lexend", sans-serif;
	font-size: 3.125rem;
	font-weight: 500;
	line-height: 1;
	padding-left: 0.9375rem;
	padding-right: 1.5625rem;
	text-align: center;
}

.faq-item__question-q {
	color: #81292c;
}

.faq-item__answer-a {
	color: #526fb2;
}

.faq-item__question-text,
.faq-item__answer-text {
	flex: 1;
	font-weight: 500;
	padding-left: 2.1875rem;
	position: relative;
}

.faq-item__question-text::before,
.faq-item__answer-text::before {
	border-radius: 50rem;
	content: "";
	display: block;
	height: 3.375rem;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 0.1875rem;
}

.faq-item__question-text {
	font-size: 1.5rem;
	line-height: 1.5;
	padding-top: 0.2em;
}

.faq-item__question-text::before {
	background-color: #81292c;
	top: -0.0625rem;
}

.faq-item__answer-text {
	color: #4d4d4d;
	font-size: 1.3125rem;
	font-weight: 500;
	line-height: 1.8;
	padding-top: 0.4em;
}

.faq-item__answer-text::before {
	background-color: #526fb2;
}

.line-up__item {
	overflow: hidden;
}

.line-up__item:first-of-type {
	margin-top: 5.625rem;
}

.line-up__item:not(:first-of-type) {
	margin-top: 17.5rem;
}

.line-up__item-heading {
	align-items: center;
	display: flex;
}

.line-up__item-heading.--odd {
	flex-direction: row-reverse;
	gap: 2.75rem;
	padding-left: 0.9375rem;
}

.line-up__item-heading.--odd .line-up__item-heading-title {
	margin-right: calc(50% - 50vw);
	padding-left: 0.2em;
}

.line-up__item-heading.--odd .line-up__item-heading-text {
	padding-left: 0.5em;
}

.line-up__item-heading.--even {
	gap: 2.5rem;
	padding-right: 1.25rem;
}

.line-up__item-heading.--even .line-up__item-heading-title {
	margin-left: calc(50% - 50vw);
	text-align: right;
}

.line-up__item-heading.--even .line-up__item-heading-text {
	text-align: right;
}

.line-up__item-heading.--tiny-house .line-up__item-heading-img {
	flex-basis: 39.375rem;
}

.line-up__item-heading.--tiny-house .line-up__item-heading-img img {
	width: 26.125rem;
}

.line-up__item-heading-img {
	flex-basis: 43.75rem;
}

.line-up__item-heading-body {
	flex: 1;
	padding-bottom: 1.75rem;
}

.line-up__item-heading-title {
	border-bottom: 1px solid #81292c;
	font-family: "Lexend", sans-serif;
	font-size: 4.0625rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1;
	padding-bottom: 1.875rem;
}

.line-up__item-heading-text {
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.12em;
	padding-top: 1.125rem;
}

.line-up__item-list {
	grid-gap: 5.3125rem 5rem;
	display: grid;
	gap: 5.3125rem 5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4.6875rem;
}

.line-up__item-item {
	background-color: #fff;
	padding: 2.1875rem 8.55% 4.875rem;
	position: relative;
}

.line-up__item-item-name {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1;
}

.line-up__item-item-name .--en {
	font-family: "Lexend", sans-serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	padding-bottom: 0.5em;
	position: relative;
}

.line-up__item-item-name .--en::before {
	background-color: #81292c;
	bottom: 0;
	content: "";
	display: block;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1.3em;
}

.line-up__item-item-name .--en {
	font-family: "Lexend", sans-serif;
}

.line-up__item-item-name .--jp {
	font-size: 0.55em;
	margin-top: 0.8em;
}

.line-up__item-item-img {
	margin-top: 1.375rem;
}

.line-up__item-item-catch {
	font-size: 1.5625rem;
	font-weight: bold;
	margin-top: 0.4em;
	text-align: center;
}

.line-up__item-item-text {
	font-size: 1.25rem;
	margin-top: 0.5em;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	text-align: justify;
}

.line-up__item-item-link {
	bottom: 0;
	position: absolute;
	right: 0;
}

.line-up__item-item-link a {
	background: #81292c;
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: bold;
	height: 3.125rem;
	line-height: 3.125rem;
	padding-left: 1.1em;
	position: relative;
	width: 19.375rem;
}

.line-up__item-item-link a::before {
	background-image: url(../images/common/icon-arrow-white.svg);
	content: "";
	display: block;
	height: 1.375rem;
	position: absolute;
	right: 1.125rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.375rem;
}

.news__heading {
	padding-top: 6.75rem;
}

.news__heading .top-section__title.--line .--en {
	font-size: 5.25rem;
	margin-top: 0.9375rem;
}

.news__contents {
	margin-top: 7.5rem;
}

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

.news__category-item a {
	align-items: center;
	background-color: #a19f9f;
	color: #fff;
	display: flex;
	font-size: 1.5rem;
	font-weight: bold;
	height: 5.625rem;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1;
}

.news__category-item .--all {
	background-color: #8d2f34;
}

.news__category-item .--event {
	background-color: #66292f;
}

.news__category-item .--news {
	background-color: #4c6842;
}

.news__article-wrap {
	background-color: #f7f7f9;
	padding-bottom: 10.625rem;
	padding-top: 9.0625rem;
}

.news__article-list > * + * {
	margin-top: 2.8125rem;
}

.news__item {
	align-items: center;
	background-color: #fff;
	border-radius: 0.8125rem;
	display: flex;
	gap: 2.5rem;
	padding: 2.625rem 3.25rem;
	position: relative;
}

.news__item::before {
	background-image: url(../images/common/icon-arrow-black.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1.5rem;
	position: absolute;
	right: 3.375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
}

.news__item-heading {
	align-items: center;
	display: flex;
	flex-basis: 14.6875rem;
	justify-content: space-between;
}

.news__date {
	color: #999;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 0.4em;
}

.news__cat {
	background-color: #81292c;
	border-radius: 50rem;
	color: #fff;
	font-size: 0.875rem;
	font-weight: bold;
	height: 1.8125rem;
	letter-spacing: 0.1em;
	line-height: 1.75rem;
	text-align: center;
	width: 5.6875rem;
}

.news__item-title {
	-webkit-text-decoration: underline;
	font-size: 1.375rem;
	font-weight: bold;
	padding-bottom: 0.3em;
	text-decoration: underline;
	text-underline-offset: 0.3em;
}

.news__page-nav {
	margin-top: 5.625rem;
}

.news__page-nav .wp-pagenavi {
	text-align: center;
}

.news__page-nav .wp-pagenavi span.current {
	background-color: #81292c;
	color: #fff;
}

.news__page-nav .wp-pagenavi a,
.news__page-nav .wp-pagenavi span {
	background-color: transparent;
	border: none;
	border-radius: 50rem;
	display: inline-block;
	font-family: "Lexend", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	height: 2.625rem;
	line-height: 2.1875rem;
	margin: 0.5625rem;
	width: 2.625rem;
}

.news__page-nav .wp-pagenavi a:not(.extend):hover,
.news__page-nav .wp-pagenavi span:not(.extend):hover {
	background-color: #81292c;
	color: #fff;
	opacity: 1;
}

.news__page-nav .wp-pagenavi a.previouspostslink,
.news__page-nav .wp-pagenavi a.nextpostslink,
.news__page-nav .wp-pagenavi span.previouspostslink,
.news__page-nav .wp-pagenavi span.nextpostslink {
	border: 1px solid #81292c;
	color: #81292c;
	font-size: 1rem;
	letter-spacing: 0.05em;
	width: 5rem;
}

.news__page-nav .wp-pagenavi a.previouspostslink:hover,
.news__page-nav .wp-pagenavi a.nextpostslink:hover,
.news__page-nav .wp-pagenavi span.previouspostslink:hover,
.news__page-nav .wp-pagenavi span.nextpostslink:hover {
	color: #fff;
}

.post__wrap {
	padding-top: 8.125rem;
}

.post__heading {
	padding-left: 5rem;
}

.post__heading-meta {
	align-items: center;
	display: flex;
	gap: 0.625rem;
}

.post__heading-meta .post__date {
	font-size: 1.125rem;
	font-weight: bold;
}

.post__cat {
	border: 1px solid;
	border-radius: 50rem;
	font-size: 0.875rem;
	line-height: 1;
	padding: 0.2em 0.5em;
}

.post__cat.--news {
	border-color: #4c6842;
	color: #4c6842;
}

.post__cat.--event {
	border-color: #66292f;
	color: #66292f;
}

.post__title {
	font-size: 3.125rem;
	line-height: 1.5;
	margin-top: 0.3125rem;
}

.post__breadcrumb {
	margin-top: 2.625rem;
}

.post__body {
	background-color: #fff;
	border-radius: 3.5rem;
	margin-top: 5rem;
	padding: 5.9375rem 8.125rem;
}

.post__body > *:first-child {
	margin-top: 0;
}

.post__body p {
	font-size: 1.25rem;
	line-height: 1.8;
	margin-top: 2.5rem;
	text-align: justify;
}

.post__body p.point {
	color: #81292c;
}

.post__body a {
	-webkit-text-decoration: underline;
	color: #363788;
	text-decoration: underline;
	text-underline-offset: 0.3em;
}

.post__body h2 {
	color: #81292c;
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 4.6875rem;
}

.post__body h3 {
	background: #81292c;
	color: #fff;
	font-size: 1.75rem;
	line-height: 1.5;
	margin-top: 2.1875rem;
	padding: 0.1em 0.9em 0.2em 1.1em;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.post__body h3::before {
	background-color: #fff;
	border-radius: 50rem;
	content: "";
	display: block;
	height: 0.8em;
	left: 0.6em;
	position: absolute;
	top: 0.6lh;
	transform: translateY(-50%);
	width: 0.25rem;
}

.post__body h4 {
	margin-top: 1.875rem;
}

.post__body h4,
.post__body p.point {
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 0.8em;
	position: relative;
}

.post__body h4::before,
.post__body p.point::before {
	background-color: #c4c4c4;
	bottom: 0;
	content: "";
	display: block;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.post__body h4::after,
.post__body p.point::after {
	background-color: #81292c;
	bottom: 0;
	content: "";
	display: block;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 5.4em;
	z-index: 1;
}

.post__body figure {
	margin-top: 2.5rem;
	padding-left: 4.375rem;
	padding-right: 4.375rem;
}

.post-pagination {
	display: flex;
	justify-content: space-between;
	margin-top: 1.875rem;
}

.post-pagination a {
	border: 0.0625rem solid #81292c;
	border-radius: 50rem;
	color: #81292c;
	display: inline-block;
	font-size: 1.25rem;
	padding-bottom: 0.05em;
	padding-left: 1em;
	padding-right: 1em;
}

.post-pagination a:hover {
	background-color: #81292c;
	color: #fff;
	opacity: 1;
}

.post__link-back {
	margin-top: 2.5rem;
}

.post__link-back .link-btn {
	font-size: 1.0625rem;
	padding-left: 2.1875rem;
	width: 20.625rem;
}

/*共通スタイル*/

.product-quality__title {
	color: #81292c;
	font-size: 3.4375rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.product-quality__text {
	font-size: 1.375rem;
	line-height: 1.75;
	margin-top: 2.5rem;
}

.product-quality__text > * + * {
	margin-top: 1.7em;
}

.product-quality__text.--small {
	font-size: 1.25rem;
	line-height: 1.75;
}

.product-quality__heading {
	background-image: url(../images/product-quality/product-quality-heading.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 48rem;
	position: relative;
}

.product-quality__heading .inner {
	display: contents;
}

.product-quality__heading-title {
	bottom: 5.7291666667vw;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-weight: 500;
	gap: 1.25rem;
	left: 8.59375vw;
	position: absolute;
}

.product-quality__heading-title .--jp {
	font-size: 1.5rem;
	line-height: 1;
	padding-left: 0.625rem;
}

.product-quality__heading-title .--en {
	font-family: "Lexend", sans-serif;
	font-size: 6.0625rem;
	line-height: 1.15;
}

.product-quality__heading-title .--en span {
	display: block;
}

.quality-section {
	padding-top: 11.25rem;
}

.quality__title {
	align-items: center;
	border-bottom: 0.125rem solid #81292c;
	color: #81292c;
	display: flex;
	gap: 1.875rem;
	margin-bottom: 3.125rem;
	padding-bottom: 2.5rem;
}

.quality__title .--main {
	font-size: 3.125rem;
	font-weight: bold;
	line-height: 1;
}

.quality__title .--sub {
	flex: 1;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.4;
	padding-top: 0.625rem;
}

.quality__sub-title {
	color: #81292c;
	font-size: 1.875rem;
	font-weight: bold;
	line-height: 1.2;
}

.quality__sub-title.--center {
	text-align: center;
}

.quality__sub-title.--medium {
	font-size: 1.625rem;
	margin-top: 0.9375rem;
}

.quality__sub-title.--small {
	font-size: 1.4375rem;
}

/*共通スタイルここまで*/

.attempt {
	background-color: #efefef;
	padding-bottom: 9.375rem;
	padding-top: 8.125rem;
}

.attempt__text {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
	margin-top: 2.5rem;
}

.attempt__list {
	display: flex;
	flex-wrap: wrap;
	gap: 2.25rem 3.125rem;
	justify-content: center;
	margin-top: 3.75rem;
}

.attempt__item {
	background-color: #81292c;
	border-radius: 0.625rem;
	flex-basis: calc((100% - 6.25rem) / 3);
	height: 4.375rem;
	max-width: 22.9375rem;
}

.attempt__item-dlist {
	align-items: center;
	display: flex;
	font-size: 1.375rem;
	font-weight: bold;
	justify-content: space-between;
	line-height: 1;
	padding: 0.8125rem 1.5625rem;
}

.attempt__item-dlist dt {
	color: #fff;
}

.attempt__item-dlist dd {
	background-color: #fff;
	color: #81292c;
	height: 2.625rem;
	line-height: 2.625rem;
	text-align: center;
	width: 8rem;
}

.merit {
	margin-top: 5.625rem;
	padding-bottom: 8.75rem;
}

.merit__list {
	grid-gap: 3.125rem 0;
	display: grid;
	gap: 3.125rem 0;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.375rem;
	max-width: 65.625rem;
}

.merit__item:nth-of-type(even) {
	padding-left: 4.6875rem;
}

.merit__item-dlist dt {
	color: #81292c;
	font-size: 1.6875rem;
	font-weight: bold;
	line-height: 1.4;
	margin-right: -1.25rem;
}

.merit__item-dlist dt span {
	font-size: 1.3125rem;
}

.merit__item-dlist dd {
	font-size: 1.125rem;
	line-height: 1.52;
	margin-top: 0.625rem;
	padding-left: 1.25rem;
}

.merit__bottom-img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.quality__link-area {
	padding-bottom: 5.625rem;
	padding-top: 7.8125rem;
}

.quality__link-area-text {
	color: #81292c;
	font-size: 1.125rem;
	line-height: 1.5;
	text-align: center;
}

.quality__link-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5rem 4.6875rem;
	justify-content: center;
	margin-top: 4.6875rem;
}

.quality__link-item {
	flex-basis: calc((100% - 9.375rem) / 3);
	position: relative;
}

.quality__link-btn {
	background-color: #fff;
	border: 0.1875rem solid #81292c;
	border-radius: 1rem;
	color: #81292c;
	display: block;
	height: 14.6875rem;
	padding: 1.625rem 2.5rem;
}

.quality__link-btn:hover {
	background-color: #81292c;
	color: #fff;
	opacity: 1;
}

.quality__link-item-dlist dt {
	border-bottom: 0.0625rem solid #81292c;
	font-size: 1.8125rem;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 0.9375rem;
	text-align: center;
}

.quality__link-btn:hover .quality__link-item-dlist dt {
	border-color: #fff;
}

.quality__link-item-dlist dd {
	font-size: 1.125rem;
	line-height: 1.7;
	padding-top: 1.25rem;
}

.quality__link-btn-arrow {
	aspect-ratio: 1/1;
	bottom: 1.25rem;
	display: block;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 2.625rem;
}

.quality__link-btn:hover .quality__link-btn-arrow .cls-1 {
	stroke: #fff;
}

.earthquake-resistance__list {
	display: flex;
	gap: 8rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.875rem;
	max-width: 53.75rem;
}

.earthquake-resistance__item:nth-of-type(1) .earthquake-resistance__item-img {
	width: 10.125rem;
}

.earthquake-resistance__item:nth-of-type(2) .earthquake-resistance__item-img {
	width: 11.75rem;
}

.earthquake-resistance__item:nth-of-type(3) .earthquake-resistance__item-img {
	width: 13.4375rem;
}

.earthquake-resistance__item-img {
	align-items: flex-end;
	display: flex;
	height: 9.6875rem;
	justify-content: center;
}

.earthquake-resistance__item-dlist {
	margin-top: 1.25rem;
}

.earthquake-resistance__item-dlist dt {
	border-bottom: 0.0625rem solid;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0.625rem;
	text-align: center;
	width: 10.625rem;
}

.earthquake-resistance__item-dlist dt span {
	font-size: 2.3125rem;
	padding-left: 0.2em;
}

.earthquake-resistance__item-dlist dd {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.55;
	margin-top: 0.9375rem;
	text-align: center;
}

.insulation__sub-title {
	line-height: 1.5;
	margin-top: 4.0625rem;
	text-align: center;
}

.insulation__list {
	grid-gap: 4.625rem;
	display: grid;
	gap: 4.625rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.125rem;
}

.insulation__item {
	background-color: #999999;
	padding: 1.875rem 1.375rem 2.25rem;
}

.insulation__item-heading {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-weight: bold;
	gap: 1.5625rem;
	line-height: 1;
}

.insulation__item-heading .--order {
	font-size: 3.125rem;
}

.insulation__item-heading .--title {
	font-size: 1.875rem;
}

.insulation__item-img {
	margin-top: 2.5rem;
}

.insulation__item-point {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 1.875rem;
}

.insulation__item-point li {
	background-color: #fff;
	color: #8c8c8c;
	font-size: 1.4375rem;
	font-weight: bold;
	height: 2.875rem;
	line-height: 2.875rem;
	text-align: center;
	text-align: center;
}

.construction-quality__contents {
	display: flex;
	gap: 3.4375rem;
}

.construction-quality__contents:nth-of-type(2) {
	margin-top: 3.75rem;
}

.construction-quality__body-img {
	flex-basis: 25rem;
}

.construction-quality__body {
	flex: 1;
}

.construction-quality__text {
	margin-top: 1.25rem;
}

.construction-quality__list-wrap {
	margin-top: 5rem;
}

.construction-quality__list {
	grid-gap: 1.5625rem 1.25rem;
	display: grid;
	gap: 1.5625rem 1.25rem;
	grid-template-columns: repeat(5, 1fr);
	margin-left: -0.625rem;
	margin-right: -0.625rem;
	margin-top: 2.8125rem;
}

.construction-quality__item {
	background-color: #999999;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 17.1875rem;
	padding: 0.75rem 0.4375rem 1.5rem;
}

.construction-quality__item-title {
	align-items: center;
	display: flex;
	font-weight: bold;
	padding-left: 1.25rem;
}

.construction-quality__item-title .--order {
	font-size: 2.5rem;
	line-height: 1;
	padding-right: 0.9375rem;
}

.construction-quality__item-title .--text {
	font-size: 1.625rem;
	padding-left: 0.9375rem;
	position: relative;
}

.construction-quality__item-title .--text::before {
	background-color: #fff;
	content: "";
	display: block;
	height: 1em;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.14375rem;
}

.construction-quality__item-text {
	font-size: 1rem;
	line-height: 1.78;
	margin-top: 0.1875rem;
	text-align: center;
}

.construction-quality__item-img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.875rem;
	max-width: 4.4375rem;
}

.construction-quality__item-kensa {
	border: 0.0625rem solid #fff;
	font-size: 0.875rem;
	height: 2rem;
	line-height: 2rem;
	margin-top: auto;
	text-align: center;
}

.guarantee__contents {
	background-color: #dbdbdb;
	display: flex;
	gap: 3.75rem;
	margin-top: 2.5rem;
	padding: 2.25rem 4.6875rem 2.8125rem;
}

.guarantee__contents-img {
	flex-basis: 7.4375rem;
}

.guarantee__contents-body {
	flex: 1;
	padding-top: 0.3125rem;
}

.guarantee__contents-body-text {
	margin-top: 1.25rem;
}

.after-service__list {
	grid-gap: 6.875rem;
	display: grid;
	gap: 6.875rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.5rem;
}

.after-service__item {
	display: flex;
	gap: 1.5rem;
}

.after-service__item-img {
	align-self: center;
	flex-basis: 8.625rem;
	margin-top: -1.25rem;
}

.after-service__item-body {
	flex: 1;
}

.after-service__item-title {
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 1;
}

.after-service__item-details {
	margin-top: 1rem;
}

.voice__contents {
	overflow: hidden;
}

/*ヘディング*/

.voice__heading {
	margin-bottom: 8.75rem;
}

.voice__heading-img {
	margin-top: 5rem;
}

.voice__heading-text {
	margin-top: 3rem;
	padding-left: 2.0625rem;
}

.voice__heading-title {
	font-size: 2.875rem;
	font-weight: bold;
}

.voice__heading-title span {
	letter-spacing: 0.05em;
	padding-left: 0.2em;
}

.voice__info-list {
	display: flex;
	gap: 1.375rem;
	margin-left: 0.3125rem;
	margin-top: 1.875rem;
}

.voice__info-item {
	font-size: 1.25rem;
	font-weight: bold;
	height: 2.75rem;
	line-height: 2.5rem;
	padding-left: 1em;
	padding-right: 1em;
}

.voice__info-item:first-of-type {
	background-color: #a52b31;
	border: 0.0625rem solid #a52b31;
	color: #fff;
}

.voice__info-item:not(:first-of-type) {
	border: 0.0625rem solid #282322;
}

/*メインセクション*/

.voice__section:not(:first-of-type) {
	margin-top: 8.75rem;
}

.voice__title {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 5rem;
	margin-left: -1.3em;
	margin-right: calc(50% - 50vw);
	padding-bottom: 0.5em;
	position: relative;
}

.voice__title::before,
.voice__title::after {
	bottom: 0;
	content: "";
	display: block;
	height: 0.125rem;
	left: -0.3125rem;
	position: absolute;
}

.voice__title::before {
	background-color: #a52b31;
	width: calc(100% + 0.3125rem);
}

.voice__title::after {
	background-color: #6d000b;
	width: 7.8125rem;
}

.voice__text {
	margin-top: 3.125rem;
}

.voice__text p {
	font-size: 1.25rem;
	line-height: 2;
	margin-bottom: calc((1em - 1lh) / 2);
	margin-top: calc((1em - 1lh) / 2);
	text-align: justify;
}

.voice__text p .line {
	background: linear-gradient(#fff000 0%, #fff000 100%);
	background-position: 0 90%; /* 位置の微調整 */
	background-repeat: no-repeat;
	background-size: 100% 0.5em; /* 線の太さ */
}

.voice__text.flex {
	display: flex;
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.voice__text.flex .voice__img {
	margin-top: 0;
}

.voice__text.flex p {
	flex: 1;
	margin-top: 0.625rem;
}

.voice__img {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	margin-top: 3.125rem;
}

.voice__img.column-2 {
	grid-template-columns: repeat(2, 1fr);
}

.voice__img.column-3 {
	grid-template-columns: repeat(3, 1fr);
	margin-left: -15.625rem;
	margin-right: -15.625rem;
	padding-left: 30px;
	padding-right: 30px;
}

.voice__slide-wrap {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 3.125rem;
}

.voice__slide-item {
	margin-left: 1.875rem;
	margin-right: 1.875rem;
	opacity: 0.5;
	transition: opacity 0.6s ease;
	width: 56.25rem;
}

.voice__slide-item.swiper-slide-active {
	opacity: 1;
}

/*テキスト回り込み*/

.float-right {
	float: right;
}

.float-left {
	float: left;
	height: auto;
}

.clear {
	clear: both;
}

/*個別設定--a*/

.voice__section.--a-2 .voice__text.flex .voice__img {
	max-width: 23.75rem;
	width: 100%;
}

.voice__section.--a-2 .voice__text:nth-last-of-type(2) {
	margin-top: 1.875rem;
}

.voice__section.--a-3 .voice__text.flex {
	gap: 1.5rem;
}

.voice__section.--a-3 .voice__text.flex .voice__img {
	max-width: 26.5625rem;
	width: 100%;
}

.voice__section.--a-5 .voice__text.flex .voice__img {
	max-width: 23.75rem;
	width: 100%;
}

.voice__section.--a-6 .float-left {
	margin-right: 2.5rem;
	margin-top: 0;
	max-width: 33.125rem;
	width: 100%;
}

.voice__section.--a-6 .float-left img {
	-o-object-fit: cover;
	aspect-ratio: 530/340;
	object-fit: cover;
}

.voice__section.--a-6 .flex {
	margin-top: 1.5625rem;
}

.voice__section.--a-6 .flex .voice__img {
	max-width: 33.4375rem;
	width: 100%;
}

.voice__section.--a-6 .flex p {
	margin-top: -0.625rem;
}

.voice__section.--a-8 .float-left {
	margin-right: 2.5rem;
	margin-top: 0;
	max-width: 28.75rem;
	width: 100%;
}

.voice__section.--a-8 .float-left img {
	-o-object-fit: cover;
	aspect-ratio: 460/304;
	object-fit: cover;
}

.voice__section.--a-10 .float-right {
	margin-left: 2.5rem;
	margin-top: 0;
	max-width: 28.4375rem;
	width: 100%;
}

.voice__section.--a-12 .float-left {
	margin-right: 2.5rem;
	margin-top: 0;
	max-width: 25rem;
	width: 100%;
}

.voice__section.--a-13 .float-right {
	margin-left: 2.5rem;
	margin-top: 0;
	max-width: 25rem;
	width: 100%;
}

/*個別設定--b*/

.voice__section.--b-2 .float-right {
	margin-left: 1.875rem;
	margin-top: 0.625rem;
	max-width: 25.3125rem;
	width: 100%;
}

.voice__section.--b-2 .float-right img {
	-o-object-fit: cover;
	height: 15.9375rem;
	object-fit: cover;
}

.voice__section.--b-2 .voice__text.flex {
	gap: 1.25rem;
	margin-top: 1.875rem;
}

.voice__section.--b-2 .voice__text.flex .voice__img {
	margin-top: 0;
	max-width: 30rem;
	width: 100%;
}

.voice__section.--b-4 .voice__text.flex .voice__img {
	max-width: 25rem;
	width: 100%;
}

.voice__section.--b-5 .voice__text.flex .voice__img {
	margin-top: 0;
	max-width: 25rem;
	width: 100%;
}

.voice__section.--b-5 > .voice__img {
	margin-top: 1.875rem;
}

.voice__section.--b-8 .float-left {
	margin-bottom: 0;
	margin-right: 1.875rem;
	margin-top: -0.375rem;
	max-width: 31.5625rem;
	width: 100%;
}

.voice__section.--b-8 .float-left img {
	-o-object-fit: cover;
	height: 16.875rem;
	object-fit: cover;
}

.voice__section.--b-8 .voice__text p {
	margin-bottom: 0;
	margin-top: -0.25rem;
}

.voice__section.--b-9 .voice__text.flex {
	gap: 3.125rem;
}

.voice__section.--b-9 .voice__text.flex .voice__img {
	max-width: 23.75rem;
	width: 100%;
}

.voice__section.--b-10 .voice__text.flex .voice__img {
	max-width: 31.25rem;
	width: 100%;
}

.voice__section.--b-11 .voice__text.flex .voice__img {
	max-width: 26.875rem;
	width: 100%;
}

.mv {
	position: relative;
}

.mv__body {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	left: 0;
	padding-top: 3.4375rem;
	position: absolute;
	top: 0;
	width: 18.3%;
}

.mv__top {
	margin-left: auto;
	margin-right: auto;
}

.mv__logo {
	width: max(84px, 8.33vw);
}

.mv__logo-text {
	display: flex;
	flex-direction: row-reverse;
	gap: 1.6875rem;
	justify-content: center;
	margin-top: 3.5rem;
	padding-right: 0.3125rem;
}

.mv__logo-text span {
	-ms-writing-mode: tb-rl;
	font-size: max(32px, 2.8125vw);
	font-weight: bold;
	line-height: 1;
	writing-mode: vertical-rl;
}

.mv__scroll {
	margin-bottom: 1.5625rem;
}

.scroll__label {
	display: block;
	height: 7.875rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 7.875rem;
}

.scroll__label-arrow {
	aspect-ratio: 53/150;
	height: 2.1875rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0.75rem;
}

.scroll__label-round {
	animation: rotateAnim 12s linear infinite;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transform-origin: center center;
	width: 100%;
}

.mv__img-wrap {
	margin-left: auto;
	width: 81.7%;
}

/* モーダル全体 */

.pickup-modal {
	align-items: center;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.4s ease, visibility 0s linear 0.4s;
	visibility: hidden;
	width: 100%;
	z-index: 9999;
}

/* 開いた状態 */

.pickup-modal.is-open {
	opacity: 1;
	transition: opacity 0.4s ease;
	visibility: visible;
}

/* モーダル内の動画ラッパー */

.pickup-modal__content {
	max-height: 80%;
	max-width: 90%;
	position: relative;
}

/* 動画 */

.pickup-modal video {
	display: block;
	height: auto;
	width: 100%;
}

/* 閉じるボタン（×） */

.pickup-modal__close {
	cursor: pointer;
	height: 30px;
	position: absolute;
	right: -20px;
	top: -20px;
	width: 30px;
}

.pickup-modal__close::before,
.pickup-modal__close::after {
	background: #fff;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform-origin: center;
	width: 2px;
}

.pickup-modal__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.pickup-modal__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* 背景スクロールを止める */

body.modal-open {
	overflow: hidden;
}

.top-greeting {
	margin-top: 14.6875rem;
	overflow: hidden;
}

.top-greeting-contents {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	gap: 7.3vw;
}

.top-greeting-body {
	flex: 1;
}

.top-greeting-img {
	margin-left: calc(50% - 50vw);
	width: 51vw;
}

.top-greeting__title {
	color: #81292c;
	font-size: 1.625rem;
	letter-spacing: 0.1em;
}

.top-greeting__title .--en {
	color: #282322;
	display: block;
	font-family: "Lexend", sans-serif;
	font-size: 5rem;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

.top-greeting__catch {
	font-size: 2.75rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 2.5rem;
}

.top-greeting__text {
	font-size: 1.25rem;
	margin-top: 3.4375rem;
}

.top-greeting__text > * + * {
	margin-top: 1.8em;
}

.top-greeting__link {
	grid-gap: 1.875rem 3.4375rem;
	display: grid;
	gap: 1.875rem 3.4375rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 5.625rem;
}

.top-greeting__link-btn {
	align-items: center;
	border: 1px solid #81292c;
	color: #81292c;
	display: flex;
	font-size: 1.25rem;
	height: 4.25rem;
	justify-content: center;
	line-height: 1;
	position: relative;
	text-align: center;
}

.top-greeting__link-btn::before {
	background-color: #81292c;
	bottom: -0.0625rem;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	content: "";
	display: block;
	height: 2.5rem;
	position: absolute;
	right: -0.0625rem;
	width: 3.125rem;
}

.top-greeting__link-btn::after {
	aspect-ratio: 1/1;
	background-image: url(../images/common/icon-arrow-red.svg);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0.25rem;
	content: "";
	display: block;
	position: absolute;
	right: 0.4375rem;
	width: 1rem;
}

.top-land {
	overflow: hidden;
	padding-top: 9.375rem;
}

.top-land__title {
	align-items: center;
	display: flex;
	gap: 1.625rem;
	justify-content: space-between;
	margin-right: calc(50% - 50vw);
	overflow: hidden;
	position: relative;
}

.top-land__title span {
	font-size: 2.875rem;
	font-weight: bold;
}

.top-land__title::after {
	background-image: repeating-linear-gradient(to right, #282322 0, #282322 0.125rem, transparent 0.125rem, transparent 0.3125rem);
	content: "";
	flex: 1;
	height: 1px;
}

.top-land__list {
	grid-gap: 4.375rem 5.3125rem;
	display: grid;
	gap: 4.375rem 5.3125rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.8125rem;
}

.top-line-up {
	margin-top: 18.125rem;
	overflow: hidden;
	padding-bottom: 11.875rem;
	position: relative;
}

.top-line-up::before {
	background-image: url(../images/top/top-line-up-bg.svg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 5rem;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.top-line-up .swiper-wrapper {
	transition-timing-function: linear;
}

.top-line-up__body {
	margin-left: auto;
	margin-right: auto;
	max-width: 45.9375rem;
}

.top-line-up__catch {
	color: #81292c;
	font-size: 3.125rem;
	font-weight: bold;
	line-height: 1.35;
	margin-top: 4.875rem;
	text-align: center;
}

.top-line-up__catch .--num {
	font-size: 1.97em;
	padding-left: 0.08em;
	padding-right: 0.15em;
}

.top-line-up__catch .--bottom {
	display: block;
	padding-left: 0.35em;
}

.top-line-up__text {
	font-size: 1.25rem;
	line-height: 1.8;
	margin-top: 3rem;
	padding-left: 0.4em;
	padding-right: 0.4em;
	padding-top: 3.125rem;
	position: relative;
	text-align: center;
}

.top-line-up__text::before {
	background-image: repeating-linear-gradient(to right, #81292c 0, #81292c 0.125rem, transparent 0.125rem, transparent 0.3125rem);
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
}

.top-line-up__link {
	margin-top: 4.375rem;
}

.top-line-up__slide-wrap {
	margin-top: 8.125rem;
}

.top-line-up__img {
	margin-left: 3.125rem;
	margin-right: 3.125rem;
	width: 36.25rem;
}

.top-news {
	background-image: url(../images/top/top-news-bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: min(100%, 1920px);
	padding-bottom: 11.5625rem;
	padding-top: 8.4375rem;
}

.top-news__contents {
	display: flex;
	gap: 9.375rem;
}

.top-news__heading-title {
	order: 1;
}

.top-news__link {
	margin-top: 3.75rem;
}

.top-news__list {
	flex: 1;
}

.top-news__list > * + * {
	margin-top: 2.5rem;
}

.top-news__item__heading {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	line-height: 1;
}

.top-news__item a:hover {
	opacity: 1;
}

.top-news__item a:hover .top-news__title {
	color: #81292c;
}

.top-news__date {
	color: #4f4f4f;
	font-size: 1.25rem;
	font-weight: bold;
}

.top-news__cat {
	background-color: #fff;
	border: 1px solid #8d2f34;
	border-radius: calc(infinity * 1px);
	color: #8d2f34;
	font-size: 0.875rem;
	padding: 0.18em 0.4em 0.22em;
}

.top-news__cat.--event {
	border-color: #66292f;
	color: #66292f;
}

.top-news__cat.--news {
	border-color: #4c6842;
	color: #4c6842;
}

.top-news__title {
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 0.8125rem;
}

.top-pick-up {
	padding-bottom: 15.625rem;
	padding-top: 10.625rem;
}

.top-pick-up__heading-text {
	font-size: 2.125rem;
	font-weight: bold;
	margin-top: 1.25rem;
}

.top-pick-up__link {
	margin-bottom: 1.25rem;
}

.top-pick-up__banner {
	margin-top: 6.25rem;
}

.top-pick-up__body {
	display: flex;
	gap: 10.625rem;
	margin-top: 7.8125rem;
}

.top-pick-up__phone {
	flex-basis: 38%;
}

.top-pick-up__movie-wrap {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
}

.top-pick-up__movie-title {
	font-size: 1.625rem;
	line-height: 1;
}

.top-pick-up__movie-text {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-top: 0.9375rem;
	padding-top: 0.9375rem;
	position: relative;
}

.top-pick-up__movie-text::before {
	background-image: repeating-linear-gradient(to right, #282322 0, #282322 0.125rem, transparent 0.125rem, transparent 0.3125rem);
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
}

.top-pick-up__movie-list {
	grid-gap: 4.375rem;
	display: grid;
	gap: 4.375rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.875rem;
}

.top-pick-up__movie-thumbnail {
	padding: 0;
}

.top-voice {
	border-top: 1px solid #251e1c;
	padding-bottom: 11.25rem;
	padding-top: 11.25rem;
}

.top-voice__heading {
	text-align: center;
}

.top-voice__heading-icon {
	aspect-ratio: 224/150;
	display: inline-block;
	width: 5.375rem;
}

.top-voice__title {
	color: #6d2d30;
	line-height: 1;
	margin-top: 1.25rem;
	padding: 0.2em 0.6em;
}

.top-voice__list {
	grid-gap: 8.75rem;
	display: grid;
	gap: 8.75rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 7.8125rem;
}

.top-voice__item a {
	display: block;
}

.top-voice__item-text {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin-top: 2.5rem;
	text-align: center;
}

.top-voice__item-text .inbl {
	display: inline;
}

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

.footer-contact__list {
	height: min(44vw, 580px);
}

.footer-contact__item {
	padding-top: 6.5vw;
}

.footer-contact__body {
	bottom: -7.26vw;
	height: 14.53vw;
	padding: 2.53vw 1.33vw;
	width: calc(100% - 3.125rem);
}

.footer-contact__body-inner::before {
	font-size: 2vw;
}

.footer-contact__tel {
	padding-right: 4.26vw;
}

.footer-contact__tel a {
	font-size: 3.33vw;
}

.footer-contact__link-btn-wrap .link-btn {
	width: 21.4vw;
}

.footer-contact__link-btn {
	padding-left: 4.26vw;
	padding-right: 4.26vw;
}

.footer-contact__link-btn .link-btn {
	font-size: 1.5vw;
}

.concept__desc {
	margin-top: 6.25rem;
}

.concept__desc-text {
	margin-top: 4.375rem;
}

.concept__desc-item {
	font-size: 2.133vw;
	gap: 3.6vw;
}

.concept__desc-item-text .--en {
	font-size: 1.4vw;
}

}

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

.lower-heading__title {
	padding-top: 6.875vw;
}

.lower-heading {
	margin-top: 6.25vw;
}

.lower-heading__catch.--concept {
	bottom: 4.375vw;
	font-size: 5.125vw;
	left: 0;
}

.lower-heading__catch.--about-us {
	font-size: 4.375vw;
}

.header {
	height: 7.5vw;
}

.header--lower .header__logo img {
	width: 15vw;
}

.header__nav-items {
	gap: 1.8vw;
}

.header__nav-item a {
	font-size: 1.3vw;
}

.main--lower,
.main--404 {
	margin-top: 7.5vw;
}

.about__greeting-contents {
	gap: 4.75vw;
}

.about__greeting-body {
	padding-left: 4.375vw;
}

.about__greeting-title {
	font-size: 3.75vw;
}

.about__message {
	margin-top: 9.375rem;
}

.about__message-img {
	margin-right: calc(50% - 50vw + 30px);
}

.about__message-body {
	padding-top: 5.375vw;
}

.concept__basic {
	margin-top: 12.5rem;
}

.concept__basic-contents {
	gap: 6.25vw;
	height: 71.875vw;
}

.concept__basic-text {
	margin-top: 3.125vw;
}

.concept__basic-list {
	margin-top: 4.06vw;
}

.concept__basic-list > * + * {
	margin-top: 3.75vw;
}

.concept__basic-item {
	gap: 2.5vw;
}

.concept__basic-item-img {
	flex-basis: 25vw;
}

.concept__basic-item-name span {
	font-size: 1.5vw;
	height: 2.8125vw;
	line-height: 2.8125vw;
	min-width: 8.75vw;
}

.concept__infill {
	margin-top: 12.5rem;
}

.concept__infill-contents {
	gap: 6.56vw;
}

.concept__option {
	margin-top: 12.5rem;
}

.product-quality__heading-title .--en {
	font-size: 6.0625vw;
}

.mv__body {
	padding-top: 3.4375vw;
}

.top-greeting-contents {
	align-items: stretch;
}

.top-greeting-contents img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.top-greeting__title .--en {
	font-size: 4.375rem;
}

.top-greeting__catch {
	font-size: 2.5vw;
	margin-top: 2.5vw;
}

.top-greeting__text {
	margin-left: 0;
	margin-right: 0;
	margin-top: 3.4375vw;
}

.top-greeting__link {
	gap: 1.5vw 2.5vw;
	margin-top: 3.75vw;
}

.top-line-up__img {
	width: 30rem;
}

.top-pick-up__body {
	gap: 6.25rem;
}

.top-pick-up__phone {
	flex-basis: 40%;
}

.top-pick-up__movie-wrap {
	gap: 3.125rem;
}

.top-voice__list {
	gap: 6.25rem;
}

}

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

.lower-heading__catch.--concept {
	left: 1.875rem;
}

}

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

.header__nav {
	display: block !important;
}

}

@media (min-width: 768px) {

.has-dropdown:hover .dropdown {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.dropdown__item a {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.dropdown__item a {
	color: #282322;
}

.dropdown__item a:hover::before {
	content: none !important;
}

.dropdown__item a:hover {
	background-color: #282322;
	color: #fff;
}

}

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

.line-up__item:not(:first-of-type) {
	margin-top: 11.25rem;
}

.line-up__item-heading.--tiny-house .line-up__item-heading-img {
	flex-basis: 46.66vw;
}

.line-up__item-heading.--tiny-house .line-up__item-heading-img img {
	width: 30.96vw;
}

.line-up__item-heading-img {
	flex-basis: 51.85vw;
}

.line-up__item-heading-title {
	font-size: 4.8vw;
}

.line-up__item-heading-text {
	font-size: 1.85vw;
}

.line-up__item-list {
	gap: 6.29vw 5.9vw;
	margin-top: 5.5vw;
}

.line-up__item-item-catch {
	font-size: 1.9vw;
}

}

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

.voice__img.column-3 {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

}

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

.concept__infill-img {
	flex-basis: 50vw;
}

.concept__infill-body {
	flex-basis: 470px;
}

}

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

.header {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

}

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

.concept__infill-body {
	margin-left: 0;
}

.product-quality__heading {
	height: max(200px, 48vw);
}

}

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

.attempt__text {
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}

}

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

.construction-quality__list {
	gap: 1.125rem 0.625rem;
	margin-left: -1.25rem;
	margin-right: -1.25rem;
}

}

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

.contact__heading-body {
	margin-left: 0;
}

.lower-heading__title {
	padding-top: 4vw;
}

.lower-heading {
	margin-top: 5vw;
}

.top-section__title .--en {
	font-size: 4.0625rem;
}

.main.--concept {
	padding-bottom: 11.25rem;
}

.main.--about-us {
	padding-bottom: 11.25rem;
}

.main.--line-up {
	padding-bottom: 12.5rem;
}

.main.--post {
	padding-bottom: 12.5rem;
}

.main.--construction {
	padding-bottom: 10rem;
	padding-top: 7.5rem;
}

.about__message-body {
	padding-top: 0.625rem;
}

.concept__subtitle {
	font-size: 2.5rem;
}

.construction__body {
	padding-bottom: 12.5rem;
}

.line-up__item-list {
	gap: 6.29vw 3vw;
}

.line-up__item-item-name {
	font-size: min(2.8645vw, 2.5rem);
}

.line-up__item-item-text {
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
}

.news__heading {
	padding-top: 5rem;
}

.news__contents {
	margin-top: 5rem;
}

.news__article-wrap {
	padding-bottom: 9.375rem;
	padding-top: 6.25rem;
}

.voice__title {
	margin-bottom: 2.5rem;
	margin-left: -0.5em;
}

.top-greeting {
	margin-top: 11.25rem;
}

.top-land__title span {
	font-size: 2.5rem;
}

.top-line-up {
	margin-top: 12.5rem;
	padding-bottom: 8.125rem;
}

.top-line-up__catch {
	margin-top: 2.5rem;
}

.top-line-up__slide-wrap {
	margin-top: 5.625rem;
}

.top-pick-up {
	padding-bottom: 9.375rem;
	padding-top: 9.375rem;
}

.top-voice {
	padding-bottom: 9.375rem;
	padding-top: 6.25rem;
}

.top-voice__list {
	margin-top: 6.25rem;
}

}

@media (max-width: 1200px) {

html {
	font-size: 1.3333333333vw;
}

}

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

.construction-quality__item-text {
	font-size: 0.9375rem;
}

}

@media (max-width: 781px) {

.construction__body .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
	flex-basis: auto !important;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

a:hover {
	opacity: 0.8;
}

[id] {
	scroll-margin-top: 4.3125rem;
}

.contact__heading {
	padding-bottom: 3.75rem;
	padding-top: 5rem;
}

.contact__heading-title span {
	font-size: min(5.86vw, 28px);
}

.contact__heading-text {
	font-size: 1rem;
	margin-top: 1.875rem;
}

.drower-button {
	border-radius: 0;
	display: inline-block;
	height: 4.375rem;
	width: 4.375rem;
}

.footer-contact__list {
	grid-template-columns: 1fr;
	height: auto;
}

.footer-contact__item {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.footer-contact__item-name .--top {
	font-size: 1rem;
}

.footer-contact__item-name .--en {
	font-size: 1.875rem;
}

.footer-contact__address {
	font-size: 1.125rem;
	line-height: 1.8;
}

.footer-contact__body {
	border-radius: 0;
	height: auto;
	margin-top: 0;
	position: static;
	transform: none;
}

.footer-contact__body-inner {
	flex-direction: column;
	padding-top: 0;
}

.footer-contact__body-inner::before {
	font-size: 1.5rem;
	position: static;
	writing-mode: horizontal-tb;
}

.footer-contact__tel {
	margin-top: 1.25rem;
	padding-right: 0;
}

.footer-contact__tel a {
	font-size: 2.5rem;
}

.footer-contact__link-btn-wrap {
	flex-direction: column;
	gap: 0.9375rem;
	margin-top: 1.875rem;
	width: 90%;
}

.footer-contact__link-btn {
	padding-left: 0;
	padding-right: 0;
}

.footer-contact__link-btn .link-btn {
	font-size: 1rem;
	height: 3.4375rem;
	letter-spacing: 0.03em;
	max-width: 15.625rem;
	width: 100%;
}

.footer-contact__link-btn .link-btn::before {
	width: 6.25rem;
}

.footer-contact__link-btn:first-of-type::before,
.footer-contact__link-btn:first-of-type::after {
	content: none;
}

.link-btn {
	font-size: 1rem;
	height: 3.125rem;
	width: 12.5rem;
}

.link-btn::before {
	width: 5.625rem;
}

.link-btn.--pickup {
	width: 13.75rem;
}

.link-btn::after {
	right: 0.9375rem;
	width: 1.25rem;
}

.lower-heading__title {
	font-size: 1rem;
	gap: 0.625rem;
	padding-top: 3.125rem;
}

.lower-heading__title .--en {
	font-size: 2.125rem;
}

.lower-heading {
	background-position: center;
	border-width: 0.3125rem;
	height: min(80vw, 400px);
}

.lower-heading.--concept {
	background-image: url(../images/concept/concept_main_sp.webp);
}

.lower-heading__catch.--concept {
	bottom: 7vw;
	font-size: min(6.9vw, 40px);
	left: 5vw;
}

.lower-heading__catch.--about-us {
	font-size: min(6.9vw, 40px);
	text-align: center;
	width: 100%;
}

.top-section__title .--jp {
	font-size: 1rem;
}

.top-section__title .--en {
	font-size: 2.5rem;
	margin-top: 0.625rem;
}

.footer {
	padding-top: 3.75rem;
}

.footer__contents {
	flex-direction: column;
	gap: 3.125rem;
}

.footer__logo {
	width: 11.25rem;
}

.footer__address {
	padding-left: 0;
}

.footer__address-item {
	font-size: 1rem;
}

.footer__address-item dd br.is-sp {
	display: block;
}

.footer__nav-wrap {
	margin-top: 0;
}

.footer__nav-lower-list {
	font-size: 1rem;
}

.footer__nav-lower-item {
	flex-basis: 33.3333333333%;
}

.footer__nav-construction a {
	font-size: 1rem;
}

.footer__copy {
	font-size: 0.875rem;
}

.header {
	height: 4.375rem;
	padding-left: 1.25rem;
}

.header__logo.--inner-nav {
	display: block;
	left: 1.25rem;
	top: 0.625rem;
}

.header__logo img {
	width: 9.375rem;
}

.header__nav {
	background-color: #81292c;
	color: #fff;
	display: none;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: 10;
}

.header__nav nav {
	flex-direction: column;
	height: 100%;
}

.header__nav-items {
	flex-direction: column;
	gap: 0;
	height: auto;
	padding-bottom: 3.125rem;
	padding-right: 0;
	padding-top: 5rem;
}

.header__nav-item.--external a {
	margin-left: auto;
	margin-right: auto;
}

.header__nav-item a {
	display: block;
	font-size: 1.125rem;
	padding-bottom: 0.7em;
	padding-top: 0.7em;
}

.header__nav-item {
	height: auto;
	text-align: center;
	width: 100%;
}

nav {
	padding: 0;
}

nav ul {
	display: block;
}

.has-dropdown {
	padding-right: 0;
}

.dropdown {
	background-color: #81292c;
	padding: 0;
	transition: max-height 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.35s ease, transform 0.35s ease;
}

.inner {
	padding-left: 5vw;
	padding-right: 5vw;
}

.main--lower,
.main--404 {
	margin-top: 4.375rem;
}

.main.--concept {
	padding-bottom: 6.25rem;
}

.main.--about-us {
	padding-bottom: 6.25rem;
}

.main.--line-up {
	padding-bottom: 6.25rem;
}

.main.--post {
	padding-bottom: 6.25rem;
}

.main.--construction {
	padding-bottom: 6.25rem;
	padding-top: 5rem;
}

.main.--faq {
	padding-bottom: 6.25rem;
}

.main.--voice-a,
.main.--voice-b {
	padding-bottom: 6.25rem;
}

.main.--product-quality {
	padding-bottom: 6.25rem;
}

.contact__body {
	padding-top: 3.125rem;
}

.contact__form ::-moz-placeholder {
	font-size: 1rem;
}

.contact__form ::placeholder {
	font-size: 1rem;
}

.form__item {
	flex-direction: column;
}

.form__item label {
	flex-direction: column;
}

.form__item dt {
	flex-basis: auto;
	font-size: 1.125rem;
	gap: 2.5rem;
	justify-content: flex-start;
	padding-bottom: 0.625rem;
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
}

.form__item .radio-content {
	display: flex;
	gap: 1rem;
	margin-left: 0;
}

.form__input-area input {
	font-size: 1.125rem;
	height: 3rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.form__input-area.--post > span::before {
	font-size: 1.125rem;
}

.form__input-area.--post a {
	font-size: 1.125rem;
	height: 3rem;
	line-height: 3rem;
}

.wpcf7-form-control.wpcf7-radio.radio-contact {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-left: 1em;
}

.form__required {
	font-size: 0.9375rem;
	font-weight: 600;
	height: 1.4375rem;
	line-height: 1.4375rem;
}

.form__input-area--textarea textarea {
	font-size: 1.125rem;
}

.form__input-area--select select {
	height: 3rem;
}

.form__input-area--hour {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.625rem;
	margin-top: 0.9375rem;
}

.form__input-area--hour .title {
	font-size: 1.125rem;
	padding-left: 0.3125rem;
}

.form__input-area--hour select {
	font-size: 1.125rem;
	height: 3rem;
}

.form__input-area--people {
	align-items: flex-start;
	flex-direction: column;
	padding-left: 0.375rem;
}

.form__input-area--people select {
	font-size: 1.125rem;
	height: 3rem;
}

.form__input-area--people .title {
	flex-basis: 3.1em;
}

.form__text.policy-title {
	margin-top: 6.25rem;
}

.form__text.policy-check {
	margin-top: 5rem;
}

.form__text.policy-check span.policy-check-text {
	font-size: 1.125rem;
	padding-left: 0;
}

.form-policy {
	margin-top: 1.875rem;
	padding: 1.5625rem;
}

.form-policy__content {
	font-size: 1rem;
}

.form__agree {
	margin-top: 2.5rem;
}

.form__submit input {
	font-size: 1.125rem;
}

[type=checkbox] + span {
	font-size: 1.125rem !important;
}

.wpcf7-not-valid-tip {
	padding-left: 0.3125rem;
	position: static;
}

.contact__thanks {
	padding-bottom: 9.375rem;
	padding-top: 6.25rem;
}

.contact__thanks-title {
	font-size: 1.5rem;
}

.contact__thanks-text {
	font-size: 1.125rem;
	margin-top: 3.75rem;
}

.contact__thanks-link {
	margin-top: 5rem;
}

.contact__thanks-link a {
	font-size: 1.25rem;
}

.about__greeting {
	margin-top: 6.25rem;
	padding-bottom: 5.625rem;
}

.about__greeting-contents {
	flex-direction: column;
	gap: 3.125rem;
}

.about__greeting-img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	max-width: 31.25rem;
}

.about__greeting-body {
	padding-bottom: 0;
	padding-left: 0;
}

.about__greeting-body::before {
	content: none;
}

.about__greeting-title {
	font-size: 2.5rem;
	text-align: center;
}

.about__greeting-text {
	font-size: 1rem;
	text-align: justify;
}

.about__company {
	padding-bottom: 5rem;
	padding-top: 4.375rem;
}

.about__company-title {
	height: auto;
	width: 11.25rem;
}

.about__company-list {
	margin-top: 3.75rem;
}

.about__company-item {
	flex-direction: column;
	font-size: 1rem;
	padding-bottom: 1.25rem;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 1.25rem;
}

.about__company-item-term {
	flex-basis: auto;
	padding-left: 0;
}

.about__company-item-desc {
	margin-top: 0.6em;
}

.about__message {
	margin-top: 5rem;
}

.about__message-img {
	float: none;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	width: 100%;
}

.about__message-img img {
	-o-object-position: center;
	object-position: center;
	width: 100%;
}

.about__message-body {
	padding-top: 0;
}

.about__message-title .--en {
	font-size: 2.125rem;
}

.about__message-title .--jp {
	font-size: 1.25rem;
}

.about__message-text {
	font-size: 1rem;
	margin-top: 1.25rem;
}

.about__message-text > * + * {
	margin-top: 1.5em;
}

.about__message-sign {
	margin-right: 0;
	width: 11.25rem;
}

.concept__desc {
	margin-top: 3.125rem;
}

.concept__desc-text {
	font-size: 1.375rem;
	margin-top: 3.125rem;
}

.concept__desc-list {
	flex-direction: column;
	gap: 1.875rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
	width: -moz-fit-content;
	width: fit-content;
}

.concept__desc-item {
	font-size: 1.25rem;
}

.concept__desc-item-text .--en {
	font-size: 0.9375rem;
	padding-left: 0;
}

.concept__basic {
	margin-top: 6.25rem;
}

.concept__basic-contents {
	flex-direction: column-reverse;
	gap: 2.5rem;
	height: auto;
}

.concept__basic-img {
	flex-basis: auto;
	height: 15.625rem;
	margin-right: calc(50% - 50vw);
}

.concept__title {
	text-align: center !important;
}

.concept__title {
	font-size: 2.5rem;
}

.concept__title.--basic {
	margin-top: 0;
}

.concept__title.--basic::before {
	height: 3.75rem;
	left: 50%;
	top: -4.375rem;
	transform: translateX(-50%);
	width: 0.125rem;
}

.concept__title.--infill {
	margin-top: 0;
}

.concept__title.--infill::before {
	height: 3.75rem;
	left: 50%;
	top: -4.375rem;
	transform: translateX(-50%);
	width: 0.125rem;
}

.concept__title.--option {
	margin-top: 2.5rem;
}

.concept__title.--option::before {
	height: 3.75rem;
	left: 50%;
	top: -4.375rem;
	transform: translateX(-50%);
	width: 0.125rem;
}

.concept__basic-text {
	font-size: 1rem;
	margin-top: 1.875rem;
	padding-left: 0;
	padding-right: 0;
}

.concept__basic-list {
	margin-top: 2.5rem;
	padding-left: 0;
}

.concept__basic-list > * + * {
	margin-top: 1.5625rem;
}

.concept__basic-item {
	gap: 1.875rem;
}

.concept__basic-item-img {
	flex-basis: 60%;
}

.concept__basic-item-name span {
	font-size: 1.125rem;
	height: 2.625rem;
	line-height: 2.625rem;
}

.concept__infill {
	margin-top: 8.125rem;
}

.concept__infill-contents {
	flex-direction: column-reverse;
	gap: 2.5rem;
	height: auto;
}

.concept__infill-img {
	flex-basis: auto;
	height: 15.625rem;
	margin-left: calc(50% - 50vw);
}

.concept__subtitle {
	font-size: 1.5rem;
	margin-top: 0.625rem;
	text-align: center;
}

.concept__infill-text {
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 2.5rem;
}

.concept__option {
	margin-top: 8.125rem;
}

.concept__option-heading {
	height: 15.625rem;
}

.concept__option-heading img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.concept__option-subtitle {
	font-size: 1.5rem;
	letter-spacing: 0.11em;
	margin-top: 0.625rem;
}

.concept__option-list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.625rem;
	max-width: 34.375rem;
}

.concept__option-list > * + * {
	margin-top: 3.75rem;
}

.concept__option-item {
	flex-direction: column;
	gap: 1.25rem;
}

.concept__option-item .--order {
	font-size: 1.875rem;
	left: -0.3125rem;
	top: -0.3125rem;
}

.concept__option-item-img {
	flex-basis: auto;
}

.concept__option-item-body {
	padding-top: 0;
}

.concept__option-item-title {
	font-size: 1.375rem;
}

.concept__option-item-text {
	font-size: 1rem;
	line-height: 1.75;
	margin-top: 0.625rem;
}

.construction__body {
	border-radius: 1.5rem;
	padding-bottom: 5rem;
	padding-top: 2.5rem;
}

.construction__body-inner {
	padding-left: 6vw;
	padding-right: 6vw;
}

.construction__title {
	font-size: 1.5rem;
}

.construction__post-body {
	margin-top: 1.25rem;
	padding-left: 0;
	padding-right: 0;
	padding-top: 3.125rem;
}

.construction__post-body h2 {
	font-size: 1.25rem;
}

.construction__post-body .box-flex {
	gap: 1.125rem !important;
}

.construction__post-body p {
	font-size: 1rem;
}

.faq__items {
	margin-top: 3.125rem;
}

.faq__item {
	padding-bottom: 2rem;
	padding-top: 1.875rem;
}

.faq-item__question::before {
	height: 1.5rem;
	right: 0;
	top: 0.5lh;
	width: 1.5rem;
}

.faq-item__question,
.faq-item__answer-inner {
	padding-right: 2.5rem;
}

.faq-item-large {
	flex-basis: 1.5em;
	font-size: 1.875rem;
	padding-left: 0.3125rem;
	padding-right: 0.9375rem;
}

.faq-item__question-text,
.faq-item__answer-text {
	padding-left: 1.25rem;
}

.faq-item__question-text::before,
.faq-item__answer-text::before {
	height: 2.5rem;
}

.faq-item__question-text {
	font-size: 1.125rem;
	padding-top: 0;
}

.faq-item__answer-text {
	font-size: 1rem;
	padding-top: 0;
}

.line-up__item:first-of-type {
	margin-top: 3.125rem;
}

.line-up__item:not(:first-of-type) {
	margin-top: 7.5rem;
}

.line-up__item-heading {
	flex-direction: column-reverse !important;
	gap: 0 !important;
}

.line-up__item-heading.--odd {
	padding-left: 0;
}

.line-up__item-heading.--even {
	padding-right: 0;
}

.line-up__item-heading.--tiny-house .line-up__item-heading-img {
	width: 80%;
}

.line-up__item-heading-img {
	flex-basis: auto !important;
}

.line-up__item-heading-img.--skip-floor,
.line-up__item-heading-img.--two-floor,
.line-up__item-heading-img.--tiny-house {
	padding-bottom: 1.25rem;
}

.line-up__item-heading-body {
	padding-bottom: 0;
}

.line-up__item-heading-title {
	font-size: min(10vw, 3.125rem);
	padding-bottom: 0.3em;
}

.line-up__item-heading-text {
	font-size: 1.125rem;
}

.line-up__item-list {
	gap: 3.125rem 1.875rem;
	grid-template-columns: repeat(2, 1fr);
}

.line-up__item-item {
	display: flex;
	flex-direction: column;
	padding-bottom: 0;
	padding-left: max(15px, 3vw);
	padding-right: max(15px, 3vw);
}

.line-up__item-item-name {
	font-size: 1.75rem;
}

.line-up__item-item-catch {
	font-size: min(3vw, 1.25rem);
}

.line-up__item-item-text {
	font-size: 1rem;
	padding-bottom: 1.875rem;
	padding-left: 0;
	padding-right: 0;
}

.line-up__item-item-link {
	margin-right: -3vw;
	margin-top: auto;
	position: static;
}

.line-up__item-item-link a {
	font-size: 0.8125rem;
	margin-left: auto;
	padding-right: 7vw;
	width: -moz-fit-content;
	width: fit-content;
}

.line-up__item-item-link a::before {
	height: 1.125rem;
	width: 1.125rem;
}

.news__heading {
	padding-top: 3.75rem;
}

.news__heading .top-section__title.--line .--en {
	font-size: 3.125rem;
}

.news__contents {
	margin-top: 3.125rem;
}

.news__category-item a {
	font-size: 1rem;
	height: 3.125rem;
	letter-spacing: 0.05em;
}

.news__article-wrap {
	padding-bottom: 6.25rem;
	padding-top: 3.125rem;
}

.news__article-list > * + * {
	margin-top: 1.875rem;
}

.news__item {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.625rem;
	padding: 1.25rem;
	padding-right: 3.125rem;
}

.news__item::before {
	height: 1.25rem;
	right: 0.9375rem;
	width: 1.25rem;
}

.news__item-heading {
	flex-basis: auto;
}

.news__date {
	font-size: 1rem;
	padding-bottom: 0;
}

.news__cat {
	font-size: 0.8125rem;
	height: 1.375rem;
	line-height: 1.375rem;
	margin-left: 0.9375rem;
	width: 5rem;
}

.news__item-title {
	font-size: 1.125rem;
	padding-bottom: 0;
}

.pagination__links {
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
}

.news__page-nav {
	margin-top: 2.5rem;
}

.news__page-nav .wp-pagenavi a,
.news__page-nav .wp-pagenavi span {
	font-size: 1.125rem;
	height: 2.25rem;
	line-height: 1.875rem;
	margin: 0.125rem;
	width: 2.25rem;
}

.news__page-nav .wp-pagenavi a.previouspostslink,
.news__page-nav .wp-pagenavi a.nextpostslink,
.news__page-nav .wp-pagenavi span.previouspostslink,
.news__page-nav .wp-pagenavi span.nextpostslink {
	font-size: 0.8125rem;
	width: 3.5rem;
}

.post__wrap {
	margin-top: 4.375rem;
}

.post__heading {
	padding-left: 0.125rem;
}

.post__heading-meta .post__date {
	font-size: 1rem;
}

.post__cat {
	font-size: 0.8125rem;
}

.post__title {
	font-size: 1.75rem;
	line-height: 1.4;
}

.post__breadcrumb {
	font-size: 0.875rem;
}

.post__body {
	border-radius: 1.5rem;
	margin-top: 3.125rem;
	padding: 2.5rem 6vw;
}

.post__body p {
	font-size: 1rem;
}

.post__body h2 {
	font-size: 1.5rem;
	margin-top: 2.5rem;
}

.post__body h3 {
	font-size: 1.375rem;
	margin-top: 2.5rem;
}

.post__body h3::before {
	width: 0.1875rem;
}

.post__body h4,
.post__body p.point {
	font-size: 1.25rem;
	padding-bottom: 0.5em;
}

.post__body h4::after,
.post__body p.point::after {
	width: 3em;
}

.post__body figure {
	padding-left: 0;
	padding-right: 0;
}

.post-pagination a {
	font-size: 1.0625rem;
}

.product-quality__title {
	font-size: max(24px, 4.4328552803vw);
}

.product-quality__text > * + * {
	margin-top: 1em;
}

.product-quality__text {
	font-size: 1.125rem;
	margin-top: 1.25rem;
}

.product-quality__text.--small {
	font-size: 1.125rem;
}

.product-quality__heading-title {
	gap: 2.6075619296vw;
}

.product-quality__heading-title .--jp {
	font-size: max(14px, 2.6075619296vw);
	padding-left: 1.3037809648vw;
}

.product-quality__heading-title .--en {
	font-size: max(32px, 6.518904824vw);
}

.quality-section {
	padding-top: 7.5rem;
}

.quality__title {
	flex-direction: column;
	gap: 0.9375rem;
	margin-bottom: 1.875rem;
	padding-bottom: 1.25rem;
}

.quality__title .--main {
	font-size: 4.4328552803vw;
}

.quality__title .--sub {
	font-size: 1.125rem;
}

.quality__sub-title {
	font-size: 1.5rem;
	text-align: center;
}

.quality__sub-title.--medium {
	font-size: 1.5rem;
}

.attempt {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.attempt__list {
	gap: 1.25rem;
	margin-top: 2.5rem;
}

.attempt__item {
	flex-basis: 100%;
}

.merit {
	margin-top: 5rem;
	padding-bottom: 5rem;
}

.merit__list {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 3.125rem;
	width: -moz-fit-content;
	width: fit-content;
}

.merit__list {
	gap: 1.875rem;
	margin-top: 2.5rem;
}

.merit__item:nth-of-type(even) {
	padding-left: 0;
}

.merit__item-dlist dt {
	font-size: 1.5rem;
}

.merit__item-dlist dt {
	font-size: 1.25rem;
}

.merit__item-dlist dt span {
	font-size: 1.125rem;
}

.merit__item-dlist dt span {
	display: inline-block;
}

.quality__link-area {
	padding-bottom: 2.5rem;
	padding-top: 5rem;
}

.quality__link-list {
	gap: 0.9375rem;
	margin-top: 3.125rem;
}

.quality__link-item {
	flex-basis: calc((100% - 1.25rem) / 2);
}

.quality__link-btn {
	height: auto;
	padding: 0.9375rem 1.25rem 3.125rem;
}

.quality__link-item-dlist dt {
	font-size: 1.375rem;
	padding-bottom: 0.75rem;
}

.quality__link-item-dlist dt {
	font-size: 1.125rem;
	padding-bottom: 0.5rem;
}

.quality__link-item-dlist dd {
	font-size: 0.9375rem;
	padding-top: 0.625rem;
}

.quality__link-btn-arrow {
	bottom: 0.625rem;
	width: 1.875rem;
}

.earthquake-resistance__list {
	flex-direction: column;
	gap: 3.125rem;
	margin-top: 3.75rem;
}

.earthquake-resistance__item {
	margin-left: auto;
	margin-right: auto;
}

.earthquake-resistance__item-img {
	height: auto;
	transform: scale(1.2);
}

.insulation__sub-title {
	margin-top: 2.5rem;
}

.insulation__list {
	gap: 1.875rem;
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	max-width: 25rem;
}

.insulation__item {
	padding: 1.25rem 1.25rem 1.875rem;
}

.insulation__item-heading {
	gap: 0.9375rem;
}

.insulation__item-heading .--order {
	font-size: 1.875rem;
}

.insulation__item-heading .--title {
	font-size: 1.375rem;
}

.insulation__item-img {
	margin-top: 1.5625rem;
}

.insulation__item-point {
	margin-top: 1.25rem;
}

.insulation__item-point li {
	font-size: 1.125rem;
	height: 2.125rem;
	line-height: 2.125rem;
}

.construction-quality__contents {
	flex-direction: column;
	gap: 1.875rem;
}

.construction-quality__contents:nth-of-type(2) {
	margin-top: 2.5rem;
}

.construction-quality__body-img {
	flex-basis: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
}

.construction-quality__list-wrap {
	margin-top: 3.125rem;
}

.construction-quality__list {
	gap: 1.5625rem 1.25rem;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	max-width: 31.25rem;
}

.construction-quality__item-title {
	justify-content: center;
	padding-left: 0;
}

.construction-quality__item-title .--order {
	font-size: 2rem;
}

.construction-quality__item-title .--text {
	font-size: 1.375rem;
}

.guarantee__contents {
	flex-direction: column;
	gap: 1.875rem;
	padding: 1.25rem 1.25rem 1.875rem;
}

.guarantee__contents-img {
	flex-basis: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 3.75rem;
}

.after-service__list {
	gap: 3.75rem;
	grid-template-columns: 1fr;
}

.after-service__item-img {
	flex-basis: 6.25rem;
	margin-top: 0;
}

.after-service__item-img {
	flex-basis: 4.375rem;
}

.after-service__item-title {
	font-size: 1.375rem;
}

.after-service__item-details {
	margin-top: 0.625rem;
}

.voice__heading {
	margin-bottom: 4.375rem;
}

.voice__heading-img {
	margin-top: 2.5rem;
}

.voice__heading-text {
	margin-top: 1.25rem;
	padding-left: 0;
}

.voice__heading-title {
	font-size: 1.375rem;
}

.voice__info-list {
	gap: 0.625rem;
	margin-left: 0;
	margin-top: 1.25rem;
}

.voice__info-item {
	font-size: 1rem;
	height: 1.875rem;
	line-height: 1.75rem;
}

.voice__section:not(:first-of-type) {
	margin-top: 5rem;
}

.voice__title {
	font-size: 1.25rem;
	margin-left: 0;
	margin-right: 0;
}

.voice__text {
	margin-top: 2.5rem;
}

.voice__text p {
	font-size: 1rem;
	line-height: 1.8;
}

.voice__text.flex {
	gap: 2.5rem !important;
	margin-top: 2.5rem !important;
}

.voice__text.flex {
	flex-direction: column;
}

.voice__text.flex .voice__img {
	margin-top: 0 !important;
	max-width: 100% !important;
}

.voice__text.flex .voice__img img {
	-o-object-fit: cover;
	aspect-ratio: 7/4;
	object-fit: cover;
}

.voice__text.flex p {
	margin-top: 0;
}

.voice__img {
	margin-top: 2.5rem !important;
}

.voice__img.column-2 {
	gap: 1.25rem;
}

.voice__img.column-3 {
	gap: 1.25rem;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.voice__slide-item {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
	width: 70%;
}

.voice__slide-item {
	margin-left: 0.625rem;
	margin-right: 0.625rem;
	width: 80%;
}

.float-right {
	margin-bottom: 2.5rem !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 100% !important;
}

.float-right {
	float: none;
}

.float-right img {
	aspect-ratio: 7/4 !important;
}

.float-right img {
	-o-object-fit: cover;
	object-fit: cover;
}

.float-left {
	margin-bottom: 2.5rem !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 100% !important;
}

.float-left {
	float: none;
}

.float-left img {
	aspect-ratio: 7/4 !important;
}

.float-left img {
	-o-object-fit: cover;
	object-fit: cover;
}

.voice__section.--a-10 .float-right {
	margin-left: 0;
}

.voice__section.--a-13 .float-right {
	margin-left: 0;
}

.voice__section.--b-2 .float-right {
	margin-left: 0;
}

.voice__section.--b-2 .voice__text.flex {
	gap: 2.5rem;
}

.voice__section.--b-9 .voice__text.flex {
	gap: 0;
}

.mv {
	height: 100dvh;
}

.mv__body {
	height: auto;
	padding-top: 3.125rem;
	position: static;
	width: 100%;
}

.mv__top {
	align-items: center;
	display: flex;
	gap: min(8.33vw, 3.75rem);
}

.mv__logo {
	background-color: #fff;
	left: 0;
	padding: 1.375rem 1.25rem;
	padding: max(1.0625rem, 2.87vw) max(0.9375rem, 2.6vw);
	position: absolute;
	top: 0;
	width: max(6.25rem, 17vw);
	z-index: 10;
}

.mv__logo-text {
	align-items: center;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 0;
	padding-left: 1em;
	padding-right: 0;
}

.mv__logo-text span {
	font-size: min(9.5vw, 3.125rem);
	writing-mode: horizontal-tb;
}

.mv__scroll {
	margin-top: 2.5rem;
}

.scroll__label {
	height: 5rem;
	width: 5rem;
}

.scroll__label-arrow {
	height: auto;
	width: 0.5rem;
}

.mv__img-wrap {
	height: calc(100% - 12.5rem);
	width: 100%;
}

.mv__img-wrap .swiper {
	height: 100%;
}

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

.top-glid {
	height: 9.375rem;
}

.top-glid img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.top-greeting {
	margin-top: 6.25rem;
	overflow: visible;
}

.top-greeting-contents {
	flex-direction: column;
	gap: 2.5rem;
}

.top-greeting-img {
	margin-left: 0;
	width: 100%;
}

.top-greeting__title {
	font-size: 1rem;
}

.top-greeting__title .--en {
	font-size: 2.5rem;
	letter-spacing: 0.05em;
	top: 1.25rem;
}

.top-greeting__catch {
	font-size: 1.5rem;
	line-height: 1.4;
	margin-left: 0;
	margin-top: 1.25rem;
}

.top-greeting__text {
	font-size: 1rem;
	margin-left: 0;
	margin-right: 0;
	margin-top: 2.5rem;
}

.top-greeting__text > * + * {
	margin-top: 1.3em;
}

.top-greeting__link {
	gap: 0.625rem;
	margin-top: 2.5rem;
}

.top-greeting__link-btn {
	font-size: 1rem;
	height: 3.625rem;
}

.top-greeting__link-btn::after {
	width: 0.875rem;
}

.top-land {
	padding-top: 7.5rem;
}

.top-land__title span {
	font-size: 1.625rem;
}

.top-land__list {
	gap: 1.25rem;
	margin-top: 1.25rem;
}

.top-line-up {
	margin-top: 7.5rem;
	padding-bottom: 5rem;
}

.top-line-up::before {
	background-position: top;
	background-size: 100%;
	top: 2.5rem;
}

.top-line-up::after {
	background-color: #f7f7f9;
	bottom: 0;
	content: "";
	display: block;
	height: 80%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.top-line-up__catch {
	font-size: 1.75rem;
}

.top-line-up__text {
	font-size: 1rem;
	margin-top: 1.875rem;
	padding-left: 0;
	padding-right: 0;
	padding-top: 1.875rem;
}

.top-line-up__link {
	margin-top: 3.125rem;
}

.top-line-up__slide-wrap {
	margin-top: 3.125rem;
}

.top-line-up__img {
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
	width: 60%;
}

.top-news {
	background-position: right bottom;
	background-size: 120%;
	padding-bottom: 8.75rem;
	padding-top: 5rem;
}

.top-news__contents {
	flex-direction: column;
	gap: 3.125rem;
}

.top-news__heading {
	display: contents;
}

.top-news__link {
	margin-top: 1.25rem;
	order: 3;
}

.top-news__list {
	order: 2;
}

.top-news__date {
	font-size: 1rem;
}

.top-news__cat {
	font-size: 0.75rem;
}

.top-news__title {
	font-size: 1.25rem;
	margin-top: 0.5rem;
}

.top-pick-up {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.top-pick-up__heading-text {
	font-size: 1.375rem;
}

.top-pick-up__link {
	margin-bottom: 0;
	margin-top: 1.875rem;
}

.top-pick-up__banner {
	margin-top: 3.125rem;
}

.top-pick-up__body {
	flex-direction: column;
	gap: 3.125rem;
	margin-top: 3.75rem;
}

.top-pick-up__phone {
	margin-left: auto;
	margin-right: auto;
	max-width: 17.5rem;
	width: 60%;
}

.top-pick-up__movie-wrap {
	gap: 3.125rem;
}

.top-pick-up__movie-title {
	font-size: 1.5rem;
}

.top-pick-up__movie-text {
	font-size: 1rem;
}

.top-pick-up__movie-list {
	gap: 1.25rem;
}

.top-voice {
	padding-bottom: 7.5rem;
	padding-top: 3.75rem;
}

.top-voice__heading-icon {
	width: 3.75rem;
}

.top-voice__title {
	margin-top: 0.3125rem;
}

.top-voice__list {
	gap: 2.5rem;
	margin-top: 3.125rem;
}

.top-voice__item-text {
	font-size: 1.125rem;
	margin-top: 1.25rem;
}

.top-voice__item-text br.is-pc {
	display: none;
}

.top-voice__item-text .inbl {
	display: inline-block;
}

}

@media (max-width: 767px) {

.dropdown {
	max-height: 0;
	opacity: 1;
	overflow: hidden;
	pointer-events: auto;
	position: static;
	transform: none;
	transition: 0.3s;
	visibility: visible;
}

.has-dropdown.is-open .dropdown {
	max-height: 500px;
}

.dropdown-toggle {
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 0;
	left: calc(50% + 6.25rem);
	top: 0.625rem;
	transform: translateX(-50%);
}

.header--lower .dropdown-toggle::before {
	border-color: #fff;
}

.dropdown-toggle::before {
	border-color: #fff;
}

}

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

.footer-contact__body-inner::before {
	font-size: 1.25rem;
}

.footer-contact__tel .--title {
	font-size: 0.8125rem;
}

.footer-contact__tel a {
	font-size: 2.25rem;
}

.footer-contact__link-btn .link-btn {
	font-size: 0.9375rem;
	height: 3.125rem;
	max-width: 14.375rem;
}

.link-btn {
	font-size: 0.9375rem;
}

.footer__nav-lower-item {
	flex-basis: 50%;
}

.form__item dt {
	font-size: 1rem;
}

.form__item .radio-content {
	flex-direction: column;
}

.form__input-area input {
	font-size: 1rem;
}

.form__input-area.--post > span::before {
	font-size: 1rem;
}

.form__input-area.--post a {
	font-size: 1rem;
}

.form__input-area--textarea textarea {
	font-size: 1rem;
	padding-left: 0.625rem;
}

.form__input-area--select {
	font-size: 1rem;
}

.form__input-area--select select {
	font-size: 1rem;
}

.form__input-area--hour select {
	font-size: 1rem;
}

.form__input-area--people select {
	font-size: 1rem;
}

.form__input-area--people .title {
	font-size: 1rem;
}

.form__input-area--check input + span {
	line-height: 1.4;
}

.form__input-area--textarea textarea {
	height: 15.625rem;
}

.form__text.policy-title {
	margin-top: 3.75rem;
}

.form__text.policy-check {
	margin-top: 3.75rem;
}

.form__text.policy-check span.policy-check-text {
	font-size: 1rem;
}

[type=radio] + span {
	font-size: 1rem;
}

[type=checkbox] + span {
	font-size: 1rem !important;
}

.concept__basic-item-name span {
	font-size: 0.875rem;
	height: 2.375rem;
	line-height: 2.375rem;
}

.concept__option-list {
	margin-top: 3.75rem;
}

.construction__body .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
	flex-basis: 100% !important;
}

.line-up__item-list {
	gap: 2.5rem;
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.125rem;
	max-width: 25rem;
}

.line-up__item-item {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.line-up__item-item-catch {
	font-size: 1.25rem;
}

.line-up__item-item-link {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
}

.line-up__item-item-link a {
	margin-left: auto;
	width: 17.5rem;
}

.product-quality__text {
	font-size: 1rem;
}

.product-quality__text.--small {
	font-size: 1rem;
}

.quality-section {
	padding-top: 5rem;
}

.quality__title {
	margin-bottom: 1.5625rem;
	padding-bottom: 0.9375rem;
	text-align: center;
}

.quality__title .--main {
	font-size: 1.5rem;
}

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

.quality__sub-title {
	font-size: 1.25rem;
}

.quality__sub-title.--medium {
	font-size: 1.25rem;
}

.quality__sub-title.--small {
	font-size: 1.25rem;
}

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

.attempt__text {
	text-align: left;
}

.attempt__text .inbl {
	display: inline;
}

.attempt__list {
	gap: 0.9375rem;
	margin-top: 1.875rem;
}

.attempt__item {
	height: 3.5rem;
}

.attempt__item-dlist {
	font-size: 1.125rem;
	padding: 0.625rem 1.25rem;
}

.attempt__item-dlist dd {
	height: 2.25rem;
	line-height: 2.25rem;
	width: 6.875rem;
}

.merit__bottom-img {
	height: 10.3125rem;
}

.quality__link-area {
	padding-bottom: 1.25rem;
	padding-top: 3.75rem;
}

.quality__link-area-text {
	font-size: 1rem;
}

.quality__link-list {
	margin-top: 1.875rem;
}

.quality__link-item {
	flex-basis: 100%;
}

.quality__link-btn {
	border: 0.125rem solid #81292c;
	padding: 0.9375rem 3.125rem 0.9375rem 0.9375rem;
}

.quality__link-item-dlist dd {
	font-size: 0.875rem;
	padding-top: 0.5rem;
}

.quality__link-btn-arrow {
	bottom: auto;
	left: auto;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.375rem;
}

.earthquake-resistance__list {
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 2.5rem;
}

.earthquake-resistance__item-img {
	transform: scale(1);
}

.earthquake-resistance__item-dlist {
	margin-top: 0.625rem;
}

.earthquake-resistance__item-dlist dt {
	font-size: 1.25rem;
}

.earthquake-resistance__item-dlist dt span {
	font-size: 2rem;
}

.earthquake-resistance__item-dlist dd {
	margin-top: 0.625rem;
}

.construction-quality__item-title .--order {
	font-size: 1.25rem;
}

.construction-quality__item-title .--text {
	font-size: 1.125rem;
}

.guarantee__contents {
	gap: 1.25rem;
	margin-top: 1.875rem;
}

.guarantee__contents-body-text {
	margin-top: 0.9375rem;
}

.after-service__list {
	gap: 1.875rem;
	margin-top: 1.875rem;
}

.after-service__item-title {
	font-size: 1.25rem;
}

.after-service__item-details {
	line-height: 1.5;
}

.voice__text.flex .voice__img img {
	aspect-ratio: 4/3 !important;
}

.voice__img.column-2 {
	grid-template-columns: 1fr;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.voice__img.column-2 img {
	aspect-ratio: 4/3 !important;
}

.voice__img.column-2 img {
	-o-object-fit: cover;
	object-fit: cover;
}

.voice__img.column-3 {
	grid-template-columns: 1fr;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.float-right img {
	aspect-ratio: 4/3 !important;
}

.float-left img {
	aspect-ratio: 4/3 !important;
}

.top-pick-up__banner {
	margin-top: 2.5rem;
}

.top-voice__list {
	gap: 3.125rem;
	grid-template-columns: 1fr;
}

}

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

.construction-quality__list {
	gap: 4.0080160321vw;
}

.construction-quality__item {
	height: calc(50.1002004008vw + 1.875rem);
	padding-bottom: 3.006012024vw;
}

.construction-quality__item-text {
	font-size: 3.006012024vw;
	line-height: 1.5;
	margin-top: 3.006012024vw;
}

.construction-quality__item-img {
	margin-top: 2.8056112224vw;
	max-width: 14.2284569138vw;
}

.construction-quality__item-kensa {
	font-size: max(10px, 2.6052104208vw);
}

.top-land__list {
	gap: 0.9375rem;
	grid-template-columns: 1fr;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes rotateAnim {

100% {
	transform: translate(-50%, -50%) rotate(360deg);
}

}


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