/*
Theme Name: wealth
Description: cunelwork client theme
Author: cunelwork
Version: 0.1.1
 */

/* ============================
	common
============================ */

:root {
	--color-green: #79ac57;
	--color-beige: #f7f3ed;
	--color-brown: #433c3a;
	--color-gray: #beb9b4;
	--color-bg-gray: #ebe7e2;
	--color-light-gray: #e4e1de;
	--weight-bold: 500;
}

#wrapper {
	overflow: hidden;
}

.flex-start {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.flex-end {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

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

.flex-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flex-pc-start {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.flex-pc-end {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

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

.flex-pc-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flex-nowrap {
	display: flex;
	flex-wrap: nowrap;
}

.ofi {
	font-family: "object-fit: cover;";
	-o-object-fit: cover;
	object-fit: cover;
}

a,
a::before,
a::after,
a:hover,
a:hover::before,
a:hover::after {
	transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
	.flex-pc-start,
	.flex-pc-end,
	.flex-pc-between,
	.flex-pc-center {
		flex-direction: column;
		justify-content: flex-start;
	}

	.flex-pc-start > *,
	.flex-pc-end > *,
	.flex-pc-between > *,
	.flex-pc-center > * {
		width: 100% !important;
	}
}

/* ============================
	section
============================ */

.sec {
	padding: 100px 0;
	position: relative;
}

.content-width {
	width: 100%;
	max-width: 1030px;
	padding: 0 15px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

.short-width {
	width: 100%;
	max-width: 760px;
	padding: 0 15px;
	margin: 0 auto;
	box-sizing: border-box;
}

.content-box {
	margin-top: 80px;
}

.content-box + .content-box {
	margin-top: 150px;
}

@media screen and (max-width: 767px) {
	.sec {
		padding: 60px 0;
		position: relative;
	}

	.content-box {
		margin-top: 50px;
	}

	.content-box + .content-box {
		margin-top: 100px;
	}
}


/* ============================
	background
============================ */

.bg-texture {
	position: relative;
}

.bg-texture::before {
	content: '';
	display: block;
	width: 100vw;
	/*min-width: 1400px;*/
	height: 580px;
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
}

.bg-texture-01::before {
	background: url('images/common/bg_texture_01.png') no-repeat center / 100% 100%;
}

.bg-texture-02::before {
	background: url('images/common/bg_texture_02.png') no-repeat center / 100% 100%;
}

.bg-texture > * {
	position: relative;
}

.bg-gray {
	background-color: var(--color-bg-gray);
}

.bg-brown {
	background-color: var(--color-brown);
	color: var(--color-beige);
}

@media screen and (max-width: 1000px) {
	.bg-texture::before {
		background-size: 100% auto;
	}
}


/* ============================
	column
============================ */

/* column-2 */

.column-2 {
	display: flex;
	gap: 30px 4%;
	flex-wrap: wrap;
}

.column-2 .item {
	flex-basis: 48%;
}

/* column-3 */

.column-3 {
	display: flex;
	gap: 30px 1%;
	flex-wrap: wrap;
}

.column-3 .item {
	flex-basis: 32.6%;
}

@media screen and (max-width: 767px) {
	.column-2,
	.column-3 {
		flex-direction: column;
	}

	.column-2 .item,
	.column-3 .item {
		width: 100%;
	}
}

/* ============================
	box
============================ */

.image-text-item {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 30px 6%;
	align-items: center;
}

.image-text-item:nth-child(even) {
	flex-direction: row-reverse;
}

.image-text-item + .image-text-item {
	margin-top: 80px;
}

.image-text-item .txt-box {
	flex-grow: 1;
}

.image-text-item .txt-box .num  {
	margin-bottom: 20px;
	color: var(--color-gray);
	line-height: 1;
}

.image-text-item .img-box {
	width: 48%;
	flex-shrink: 0;
}

.img-btn-box {
	height: 300px;
	border-radius: 5px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.img-btn-box::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: no-repeat center / cover;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease-in-out;
}

.img-btn-box::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: var(--color-brown);
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
}

.img-btn-box:hover::before {
	transform: scale(1.05);
}

.img-btn-box a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: var(--color-beige);
	position: relative;
	z-index: 1;
}

.img-btn-box a::before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background-color: var(--color-beige);
	border-radius: 5px 0 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
}

.img-btn-box a::after {
	content: '';
	-webkit-mask-image: url('images/common/arrow_right.svg');
	mask-image: url('images/common/arrow_right.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-size: 12px auto;
	-webkit-mask-size: 12px auto;
	mask-position: center;
	-webkit-mask-position: center;
	background-color: var(--color-brown);
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 50px;
	height: 50px;
}

.img-btn-box a:hover {
	opacity: 1;
}

.img-btn-box a:hover::before {
	background-color: var(--color-brown);
}

.img-btn-box a:hover::after {
	background-color: var(--color-beige);
}

.img-btn-box .num {
	position: absolute;
	left: 28px;
	top: 33px;
}

.list-box {
	background: var(--color-beige);
	color: var(--color-brown);
	border-radius: 5px;
	padding: 40px 35px;
}

.list-box .img-box {
	margin-bottom: 20px;
}

.list-box .ttl {
	text-align: center;
}

.list-box p {
	margin: 0;
}

.movie-box {
	aspect-ratio: 100/55;
}

.movie-box iframe {
	width: 100%;
	height: 100%;
}

.content-box > .box + .box {
	margin-top: 50px;
}

.cta-box p {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.image-text-item.row-reverse {
		flex-direction: row-reverse;
	}

	.image-text-item.gap-100 {
		column-gap: 10%;
	}

	.image-text-item.gap-100:nth-child(odd) .img-box {
		width: 65%;
		margin-right: -200px;
	}

	.image-text-item.gap-100:nth-child(even) .img-box {
		width: 65%;
		margin-left: -200px;
	}
}

@media screen and (max-width: 767px) {
	.image-text-item,
	.image-text-item:nth-child(even) {
		flex-direction: column;
	}

	.image-text-item + .image-text-item {
		margin-top: 50px;
	}


	.image-text-item .img-box,
	.image-text-item:nth-child(even) .img-box {
		width: 100%;
	}

	.image-text-item .txt-box {
		width: 100%;
	}

	.image-text-item .txt-box .num  {
		margin-bottom: 10px;
	}

	.image-text-item .txt-box .img-box {
		width: 100% !important;
		margin-bottom: 30px;
	}

	.img-btn-box {
		height: 200px;
	}

	.list-box {
		padding: 30px 20px;
	}

	.content-box > .box + .box {
		margin-top: 30px;
	}
}


/* ============================
	title
============================ */

.main-ttl {
	margin: 0;
	font-weight: normal;
	line-height: 1.25;
}

.main-ttl .jp {
	display: block;
	color: var(--color-green);
	margin-bottom: 25px;
	font-size: 1.6rem;
}

.main-ttl .en {
	display: block;
	font-family: "Bellefair", serif;
	font-style: normal;
	font-size: 6.0rem;
}

.sec-ttl {
	margin: 0;
	font-weight: normal;
	line-height: 1.25;
}

.sec-ttl .en {
	display: block;
	font-family: "Bellefair", serif;
	font-style: normal;
	font-size: 2.0rem;
	margin-bottom: 25px;
}

.sec-ttl .jp {
	display: block;
	font-size: 3.5rem;
}

.sub-ttl {
	margin: 0 0 25px;
	font-size: 3.0rem;
	line-height: 1.67;
	font-weight: normal;
}

.block-ttl {
	font-size: 3.0rem;
	line-height: 1.67;
	font-weight: normal;
	padding-bottom: 40px;
	margin: 0 0 60px;
	position: relative;
}

.block-ttl::before {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background: var(--color-gray);
	position: absolute;
	left: 0;
	bottom: 0;
}

.ttl {
	margin: 0 0 25px;
	font-size: 2.5rem;
	line-height: 1.6;
	font-weight: normal;
}

@media screen and (max-width: 767px) {
	.main-ttl .jp {
		margin-bottom: 15px;
	}

	.main-ttl .en {
		font-size: 4.0rem;
	}

	.sec-ttl .jp {
		font-size: 3.0rem;
	}

	.sub-ttl {
		font-size: 2.3rem;
	}

	.block-ttl {
		font-size: 2.3rem;
		padding-bottom: 20px;
		margin: 0 0 30px;
	}

	.ttl {
		font-size: 2.0rem;
		margin: 0 0 15px;
	}
}


/* ============================
	text
============================ */

.txt-box p {
	margin: 0;
}

.lead-box {
	margin-bottom: 70px;
}

p.large-txt {
	font-size: 2.5rem;
	line-height: 1.6;
	margin: 0;
}

p.note {
	font-size: 1.4rem;
	text-indent: -2em;
	padding-left: 2em;
	margin: 40px 0 0;
}

.underline {
	text-decoration: underline;
	text-underline-offset: 9px;
	line-height: 2;
}

.highlight {
	color: var(--color-green);
	background-position: top left 0px;
	background-repeat: repeat-x;
	background-size: 1.0em 1.0em;
	background-image: radial-gradient(circle at center, var(--color-green), var(--color-green) 15%, transparent 15%, transparent);
	padding-top: 0.8em;
}

@media screen and (max-width: 767px) {
	.lead-box {
		margin-bottom: 40px;
	}

	p.large-txt {
		font-size: 2.0rem;
	}
}

/* ============================
	button
============================ */

a.btn,
.btn {
	display: block;
	width: 100%;
	max-width: 200px;
	padding: 25px 72px 25px 30px;
	margin: 30px auto 0;
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: var(--weight-bold);
	color: var(--color-brown);
	text-align: left;
	background-color: var(--color-beige);
	border: 2px solid var(--color-light-gray);
	border-radius: 5px;
	position: relative;
}

a.btn::before {
	content: '';
	-webkit-mask-image: url('images/common/arrow_right.svg');
	mask-image: url('images/common/arrow_right.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-position: center;
	-webkit-mask-position: center;
	background-color: var(--color-brown);
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	display: block;
	width: 12px;
	height: 12px;
}

a.btn:hover {
	text-decoration: none;
	opacity: 1;
	background-color: var(--color-brown);
	color: var(--color-beige);
	border-color: var(--color-beige);
	opacity: 1;
}

a.btn:hover::before {
	background-color: var(--color-beige);
}

a.btn.disabled {
	pointer-events: none;
	background: var(--color-gray);
	border-color: var(--color-gray);
	color: var(--color-beige);
}

a.btn.disabled::before {
	background: var(--color-beige);
}

.btn-wrap {
	flex-wrap: nowrap;
	gap: 10px;
	flex-grow: 1;
}

a.btn-cta {
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 70px 20px 30px 20px;
	line-height: 1.38;
	font-weight: var(--weight-bold);
	color: var(--color-beige);
	text-align: center;
	border-radius: 5px;
	position: relative;
}

a.btn-cta.btn-contact {
	border: 1px solid var(--color-brown);
	background: var(--color-brown);
}

a.btn-cta.btn-modelhouse {
	border: 1px solid var(--color-green);
	background: var(--color-green);
}

a.btn-cta::before {
	content: '';
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-position: center;
	-webkit-mask-position: center;
	background-color: var(--color-beige);
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 30px;
	height: 30px;
}

a.btn-cta.btn-contact::before {
	-webkit-mask-image: url(images/common/icon_contact.svg);
	mask-image: url(images/common/icon_contact.svg);
}

a.btn-cta.btn-modelhouse::before {
	-webkit-mask-image: url(images/common/icon_modelhouse.svg);
	mask-image: url(images/common/icon_modelhouse.svg);
}

a.btn-cta:hover {
	background: var(--color-beige);
	opacity: 1;
}

a.btn-cta.btn-contact:hover {
	color: var(--color-brown);
}

a.btn-cta.btn-modelhouse:hover {
	color: var(--color-green);
}

a.btn-cta:hover::before {
	opacity: 1;
}

a.btn-cta.btn-contact:hover::before {
	background-color: var(--color-brown);
}

a.btn-cta.btn-modelhouse:hover::before {
	background-color: var(--color-green);
}

.cta-box a.btn-cta {
	margin: 40px auto 0;
	max-width: 400px;
}

@media screen and (max-width: 767px) {
	a.btn-cta {
		max-width: 100%;
		padding: 50px 20px 20px 20px;
	}

	a.btn-cta::before {
		top: 15px
	}
}


/* ============================
	parts
============================ */

.table dl {
	display: flex;
	margin: 0;
}

.table dt,
.table dd {
	padding: 10px 20px 10px 0;
	margin: 0;
	box-sizing: border-box;
}

.table dt {
	flex-basis: 140px;
	flex-shrink: 0;
}

.table dd {
	flex-grow: 1;
}

ul.circle li {
	padding-left: 1em;
	text-indent: -1em;
}

ul.circle li::before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: var(--color-gray);
	margin-right: 6px;
}

ul.flow-list li {
	display: flex;
	align-items: flex-start;
	column-gap: 40px;
	position: relative;
}

ul.flow-list li + li {
	margin-top: 40px;
}

ul.flow-list li::before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background-image: linear-gradient(to bottom, var(--color-gray) 4px, transparent 4px);
	background-size: 1px 8px;
	background-repeat: repeat-y;
	position: absolute;
	top: 40px;
	left: 40px;
}

ul.flow-list li:last-child::before {
	display: none;
}

ul.flow-list li .num-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 5px;
	flex-shrink: 0;
	width: 80px;
	aspect-ratio: 1/1;
	border-radius: 100%;
	background: var(--color-gray);
	color: var(--color-beige);
	font-size: 1.4rem;
	line-height: 1;
	align-items: center;
}

ul.flow-list li .num-box .num {
	font-size: 2.0rem;
}

ul.flow-list .txt-box {
	margin-top: 25px;
}

ul.business-list li {
	border-top: 1px solid var(--color-gray);
	padding: 25px 50px;
}

ul.business-list li:last-child {
	border-bottom: 1px solid var(--color-gray);
}

ul.business-list li .ttl {
	font-size: 2.0rem;
	position: relative;
}

ul.business-list li .ttl::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: var(--color-gray);
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
}

ul.faq-list li {
	border-top: 1px solid var(--color-gray);
}

ul.faq-list li:last-child {
	border-bottom: 1px solid var(--color-gray);
}

ul.faq-list li .q {
	padding: 25px 100px 25px 80px;
	font-size: 2.0rem;
	position: relative;
	cursor: pointer;
}

ul.faq-list li .a {
	display: none;
	padding: 25px 25px 25px 80px;
	border-top: 1px solid var(--color-gray);
	background: var(--color-bg-gray);
	position: relative;
}

ul.faq-list li .q::before,
ul.faq-list li .a::before {
	font-size: 2.5rem;
	line-height: 1;
	position: absolute;
	top: 28px;
	left: 30px;
}

ul.faq-list li .q::before {
	content: 'Q.';
}

ul.faq-list li .a::before {
	content: 'A.';
	color: var(--color-green);
}

ul.faq-list li .q span {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: var(--color-beige);
	border: 1px solid var(--color-gray);
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}

ul.faq-list li .q span::before,
ul.faq-list li .q span::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: var(--color-brown);
}

ul.faq-list li .q span::before {
	width: 12px;
	height: 2px;
}

ul.faq-list li .q span::after {
	width: 2px;
	height: 12px;
	transition: all 0.3s ease-in-out;
}

ul.faq-list li .q.opened span {
	background: var(--color-brown);
	border-color: var(--color-brown);
}

ul.faq-list li .q.opened span::before,
ul.faq-list li .q.opened span::after {
	background: var(--color-beige);
	transition: all 0.3s ease-in-out;
}

ul.faq-list li .q.opened span::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

@media screen and (max-width: 767px) {
	.table dd {
		padding-right: 0;
	}

	ul.flow-list li {
		column-gap: 15px;
	}

	ul.flow-list li + li {
		margin-top: 20px;
	}

	ul.flow-list li::before {
		top: 30px;
		left: 30px;
	}

	ul.flow-list li .num-box {
		width: 60px;
		font-size: 1.3rem;
	}

	ul.flow-list li .num-box .num {
		font-size: 1.8rem;
	}

	ul.flow-list .txt-box {
		margin-top: 15px;
	}

	ul.business-list li {
		padding: 20px 0px 20px 30px;
	}

	ul.business-list li .ttl {
		font-size: 2.0rem;
		position: relative;
	}

	ul.faq-list li .q {
		padding: 20px 70px 20px 60px;
		font-size: 1.8rem;
	}

	ul.faq-list li .a {
		padding: 20px 20px 20px 60px;
	}

	ul.faq-list li .q::before,
	ul.faq-list li .a::before {
		font-size: 2.0rem;
		top: 25px;
		left: 20px;
	}

	ul.faq-list li .q span {
		width: 30px;
		height: 30px;
		right: 20px;
	}

	ul.faq-list li .q span::before {
		width: 10px;
		height: 2px;
	}

	ul.faq-list li .q span::after {
		width: 2px;
		height: 10px;
	}
}


/* ============================
	sp-menu
============================ */
#sp-menu {
	box-sizing: border-box;
	position: absolute;
	transition: all 0.35s ease;
	top: 60px;
	left: 0;
	background-color: var(--color-beige);
	width: 100%;
	padding: 40px 15px;
	opacity: 0;
	pointer-events: none;
	z-index: 999;
}

#sp-menu.opening {
	position: fixed;
	transition: all 0.35s ease;
	opacity: 1;
	pointer-events: auto;
	height: calc(100vh - 60px);
}

#sp-menu .menu-item {
	border-bottom: 1px solid var(--color-brown);
	padding: 15px 0;
}

#sp-menu .menu-item::first-child {
	border-top: 1px solid var(--color-brown);
}

#sp-menu .menu-item a {
	text-align: center;
	line-height: 1;
	display: block;
	width: 100%;
	padding: 15px 0;
	color: var(--color-brown);
}

#sp-menu .sub-menu {
	display: none;
	opacity: 0;
	transition: 0.35s all ease;
}

#sp-menu .sub-menu.opening {
	display: block;
	opacity: 1;
	transition: 0.35s all ease;
}

#sp-menu .sp-contact-box {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 30px 0 0;
}

/* btn-hamburger */
#btn-hamburger {
	position: relative;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	z-index: 1000;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

#header.beige #btn-hamburger,
#btn-hamburger.opening {
	background: var(--color-brown);
}

#btn-hamburger .border {
	position: absolute;
	left: 15px;
	transition: all 0.3s ease-in-out;
	background: var(--color-beige);
	width: 30px;
	height: 2px;
	z-index: 1;
}

#btn-hamburger .border:first-child {
	top: 33%;
}

#btn-hamburger .border:nth-child(2) {
	transform: rotate(0);
	opacity: 1;
	top: 50%;
}

#btn-hamburger .border:nth-child(3) {
	top: 67%;
}

#btn-hamburger.opening .border:first-child {
	transform: rotate(45deg);
	top: 50%;
}

#btn-hamburger.opening .border:nth-child(2) {
	opacity: 0;
}

#btn-hamburger.opening .border:nth-child(3) {
	top: 50%;
	transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
	#sp-menu .sp-contact-box {
		flex-direction: column;
	}
}

/* ============================
	header
============================ */
#header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: all 0.3s ease-in-out;
}

#header.h-fixed {
	position: fixed;
}

#header .h-inner {
	align-items: center;
	width: 100%;
	padding: 15px 15px 15px 20px;
	gap: 20px;
}

#h-site-logo {
	width: 180px;
}

#h-site-logo img.logo-green {
	display: none;
}

#h-gnav-box {
	align-items: center;
	gap: 25px;
	flex-grow: 1;
}

#menu-header-nav {
	gap: 25px;
	font-size: 1.4rem;
	line-height: 1.5;
	color: var(--color-beige);
}

#h-gnav-box .btn-wrap {
	flex-grow: 0;
}

#h-gnav-box a.btn-cta {
	width: 140px;
	padding: 12px 15px 12px 45px ;
	text-align: left;
	font-size: 1.3rem;
	line-height: 1.38;
}

#h-gnav-box a.btn-cta::before {
	width: 20px;
	height: 20px;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}

#sp-menu.opening + #header,
#header.beige {
	background: var(--color-beige);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#sp-menu.opening + #header#header #h-site-logo img.logo-beige,
#header.beige #h-site-logo img.logo-beige {
	display: none;
}

#sp-menu.opening + #header#header #h-site-logo img.logo-green,
#header.beige #h-site-logo img.logo-green {
	display: unset;
}

#sp-menu.opening + #header#header #menu-header-nav,
#header.beige #menu-header-nav {
	color: var(--color-brown);
}

@media screen and (max-width: 1000px) {
	#h-site-logo {
		width: 130px;
	}

	#header .h-inner {
		padding: 0 0 0 20px;
	}
}

/* ============================
	footer
============================ */

#contact-sec {
	background: url('images/common/contact_bg.png') no-repeat center / cover;
	position: relative;
}

#contact-sec::before {
	content: '';
	width: 100%;
	height: 100%;
	background: var(--color-brown);
	opacity: 0.3;
	position: absolute;
	top: 0;
	left: 0;
}

#contact-sec .content-box {
	margin-top: 70px;
}

#contact-sec .ttl-wrap {
	align-items: flex-end;
	gap: 20px 30px;
	color: var(--color-beige);
}

#contact-sec .ttl-wrap .main-ttl .jp {
	color: var(--color-beige);
}

#contact-sec .contact-box {
	justify-content: space-around; /*モデルハウスボタン表示したら削除*/
	flex-wrap: nowrap;
	gap: 20px 0;
	background: var(--color-beige);
	padding: 40px;
	border-radius: 5px;
	align-items: center;
	position: relative;
}

#contact-sec .contact-box .tel-box {
	width: 280px;
	text-align: center;
}

#contact-sec .contact-box .tel-box .ttl {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0;
}

#contact-sec .contact-box .tel-box .num {
	font-size: 3.5rem;
	line-height: 1;
	margin: 10px 0 5px;
}

#contact-sec .contact-box .tel-box .freedial {
	font-weight: var(--weight-bold);
}

#contact-sec .contact-box .tel-box .notice {
	font-size: 1.2rem;
}

#contact-sec .contact-box .btn-wrap {
	flex-grow: 0; /*モデルハウスボタン表示したら削除*/
}

#contact-sec .contact-box .btn-wrap .btn-contact {
	width: 300px;
}

.animal-cat {
	position: absolute;
	left: 260px;
	top: -115px;
	animation-name: animation-cat;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}

.animal-dog {
	position: absolute;
	left: -82px;
	bottom: -40px;
}

.animal-dog img {
	position: relative;
}

.animal-dog img.tail {
	position: absolute;
	top: 5px;
	left: -20px;
	transform-origin: right bottom;
	animation-name: animation-dog;
	animation-delay: 2s;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}

@keyframes animation-cat {
	0% {
		transform: translateY(0);
	}
	10% {
		transform: translateY(-5px);
	}
	20% {
		transform: translateY(0);
	}
	30% {
		transform: translateY(-5px);
	}
	40% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-5px);
	}
	60% {
		transform: translateY(0);
	}
}

@keyframes animation-dog {
	0% {
		transform: rotate(0);
	}
	10% {
		transform: rotate(10deg);
	}
	20% {
		transform: rotate(0);
	}
	30% {
		transform: rotate(10deg);
	}
	40% {
		transform: rotate(0);
	}
	50% {
		transform: rotate(10deg);
	}
	60% {
		transform: rotate(0);
	}
}

#google-map {
	height: 350px;
}

#google-map iframe {
	width: 100%;
	height: 100%;
	filter: grayscale(100%);
}

#footer {
	background: var(--color-brown);
	color: var(--color-beige);
}

#footer .f-content {
	align-items: flex-start;
	font-size: 1.4rem;
	gap: 40px 20px;
}

.f-info .txt-box {
	margin-top: 40px;
}

#footer .f-nav {
	gap: 0 30px;
}

#copyright {
	margin-top: -1em;
}

#copyright p {
	font-size: 1.2rem;
	text-align: right;
	margin: 0;
}

@media screen and (max-width: 1240px) {
	#contact-sec .content-box {
		margin-top: 130px;
	}

	.animal-dog {
		left: 20px;
		bottom: unset;
		top: -100px;
	}
}


@media screen and (max-width: 767px) {
	#contact-sec .contact-box {
		padding: 30px 20px;
	}

	.animal-cat {
		width: auto !important;
		left: unset;
		right: 0;
	}

	.animal-dog {
		width: auto !important;
	}

	#footer.sec {
		padding-bottom: 0;
	}

	#footer .f-content {
		text-align: center;
	}

	#menu-footer-nav li {
		padding: 15px 0;
		border-bottom: 1px solid var(--color-gray);
	}

	#menu-footer-nav li:first-child {
		border-top: 1px solid var(--color-gray);
	}

	#copyright {
		margin-top: 40px;
		padding: 1em 0;
	}

	#copyright p {
		text-align: center;
	}
}

/* ============================
	mainvisual
============================ */
.mainvisual {
	width: 100%;
	background: url('images/top/mv_img_01.jpg') no-repeat center center / cover;
	position: relative;
}

.mainvisual::after {
	content: '';
	display: block;
	width: 100%;
	/*min-width: 1400px;*/
	height: 124px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background: url('images/common/mv_bg.png') no-repeat center bottom / 100% 100%;
	z-index: 1;
}

#top-mv .content-width {
	max-width: 1400px;
}

#top-mv .mv-inner {
	height: 100vh;
	display: flex;
	align-items: flex-end;
	padding-bottom: 160px;
	position: relative;
}

#top-mv .mv-inner::before {
	content: url('images/top/mv_img.png');
	display: block;
	position: absolute;
	bottom: 130px;
	right: 60px;
}

#top-mv .mv-inner #mv-ttl {
	margin-left: 60px;
}

@media screen and (max-width: 1200px) {
	#top-mv .mv-inner #mv-ttl {
		width: 58%;
	}
}

@media screen and (max-width: 1000px) {
	.mainvisual::after {
		background-size: 100% auto;
	}

	#top-mv .mv-inner #mv-ttl {
		width: 550px;
		margin-left: 0;
		margin-bottom: 200px;
	}

	#top-mv .mv-inner::before {
		right: unset;
		left: 0;
	}
}

#page-mv {
	padding: 250px 0;
	background: url('images/page/our-commitment/commitment_mv.jpg') no-repeat center center / cover;
	position: relative;
}

#page-mv::before {
	content: '';
	width: 100%;
	height: 100%;
	background: #2f2725;
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
}

#page-mv .main-ttl {
	margin: 0;
}

#page-mv .main-ttl .jp,
#page-mv .main-ttl .en {
	color: var(--color-beige);
}

@media screen and (max-width: 767px) {
	#page-mv {
		padding: 100px 0;
	}
}

/* ============================
	breadcrumb
============================ */
.breadcrumbs {
	font-size: 1.4rem;
	line-height: 1.6;
}

.breadcrumbs .flex-start {
	gap: 0 15px;
}

.breadcrumbs a {
	color: var(--color-green);
}

/* ============================
	pagenavi
============================ */
.wp-pagenavi {
	clear: both;
	margin: 50px 0 0;
	font-size: 1.6rem;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	width: 3em;
	height: 3em;
	margin: 0.5em;
	font-weight: var(--weight-bold);
	line-height: 3;
	color: var(--color-brown);
	border: 1px solid var(--color-brown);
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	background: var(--color-beige);
	transition: all 0.3s ease-in-out;
}

.wp-pagenavi a:hover,
.wp-pagenavi span {
	background: var(--color-brown);
	color: var(--color-beige);
	border-color: var(--color-brown);
	opacity: 1;
	text-decoration: none;
}

.wp-pagenavi a:hover {
	transition: all 0.3s ease-in-out;
}

.wp-pagenavi .extend {
	width: 1em;
	color: #000;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
}

.wp-pagenavi .extend::after {
	content: "…";
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	position: relative;
	width: 3em;
	height: 3em;
	text-indent: -999999px;
	vertical-align: middle;
}

.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: 2px solid var(--color-brown);
	border-right: 2px solid var(--color-brown);
}

.wp-pagenavi .previouspostslink::after {
	transform: rotate(225deg);
}

.wp-pagenavi .nextpostslink::after {
	transform: rotate(45deg);
}

.wp-pagenavi .previouspostslink:hover::after,
.wp-pagenavi .nextpostslink:hover::after {
	border-color: var(--color-beige);
}

.result_count {
	margin-bottom: 15px;
	text-align: center;
	font-size: 1.4rem;
	color: #999;
}

/* ============================
	post parts
============================ */

.post-meta {
	display: flex;
	gap: 10px 20px;
	align-items: center;
	flex-shrink: 0;
}

.post-date {
	font-size: 1.4rem;
	font-weight: var(--weight-bold);
}

.post-cats {
	display: flex;
	align-items: center;
	gap: 10px;
}

a.post-cat {
	display: inline-block;
	background-color: var(--color-green);
	color: #fff;
	font-size: 1.2rem;
	font-weight: var(--weight-bold);
	line-height: 1;
	padding: 5px 10px;
}

/* ============================
	news list
============================ */

.news-item {
	display: flex;
	flex-wrap: nowrap;
	gap: 5px 20px;
	align-items: flex-start;
	padding: 20px 20px 20px 30px;
	border-bottom: 1px solid var(--color-gray);
	position: relative;
}

.news-item:first-child {
	border-top: 1px solid var(--color-gray);
}

.news-item::before {
	content: '';
	-webkit-mask-image: url(images/common/arrow_right.svg);
	mask-image: url(images/common/arrow_right.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-position: center;
	-webkit-mask-position: center;
	background-color: var(--color-gray);
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	display: block;
	width: 12px;
	height: 12px;
}

.news-item .post-ttl {
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0;
	flex-grow: 1;
}

.news-item .post-ttl a {
	display: block;
	width: 100%;
	padding-right: 50px;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
}

@media screen and (max-width: 767px) {
	.news-item {
		flex-direction: column;
		padding-left: 0;
		padding-right: 0;
	}

	.news-item::before {
		right: 15px;
	}

	.news-item .post-ttl a {
		display: block;
		width: 100%;
		padding-right: 40px;
		/*white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;*/
	}
}

/* ============================
	contact form
============================ */

.form-box dl {
	display: flex;
	gap: 10px 40px;
	margin: 0;
}

.form-box dt,
.form-box dd {
	margin: 0;
	box-sizing: border-box;
}

.form-box dt {
	width: 310px;
	padding: 30px 0 20px 0;
	flex-shrink: 0;
}

.form-box dt .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.form-box dd {
	padding: 20px 0;
	flex-grow: 1;
}

.form-box dt span {
	display: inline-block;
	color: var(--color-beige);
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1;
	margin: 0 0 0 20px;
	padding: 4px 8px;
	border-radius: 3px;
}

.form-box .required {
	background-color: #d14d43;
}

.form-box .optional {
	background-color: var(--color-brown);
}

.form-box input[type="text"],
.form-box input[type="password"],
.form-box input[type="email"],
.form-box input[type="tel"],
.form-box input[type="url"],
.form-box input[type="number"],
.form-box textarea {
	box-sizing: border-box;
}

.form-box input[type="checkbox"] {
	margin-right: 5px;
}

.form-box th {
	box-sizing: border-box;
	width: 25%;
}

.form-box td {
	box-sizing: border-box;
	width: 75%;
}

.form-box .your-email {
	box-sizing: border-box;
	width: 100%;
}

.form-box .zip {
	width: 150px;
	box-sizing: border-box;
}

.form-box .your-address {
	box-sizing: border-box;
	width: 100%;
}

.form-box .your-content {
	width: 100%;
	box-sizing: border-box;
}

.form-box .wpcf7-list-item {
	display: block;
	margin: 10px 0;
}

#consent-box {
	text-align: center;
	margin-top: 30px;
}

#submit-box .wpcf7-response-output {
	text-align: center;
}

#btn-submit {
	position: relative;
	text-align: center;
}

#btn-submit input[type="submit"] {
	display: block;
	width: 100%;
	max-width: 200px;
	padding: 20px;
	margin: 40px auto 0;
	line-height: 1.38;
	font-weight: var(--weight-bold);
	color: var(--color-beige);
	text-align: center;
	border-radius: 5px;
	position: relative;
	border: 1px solid var(--color-brown);
	background: var(--color-brown);
	transition: all 0.3s ease-in-out;
}

#btn-submit input[type="submit"]:hover {
	color: var(--color-brown);
	background: var(--color-beige);
}

#btn-submit input[type="submit"]:disabled:hover {
	color: var(--color-beige);
	background: var(--color-brown);
}

#btn-submit .wpcf7-spinner {
	position: absolute;
	top: 50%;
	transform: translate(75px, -50%);
	margin: 0;
}

@media screen and (max-width: 767px) {
	.form-box dl {
		flex-direction: column;
	}

	.form-box dl + dl {
		margin-top: 30px;
	}

	.form-box dt,
	.form-box dd {
		width: 100%;
		padding: 0;
	}

	.form-box input[type="text"],
	.form-box input[type="password"],
	.form-box input[type="email"],
	.form-box input[type="tel"],
	.form-box input[type="url"],
	.form-box input[type="number"],
	.form-box textarea {
		width: 100%;
	}

	.form-box td,
	.form-box th {
		display: block;
		width: 100%;
	}
}

/* ============================
	404
============================ */
#error-404 .content-box {
	margin: 0;
}


@media screen and (min-width: 1001px) {
	#sp-menu {
		display: none;
	}

	#btn-hamburger {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	#h-gnav-box {
		display: none;
	}
}
