.content {
	padding-bottom: 0 !important;
}

:root {
	--color-main: #012549;
	--color-sub: #b68d40;
	--font-size-base: 18px;
}

.main_full {
	 margin-left: 0 !important;
	margin-right: 0 !important;
}

@media screen and (min-width: 900px) {
	.content {
		width: 100%;
	}

	.main_full, .main_full:not(.home .main_full) {
		width: 100vw;
		margin: 0 auto;
	}

	.souzoku-fv {
		position: relative;
		width: 100%;
		min-height: 640px;
		background: url("../img/TOP-bg-2x.png") center center / cover no-repeat;
		overflow: hidden;
	}
}

.header-A-nav {
	display: none !important;
}

.header-bottom {
	display: none !important;
}

.breadcrumb {
	display: none !important;
}

.souzoku-fv {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: url("../img/TOP-bg-SP-2x.png") center center / cover no-repeat;
}

.souzoku-fv__inner {
	position: relative;
	max-width: 1400px;
	min-height: 640px;
	margin: 0 auto;
}

.souzoku-fv__text {
	position: absolute;

	left: 192px;
	width: min(100%, 990px);
}

.souzoku-fv__text img {
	width: 100%;
	height: auto;
}

.souzoku-fv {
	position: relative;
	width: 100%;
	min-height: 640px;
	background: url("../img/TOP-bg-2x.png") center center / cover no-repeat;
	overflow: hidden;
}

.souzoku-fv__inner {
	position: relative;
	max-width: 1400px;
	min-height: 640px;
	margin: 0 auto;
}

.souzoku-fv__text {
	position: absolute;
	top: 120px;
	left: 192px;
	width: min(100%, 990px);
}

.souzoku-fv__text img {

	width: 100%;
	height: auto;
}

.souzoku-fv__cta {
	position: absolute;
	left: 568px;
	top: 530px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 272px;
	height: 58px;
	padding: 0 28px;
	background: #c99733;
	color: #ffffff;
	text-decoration: none;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.02em;
	transition: opacity 0.25s ease;
}

.souzoku-fv__cta:hover {
	opacity: 0.88;
}

/* 1200px以下 */
@media (max-width: 1200px) {
	.souzoku-fv {
		min-height: 560px;
	}

	.souzoku-fv__inner {
		min-height: 560px;
	}

	.souzoku-fv__text {
		top: 90px;
		left: 120px;
		width: min(100%, 860px);
	}

	.souzoku-fv__cta {
		left: 430px;
		top: 455px;
		min-width: 240px;
		height: 54px;
		font-size: 20px;
	}
}

/* 900px以下 */
@media (max-width: 900px) {
	.souzoku-fv {
		min-height: 460px;
	}

	.souzoku-fv__text {

		left: 0;
		width: 100%;
		max-width: 760px;
	}

	.souzoku-fv__inner {
		min-height: 460px;
		padding: 0 20px;
	}

	.souzoku-fv__text {
		position: relative;
		top: 60px;
		left: 0;
		width: 100%;
		max-width: 760px;
	}

	.souzoku-fv__cta {
		left: 50%;
		top: 360px;
		transform: translateX(-50%);
		min-width: 220px;
		height: 50px;
		padding: 0 22px;
		font-size: 18px;
	}
}

.mv-sp {
	display: none;
}

/* 600px以下 */
@media (max-width: 900px) {
	.souzoku-fv {
		min-height: 320px;
		background-position: center center;
	}

	.souzoku-fv__inner {
		min-height: 320px;
		padding: 0 16px;
	}



	.souzoku-fv__cta {
		top: unset;
		bottom: 40px;
		min-width: 190px;
		height: 44px;
		padding: 0 18px;
		font-size: 15px;
	}

	.mv-sp {
		display: block;
	}

	.mv-pc {
		display: none;
	}
}

/* 1400px前後で添付イメージに近づけるための微調整 */
@media (max-width: 1200px) {
	.souzoku-fv {
		min-height: 560px;
	}

	.souzoku-fv__inner {
		min-height: 560px;
	}

	.souzoku-fv__text {
		top: 90px;
		left: 120px;
		width: min(100%, 860px);
	}
}

@media (max-width: 900px) {
	.souzoku-fv {
		min-height: 460px;
	}

	.souzoku-fv__inner {
		min-height: 460px;
		padding: 0 20px;
	}

	.souzoku-fv__text {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		max-width: 760px;
	}
}

@media (max-width: 600px) {
	.souzoku-fv {
		min-height: 320px;
		background-position: center center;
	}

	.souzoku-fv__inner {
		min-height: 320px;
		padding: 0 16px;
	}

}

/* ===== お悩みセクション ===== */
.souzoku-worries {
	padding: 80px 20px;
	background: #fff;
}

.souzoku-worries__inner {
	max-width: 1000px;
	margin: 0 auto;
}

.souzoku-worries__title {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	color: var(--color-main);
	margin: 0 0 16px;
}

.souzoku-worries__title::after {
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	background: var(--color-sub);
	margin: 16px auto 48px;
}

.souzoku-worries__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
}

.souzoku-worries__item {
	position: relative;
	padding: 20px 20px 20px 44px;
	background: #f5f6f8;
	border-radius: 6px;
	color: var(--color-main);
	font-size: 1em;
	font-weight: 500;
}

.souzoku-worries__item::before {
	content: '(';
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.8em;
	color: var(--color-main);
	font-weight: 300;
	line-height: 1;
}

.sozoku-trouble {
	background: #ffffff;
	padding: 84px 20px 118px;
}

.sozoku-trouble__inner {
	max-width: 1084px;
	margin: 0 auto;
}

.sozoku-trouble__title {
	margin: 0;
	color: #0a3768;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-align: center;
}

.sozoku-trouble__accent {
	width: 98px;
	height: 5px;
	margin: 24px auto 58px;
	background: #b99345;
}

.sozoku-trouble__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 46px;
	row-gap: 32px;
	max-width: 884px;
	margin: 0 auto;
}

.sozoku-trouble__item {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 65px;
	padding: 0 28px 0 24px;
	background: #eef0f2;
	border-radius: 24px 24px 24px 24px;
	box-sizing: border-box;
	overflow: visible;
}

.sozoku-trouble__item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 100%;
	border-top: 1px solid #0a3768;
	border-bottom: 1px solid #0a3768;
	border-left: 4px solid #0a3768;
	border-radius: 999px 0 0 999px;
	box-sizing: border-box;
}

.sozoku-trouble__item-text {
	display: block;
	color: #0a3768;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.01em;
}

.sozoku-trouble__lead {
	margin: 84px 0 0;
	color: #0a3768;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.65;
	letter-spacing: 0.01em;
	text-align: center;
}

/* タブレット */
@media (max-width: 1024px) {
	.sozoku-trouble {
		padding: 72px 20px 92px;
	}

	.sozoku-trouble__title {
		font-size: 30px;
	}

	.sozoku-trouble__accent {
		margin: 20px auto 46px;
	}

	.sozoku-trouble__grid {
		column-gap: 28px;
		row-gap: 24px;
		max-width: 920px;
	}

	.sozoku-trouble__item {
		min-height: 62px;
		padding: 0 22px 0 20px;
	}

	.sozoku-trouble__item-text {
		font-size: 17px;
	}

	.sozoku-trouble__lead {
		margin-top: 64px;
		font-size: 22px;
	}
}

/* スマホ */
@media (max-width: 767px) {
	.sozoku-trouble {
		padding: 56px 16px 72px;
	}

	.sozoku-trouble__title {
		font-size: 25px;
		line-height: 1.5;
	}

	.sozoku-trouble__accent {
		width: 96px;
		height: 4px;
		margin: 18px auto 34px;
	}

	.sozoku-trouble__grid {
		grid-template-columns: 1fr;
		gap: 18px;
		max-width: 100%;
	}

	.sozoku-trouble__item {
		min-height: 58px;
		padding: 14px 18px 14px 22px;
		border-radius: 20px 20px;
	}

	.sozoku-trouble__item::before {
		width: 18px;
		border-radius: 999px 0 0 999px;
	}

	.sozoku-trouble__item-text {
		font-size: 16px;
		line-height: 1.5;
	}

	.sozoku-trouble__lead {
		margin-top: 42px;
		font-size: 20px;
		line-height: 1.7;
	}
}

.inheritance-pill {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 800px;
	min-height: 121px;
	padding: 0 40px 0 46px;
	background: #f2f4f5;
	border-radius: 0 40px 40px 0;
	box-sizing: border-box;
	overflow: visible;
}

.inheritance-pill::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 100%;
	border-top: 4px solid #0a3563;
	border-bottom: 4px solid #0a3563;
	border-left: 4px solid #0a3563;
	border-radius: 999px 0 0 999px;
	box-sizing: border-box;
}

.inheritance-pill__text {
	display: block;
	color: #0a3563;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.01em;
}

.reason-section {
	padding: 86px 20px 84px;
	background: #f4f4f4;
}

.reason-section__inner {
	max-width: 980px;
	margin: 0 auto;
}

.reason-section__title {
	margin: 0;
	color: #0b3768;
	font-size: 31px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.02em;
	text-align: center;
}

.reason-section__accent {
	width: 96px;
	height: 4px;
	margin: 18px auto 34px;
	background: #b58d3a;
}

.reason-card-list {
	display: flex;
	flex-direction: column;
	gap: 34px;
	align-items: center;
}

.reason-card {
	width: 100%;
	background: #ffffff;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.14);
}

.reason-card__head {
	margin: 0;
	padding: 24px 24px 22px;
	background: #002d5b;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.reason-card__body {
	padding: 16px 20px 18px;
	color: #1f4571;
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
	background: #ffffff;
}

/* タブレット */
@media (max-width: 900px) {
	.reason-section {
		padding: 72px 20px 72px;
	}

	.reason-section__title {
		font-size: 28px;
	}

	.reason-card {
		max-width: 720px;
	}

	.reason-card__head {
		font-size: 20px;
		padding: 22px 20px 20px;
	}

	.reason-card__body {
		font-size: 13px;
		line-height: 1.9;
	}
}

/* スマホ */
@media (max-width: 767px) {
	.reason-section {
		padding: 56px 16px 60px;
	}

	.reason-section__title {
		font-size: 24px;
		line-height: 1.5;
	}

	.reason-section__accent {
		width: 96px;
		height: 3px;
		margin: 16px auto 28px;
	}

	.reason-card-list {
		gap: 22px;
	}

	.reason-card {
		border-radius: 14px;
	}

	.reason-card__head {
		padding: 18px 16px;
		font-size: 18px;
	}

	.reason-card__body {
		padding: 14px 16px 16px;
		font-size: 13px;
		line-height: 1.8;
	}
}

.contact-cta-band {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 80px;
	padding: 26px 16px;
	background: #002f5f;
	box-sizing: border-box;
}

.contact-cta-band__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 271px;
	height: 64px;
	padding: 0 18px;
	background: #c79a3a;
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0.01em;
	transition: opacity 0.25s ease;
	box-sizing: border-box;
}

.contact-cta-band__button:hover {
	opacity: 0.88;
}

.inheritance-schedule {
	background: #fff;
	padding: 88px 20px 96px;
}

.inheritance-schedule__inner {
	max-width: 980px;
	margin: 0 auto;
}

.inheritance-schedule__title {
	margin: 0;
	color: #0a3768;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.02em;
	text-align: center;
}

.inheritance-schedule__accent {
	width: 96px;
	height: 4px;
	margin: 18px auto 38px;
	background: #b89445;
}

.inheritance-schedule__list {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin: 0 auto;
}

.inheritance-schedule__item {
	display: flex;
	align-items: center;
	min-height: 72px;
	padding: 0 18px 0 0;
	background: #f1f3f5;
	border-radius: 18px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
	overflow: hidden;
}

.inheritance-schedule__term {
	flex: 0 0 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #b7903d;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.inheritance-schedule__content {
	flex: 1;
	min-width: 0;
	padding: 14px 0 14px 18px;
	position: relative;
}

.inheritance-schedule__content::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 48px;
	background: #0a3768;
}

.inheritance-schedule__item-title {
	margin: 0 0 4px;
	color: #0a3768;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
}

.inheritance-schedule__text {
	margin: 0;
	color: #0a3768;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.inheritance-schedule__item--active {
	background: #002f5d;
}

.inheritance-schedule__item--active .inheritance-schedule__term {
	color: #c79b3c;
}

.inheritance-schedule__item--active .inheritance-schedule__content::before {
	background: rgba(255, 255, 255, 0.9);
}

.inheritance-schedule__item--active .inheritance-schedule__item-title,
.inheritance-schedule__item--active .inheritance-schedule__text {
	color: #ffffff;
}

.inheritance-schedule__lead {
	margin: 42px 0 0;
	color: #0a3768;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
}

/* さらに画像に寄せる微調整 */
.inheritance-schedule__item:nth-child(2) .inheritance-schedule__text {
	line-height: 1.35;
}

/* タブレット */
@media (max-width: 900px) {
	.inheritance-schedule {
		padding: 72px 20px 80px;
	}

	.inheritance-schedule__title {
		font-size: 32px;
	}

	.inheritance-schedule__list {
		max-width: 720px;
	}
}

/* スマホ */
@media (max-width: 767px) {
	.inheritance-schedule {
		padding: 56px 16px 68px;
	}

	.inheritance-schedule__title {
		font-size: 28px;
		line-height: 1.5;
	}

	.inheritance-schedule__accent {
		width: 96px;
		height: 3px;
		margin: 16px auto 28px;
	}

	.inheritance-schedule__list {
		gap: 14px;
		max-width: 100%;
	}

	.inheritance-schedule__item {
		flex-direction: column;
		align-items: stretch;
		min-height: auto;
		padding: 0;
	}

	.inheritance-schedule__term {
		flex: none;
		justify-content: flex-start;
		padding: 16px 18px 8px;
		font-size: 18px;
	}

	.inheritance-schedule__content {
		padding: 0 18px 16px;
		border-left: none;
	}

	.inheritance-schedule__item-title {
		font-size: 18px;
	}

	.inheritance-schedule__text {
		font-size: 18px;
		line-height: 1.55;
	}

	.inheritance-schedule__lead {
		margin-top: 32px;
		font-size: 18px;
		line-height: 1.75;
	}
}
.tax-audit-support {
	background: #002f5d;
	padding: 56px 20px 74px;
}

.tax-audit-support__inner {
	max-width: 980px;
	margin: 0 auto;
}

.tax-audit-support__sub {
	margin: 0;
	color: #c79a3a;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.tax-audit-support__title {
	margin: 6px 0 0;
	color: #ffffff;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
}

.tax-audit-support__accent {
	width: 96px;
	height: 4px;
	margin: 20px auto 44px;
	background: #c79a3a;
}

.tax-audit-support__head {
	max-width: 950px;
	margin: 0 auto 22px;
}

.tax-audit-support__lead-title {
	margin: 0 0 10px;
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
}

.tax-audit-support__line {
	width: 100%;
	height: 2px;
	background: #c79a3a;
}

.tax-audit-support__list {
	max-width: 800px;
	margin: 0 auto;
}

.tax-audit-support__item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.tax-audit-support__item + .tax-audit-support__item {
	margin-top: 26px;
}

.tax-audit-support__num {
	flex: 0 0 69px;
	width: 69px;
	height: 69px;
	margin-top: 2px;
	border-radius: 50%;
	background: #c79a3a;
	color: #ffffff;
	font-size: 34px;
	font-weight: 700;
	line-height: 69px;
	text-align: center;
}

.tax-audit-support__content {
	flex: 1;
	min-width: 0;
}

.tax-audit-support__item-title {
	margin: 0 0 4px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.tax-audit-support__text {
	margin: 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.75;
}

/* タブレット */
@media (max-width: 900px) {
	.tax-audit-support {
		padding: 52px 20px 68px;
	}

	.tax-audit-support__title {
		font-size: 32px;
	}

	.tax-audit-support__head,
	.tax-audit-support__list {
		max-width: 720px;
	}
}

/* スマホ */
@media (max-width: 767px) {
	.tax-audit-support {
		padding: 44px 16px 56px;
	}

	.tax-audit-support__sub {
		font-size: 18px;
	}

	.tax-audit-support__title {
		font-size: 28px;
		line-height: 1.45;
	}

	.tax-audit-support__accent {
		width: 96px;
		height: 3px;
		margin: 16px auto 32px;
	}

	.tax-audit-support__head {
		margin-bottom: 20px;
	}

	.tax-audit-support__lead-title {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.tax-audit-support__item {
		gap: 12px;
	}

	.tax-audit-support__item + .tax-audit-support__item {
		margin-top: 22px;
	}

	.tax-audit-support__num {
		flex: 0 0 56px;
		width: 56px;
		height: 56px;
		font-size: 28px;
		line-height: 56px;
	}

	.tax-audit-support__item-title {
		font-size: 18px;
		line-height: 1.5;
	}

	.tax-audit-support__text {
		font-size: 18px;
		line-height: 1.7;
	}
}

.real-estate-strength {
	background: #fff;
	padding: 82px 20px 88px;
}

.real-estate-strength__inner {
	max-width: 980px;
	margin: 0 auto;
}

.real-estate-strength__title {
	margin: 0;
	color: #0a3768;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.02em;
	text-align: center;
}

.real-estate-strength__accent {
	width: 96px;
	height: 4px;
	margin: 18px auto 46px;
	background: #c19743;
}

.real-estate-strength__list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 34px;
}

.real-estate-strength__item {
	max-width: 640px;
	text-align: center;
	margin: 16px 0;
}

.real-estate-strength__icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 18px;
}

.real-estate-strength__icon-image {
	display: block;
	width: 100px;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
}
.real-estate-strength__banner-image {
	display: block;
	max-width: 760px;
	width: 100%;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
}

.real-estate-strength__item-title {
	margin: 0 0 10px;
	color: #111111;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
}

.real-estate-strength__text {
	margin: 0;
	color: #222222;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7;
}

/* タブレット */
@media (max-width: 900px) {
	.real-estate-strength {
		padding: 72px 20px 78px;
	}

	.real-estate-strength__title {
		font-size: 32px;
	}
}

/* スマホ */
@media (max-width: 767px) {
	.inheritance-schedule__content::before {
		display: none;
	}

	.real-estate-strength {
		padding: 56px 16px 64px;
	}

	.real-estate-strength__title {
		font-size: 28px;
		line-height: 1.5;
	}

	.real-estate-strength__accent {
		width: 96px;
		height: 3px;
		margin: 16px auto 34px;
	}

	.real-estate-strength__list {
		gap: 28px;
	}

	.real-estate-strength__icon-wrap {
		width: 58px;
		height: 58px;
		margin-bottom: 16px;
	}


	.real-estate-strength__item-title {
		font-size: 18px;
		line-height: 1.5;
	}

	.real-estate-strength__text {
		font-size: 18px;
		line-height: 1.75;
	}

	.real-estate-strength__text br {
		display: none;
	}
}

.price-plan {
	background: #ffffff;
	padding: 82px 20px 62px;
}

.price-plan__inner {
	max-width: 980px;
	margin: 0 auto;
}

.price-plan__title {
	margin: 0;
	color: #0a3768;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.price-plan__accent {
	width: 96px;
	height: 4px;
	margin: 18px auto 28px;
	background: #c19743;
}

.price-plan__lead {
	margin: 0 auto 34px;
	max-width: 820px;
	color: #24466f;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.9;
	text-align: center;
}

.price-table-card {
	max-width: 900px;
	margin: 0 auto;
	border-radius: 18px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.price-table-card__head {
	padding: 24px 20px;
	background: #002f5d;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.price-table-wrap {
	overflow-x: auto;
}

.price-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	background: #ffffff;
}

.price-table thead th {
	padding: 16px 18px;
	background: #f0f1f3;
	color: #222222;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
	border-bottom: 1px solid #e2e2e2;
}

.price-table thead th:nth-child(2) {
	color: #e14a42;
}

.price-table tbody td {
	padding: 18px 18px;
	color: #222222;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	border-bottom: 1px solid #e5e5e5;
	background: #ffffff;
}

.price-table tbody tr:last-child td {
	border-bottom: none;
}

.price-table__price {
	color: #e14a42 !important;
	font-weight: 500;
}

.price-plan__note {
	max-width: 912px;
	margin: 24px 8px 8px 36px;
	color: #24466f;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
}

/* タブレット */
@media (max-width: 900px) {
	.price-plan {
		padding: 72px 20px 82px;
	}

	.price-plan__title {
		font-size: 32px;
	}

	.price-table-card {
		max-width: 720px;
	}

	.price-plan__note {
		max-width: 720px;
	}
}

/* スマホ */
@media (max-width: 767px) {
	.price-plan {
		padding: 56px 16px 68px;
	}

	.price-plan__title {
		font-size: 28px;
		line-height: 1.5;
	}

	.price-plan__accent {
		width: 96px;
		height: 3px;
		margin: 16px auto 22px;
	}

	.price-plan__lead {
		margin-bottom: 26px;
		font-size: 18px;
		line-height: 1.8;
	}

	.price-table-card {
		border-radius: 14px;
	}

	.price-table-card__head {
		padding: 18px 16px;
		font-size: 18px;
	}
	.additional-fee td,
	.price-table thead td,
	.price-table tbody td {
		padding: 14px 14px;
		font-size: 16px;
	}

	.price-plan__note {
		margin-top: 14px;
		font-size: 18px;
		line-height: 1.7;
	}

	.price-plan__lead br,
	.price-plan__note br {
		display: none;
	}
}
.inheritance-service {
	background: #f8fafc;
	padding: 82px 20px 88px;
}

.inheritance-service__inner {
	max-width: 980px;
	margin: 0 auto;
}

.inheritance-service__title {
	margin: 0;
	color: #0a3768;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.inheritance-service__accent {
	width: 96px;
	height: 4px;
	margin: 18px auto 58px;
	background: #c19743;
}

.inheritance-service__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 42px 42px;
	max-width: 900px;
	margin: 0 auto;
}

.inheritance-service__card {
	min-height: 134px;
	padding: 22px 18px 18px;
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
}

.inheritance-service__card-title {
	margin: 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #6f8fb3;
	color: #0a3768;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.inheritance-service__card-text {
	margin: 12px 0 0;
	color: #24466f;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
}

/* タブレット */
@media (max-width: 900px) {
	.inheritance-service {
		padding: 72px 20px 78px;
	}

	.inheritance-service__title {
		font-size: 32px;
	}

	.inheritance-service__grid {
		max-width: 720px;
		gap: 28px;
	}
}

/* スマホ */
@media (max-width: 767px) {
	.inheritance-service {
		padding: 56px 16px 64px;
	}

	.inheritance-service__title {
		font-size: 28px;
		line-height: 1.5;
	}

	.inheritance-service__accent {
		width: 96px;
		height: 3px;
		margin: 16px auto 34px;
	}

	.inheritance-service__grid {
		grid-template-columns: 1fr;
		gap: 20px;
		max-width: 100%;
	}

	.inheritance-service__card {
		min-height: auto;
		padding: 18px 16px 16px;
		border-radius: 14px;
	}

	.inheritance-service__card-title {
		font-size: 18px;
		padding-bottom: 8px;
	}

	.inheritance-service__card-text {
		margin-top: 10px;
		font-size: 18px;
		line-height: 1.7;
	}
}.real-estate-strength__icon-image
.additional-fee {
	background: #ffffff;
	padding: 48px 20px 64px;
}

.additional-fee__inner {
	max-width: 980px;
	margin: 32px auto;
}

.additional-fee__table-card {
	max-width: 900px;
	margin: 0 auto;
	border-radius: 18px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.additional-fee__table-head {
	padding: 24px 20px;
	background: #002f5d;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.additional-fee__table-wrap {
	overflow-x: auto;
}

.additional-fee__table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	background: #ffffff;
}

.additional-fee__table thead th {
	padding: 16px 18px;
	background: #f0f1f3;
	color: #222222;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
	border-bottom: 1px solid #e2e2e2;
}

.additional-fee__table thead th:nth-child(2) {
	color: #e14a42;
}

.additional-fee__table tbody td {
	padding: 18px 18px;
	color: #222222;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	border-bottom: 1px solid #e5e5e5;
	background: #ffffff;
	vertical-align: middle;
}

.additional-fee__table tbody tr:last-child td {
	border-bottom: none;
}

.additional-fee__price {
	color: #e14a42 !important;
	font-weight: 500;
}

.additional-fee__note,
.additional-fee__subnote {
	max-width: 900px;
	margin: 16px auto 0;
	color: #24466f;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
}

.additional-fee__divider {
	max-width: 900px;
	margin: 28px auto 24px;
	border: 0;
	border-top: 1px solid #dddddd;
}

.additional-fee__plans {
	display: flex;
	justify-content: center;
	gap: 56px;
	margin-top: 48px;
}

.additional-fee__plan-btn {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex: 0 0 300px;
	width: 300px;
	min-height: 62px;
	padding: 10px 10px;
	border: 3px solid #163e6d;
	background: transparent;
	color: #163e6d;
	text-decoration: none;
	box-sizing: border-box;
}

.additional-fee__plan-arrow {
	flex: 0 0 auto;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}

.additional-fee__plan-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	text-align: center;
}

.additional-fee__plan-title {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

.additional-fee__plan-sub {
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.35;
}

.additional-fee__plan-btn:hover {
	opacity: 0.88;
}

/* タブレット */
@media (max-width: 900px) {
	.additional-fee {
		padding: 22px 20px 56px;
	}

	.additional-fee__table-card,
	.additional-fee__note,
	.additional-fee__subnote,
	.additional-fee__divider {
		max-width: 720px;
	}

	.additional-fee__plans {
		gap: 24px;
		flex-wrap: wrap;
	}
}

/* スマホ */
@media (max-width: 767px) {
	.additional-fee {
		padding: 18px 16px 48px;
	}

	.additional-fee__table-card {
		border-radius: 14px;
	}

	.additional-fee__table-head {
		padding: 18px 16px;
		font-size: 18px;
	}

	.additional-fee__table thead th,
	.additional-fee__table tbody td {
		padding: 14px 14px;
		font-size: 16px;
	}

	.additional-fee__note,
	.additional-fee__subnote {
		font-size: 18px;
		line-height: 1.7;
	}

	.additional-fee__divider {
		margin: 22px auto 18px;
	}

	.additional-fee__plans {
		flex-direction: column;
		gap: 18px;
		margin-top: 34px;
		align-items: center;

	}

	.additional-fee__plan-btn {
		width: 100%;
		max-width: 340px;
		min-width: 0;
		min-height: 60px;
		padding: 10px 16px;
		gap: 14px;
		max-height: 60px;
	}

	.additional-fee__plan-arrow {
		font-size: 28px;
	}

	.additional-fee__plan-title,
	.additional-fee__plan-sub {
		font-size: 18px;
	}
}
.case-study {
	background: #f4f4f4;
	padding: 82px 20px 88px;
}

.case-study__inner {
	max-width: 980px;
	margin: 0 auto;
}

.case-study__title {
	margin: 0;
	color: #0a3768;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.case-study__accent {
	width: 96px;
	height: 4px;
	margin: 18px auto 38px;
	background: #c19743;
}

.case-study__list {
	display: flex;
	flex-direction: column;
	gap: 22px;
	max-width: 800px;
	margin: 0 auto;
}

.case-study__card {
	padding: 22px 18px 18px;
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
}

.case-study__card-title {
	margin: 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #6f8fb3;
	color: #0a3768;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	max-width: 504px;
}

.case-study__card-text {
	margin: 12px 0 0;
	color: #24466f;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.75;
}

.staff-intro__content {
	position: relative;
	flex: 1;
	min-width: 0;
	padding-left: 18px;
}

.staff-intro__text::before {
	content: "";
	position: absolute;
	top: 42px;
	left: 0;
	width: 3px;
	height: 68px;
	background: #b38a3a;
	border-radius: 999px;
}

@media (max-width: 767px) {
	.staff-intro__text::before {
		display: none;
	}
	.staff-intro__content .staff-intro__name {
		margin-left: 0;
	}
}

/* タブレット */
@media (max-width: 900px) {
	.case-study {
		padding: 72px 20px 78px;
	}

	.case-study__title {
		font-size: 32px;
	}

	.case-study__list {
		max-width: 720px;
	}
}

/* スマホ */
@media (max-width: 767px) {
	.case-study {
		padding: 56px 16px 64px;
	}

	.case-study__title {
		font-size: 28px;
		line-height: 1.5;
	}

	.case-study__accent {
		width: 96px;
		height: 3px;
		margin: 16px auto 30px;
	}

	.case-study__list {
		gap: 18px;
		max-width: 100%;
	}

	.case-study__card {
		padding: 18px 16px 16px;
		border-radius: 14px;
	}

	.case-study__card-title {
		font-size: 18px;
		padding-bottom: 8px;
	}

	.case-study__card-text {
		margin-top: 10px;
		font-size: 18px;
		line-height: 1.75;
	}
}
.staff-intro {
	background: #fff;
	padding: 82px 20px 88px;
}

.staff-intro__inner {
	max-width: 980px;
	margin: 0 auto;
}

.staff-intro__title {
	margin: 0;
	color: #0a3768;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.staff-intro__accent {
	width: 96px;
	height: 4px;
	margin: 18px auto 36px;
	background: #c19743;
}

.staff-intro__list {
	display: flex;
	flex-direction: column;
	gap: 28px;
	max-width: 800px;
	margin: 0 auto;
}

.staff-intro__card {
	display: flex;
	align-items: center;
	gap: 22px;
	padding: 24px 18px 24px 16px;
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.staff-intro__card {

	}
}

.staff-intro__photo-wrap {
	/* flex: 0 0 92px; */
	width: 149px;
	height: 149px;
	border-radius: 50%;
	overflow: hidden;
	background: #ececec;
}

.staff-intro__photo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.staff-intro__content {
	flex: 1;
	min-width: 0;
}

.staff-intro__name {
	margin: 0 0 10px;
	color: #0a3768;

	font-weight: 700;
	line-height: 1.4;
	font-size: 24px;
	margin-left: -24px;
}

.staff-intro__role {
	font-size: 14px;
	font-weight: 500;
}

.staff-intro__text {
	margin: 0;
	color: #24466f;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.22;
}

/* タブレット */
@media (max-width: 900px) {
	.staff-intro {
		padding: 72px 20px 78px;
	}

	.staff-intro__title {
		font-size: 32px;
	}

	.staff-intro__list {
		max-width: 760px;
	}
}

/* スマホ */
@media (max-width: 767px) {
	.staff-intro {
		padding: 56px 16px 64px;
	}

	.staff-intro__title {
		font-size: 28px;
		line-height: 1.5;
	}

	.staff-intro__accent {
		width: 96px;
		height: 3px;
		margin: 16px auto 30px;
	}

	.staff-intro__list {
		gap: 20px;
		max-width: 100%;
	}

	.staff-intro__card {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		padding: 16px;
		border-radius: 14px;
	}

	.staff-intro__photo-wrap {
		width: 88px;
		height: 88px;
		margin: 0 auto;
	}

	.staff-intro__name {
		margin-bottom: 8px;
		font-size: 18px;
		line-height: 1.5;
	}

	.staff-intro__role {
		display: inline-block;
		font-size: 14px;
	}

	.staff-intro__text {
		font-size: 16px;
		line-height: 1.7;
		height: 160px;
	}

	.staff-intro__text br {
		display: none;
	}
}

.office-access {
	background: #f4f4f4;
	padding: 82px 20px 88px;
}

.office-access__inner {
	max-width: 980px;
	margin: 0 auto;
}

.office-access__title {
	margin: 0;
	color: #0a3768;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.office-access__accent {
	width: 96px;
	height: 4px;
	margin: 18px auto 42px;
	background: #c19743;
}

.office-access__content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 42px;
	align-items: start;
	margin: 0 auto;
}

.office-access__info {
	color: #24466f;
}

.office-access__name {
	margin: 0 0 18px;
	color: #0a3768;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.office-access__text,
.office-access__route {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
}

.office-access__text {
	margin-bottom: 22px;
}

.office-access__text p,
.office-access__route p {
	margin: 0;
}

.office-access__route p:first-child {
	margin-bottom: 6px;

}

.office-access__map {
	width: 100%;
}

.office-access__map iframe {
	display: block;
	width: 100%;
	aspect-ratio: 318 / 167;
	min-height: 167px;
	border: 0;
	background: #e9ecef;
}

/* タブレット */
@media (max-width: 900px) {
	.office-access {
		padding: 72px 20px 78px;
	}

	.office-access__title {
		font-size: 32px;
	}

	.office-access__content {
		max-width: 820px;
		gap: 28px;
	}
}

/* スマホ */
@media (max-width: 767px) {
	.office-access {
		padding: 56px 16px 64px;
	}

	.office-access__title {
		font-size: 28px;
		line-height: 1.5;
	}

	.office-access__accent {
		width: 96px;
		height: 3px;
		margin: 16px auto 30px;
	}

	.office-access__content {
		grid-template-columns: 1fr;
		gap: 26px;
		max-width: 100%;
	}

	.office-access__name,
	.office-access__text,
	.office-access__route {
		font-size: 18px;
	}

	.office-access__map iframe {
		aspect-ratio: 16 / 9;
		min-height: 220px;
	}
}

.customer-voice {
	background: #fff;
	padding: 82px 20px 88px;
}

.customer-voice__inner {
	max-width: 980px;
	margin: 0 auto;
}

.customer-voice__title {
	margin: 0;
	color: #0a3768;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.customer-voice__accent {
	width: 96px;
	height: 4px;
	margin: 18px auto 38px;
	background: #c19743;
}

.customer-voice__list {
	display: flex;
	flex-direction: column;
	gap: 36px;
	max-width: 930px;
	margin: 0 auto;
}

.customer-voice__card {
	padding: 20px 18px 18px;
	background: #f7f8fa;
	border-radius: 18px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
}

.customer-voice__name {
	margin: 0 0 12px;
	color: #0a3768;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.customer-voice__text {
	margin: 0;
	color: #24466f;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.75;
}

/* タブレット */
@media (max-width: 900px) {
	.customer-voice {
		padding: 72px 20px 78px;
	}

	.customer-voice__title {
		font-size: 32px;
	}

	.customer-voice__list {
		max-width: 720px;
	}
}

/* スマホ */
@media (max-width: 767px) {
	.customer-voice {
		padding: 56px 16px 64px;
	}

	.customer-voice__title {
		font-size: 28px;
		line-height: 1.5;
	}

	.customer-voice__accent {
		width: 96px;
		height: 3px;
		margin: 16px auto 30px;
	}

	.customer-voice__list {
		gap: 18px;
		max-width: 100%;
	}

	.customer-voice__card {
		padding: 18px 16px 16px;
		border-radius: 14px;
	}

	.customer-voice__name {
		margin-bottom: 10px;
		font-size: 18px;
	}

	.customer-voice__text {
		font-size: 18px;
		line-height: 1.75;
	}

	.customer-voice__text br {
		display: none;
	}
}

/* =========================================
   お問い合わせセクション全体
========================================= */
.lp-contact {
	padding: 88px 20px 90px;
	background: #002f5d;
}

.lp-contact__inner {
	max-width: 980px;
	margin: 0 auto;
}

.lp-contact__title {
	margin: 0;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.lp-contact__accent {
	width: 96px;
	height: 4px;
	margin: 16px auto 24px;
	background: #b38a3a;
}

.lp-contact__lead {
	margin: 0 0 34px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	text-align: center;
}

/* =========================================
   フォーム外枠
========================================= */
.lp-contact__form-wrap {
	max-width: 890px;
	margin: 0 auto;
	padding: 34px 42px 28px;
	background: #fff;
	border-radius: 20px;
	box-sizing: border-box;
}

/* 自動挿入された余計な余白を整理 */
.lp-contact__form-wrap > p,
.lp-contact__form-wrap div > p,
.lp-contact__form-wrap label > br,
.lp-contact__form-wrap span > br {
	margin: 0;
}

.lp-contact__form-wrap p {
	margin: 0;
}

.lp-contact__form-wrap br {
	display: none;
}

/* hidden はそのまま非表示 */
.lp-contact__form-wrap [style*="display: none"] {
	display: none !important;
}

/* =========================================
   行レイアウト
========================================= */
.lp-contact-form__row {
	margin-bottom: 18px;
}

.lp-contact-form__row--2col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
}

.lp-contact-form__field,
.lp-contact-form__field--wide {
	width: 100%;
}

/* WPのpをレイアウトに影響させない */
.lp-contact-form__field > p,
.lp-contact-form__field--wide > p {
	margin: 0;
}

/* =========================================
   ラベル
========================================= */
.lp-contact-form__field label {
	position: relative;
	display: block;
	padding-left: 48px;
	color: #0a3768;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

/* 必須タグ風 */
.lp-contact-form__field label::before,
.inquiryrequired p .wpcf7-list-item-label::before{
	content: "必須";
	position: absolute;
	top: 3px;
	left: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 26px;
	height: 16px;
	padding: 10px 8px;
	background: #0a3768;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	border-radius: 2px;
	box-sizing: border-box;
}

.inquiryrequired p .wpcf7-list-item-label::before {
	left: -64px;
}

/* =========================================
   入力欄
========================================= */
.lp-contact .wpcf7-form-control-wrap {
	display: block;
	margin-top: 8px;
}

.lp-contact input[type="text"],
.lp-contact input[type="email"],
.lp-contact input[type="tel"],
.lp-contact textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #d9dde4;
	border-radius: 8px;
	background: #f5f6f8;
	color: #24466f;
	font-size: 18px;
	font-weight: 500;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	line-height: 1.8;
}

.lp-contact input[type="text"],
.lp-contact input[type="email"],
.lp-contact input[type="tel"] {
	height: 52px;
	padding: 0 16px;
}

.lp-contact textarea {
	min-height: 138px;
	padding: 14px 16px;
	resize: vertical;
}

.lp-contact input::placeholder,
.lp-contact textarea::placeholder {
	color: #a9b0ba;
}

.lp-contact input:focus,
.lp-contact textarea:focus {
	border-color: #8da5bf;
	background: #fff;
}

/* =========================================
   プライバシーポリシー
========================================= */
.linkprivacypage {
	margin-top: 16px;
	text-align: center;
}

.linkprivacypage-text {
	margin-bottom: 8px;
}

.linkprivacypage-text p {
	margin: 0;
	color: #222;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.6;
}

.linkprivacypage-text__link {
	color: #2f61b5;
	text-decoration: underline;
}

.linkprivacypage__checkbox {
	margin-top: 6px;
}

.linkprivacypage__checkbox p {
	margin: 0;
}

.linkprivacypage .wpcf7-form-control-wrap,
.linkprivacypage .wpcf7-form-control,
.linkprivacypage .wpcf7-list-item {
	display: inline-block;
}

.linkprivacypage .wpcf7-list-item {
	margin: 0;
}

.linkprivacypage .wpcf7-list-item label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding-left: 0;
	color: #222;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	cursor: pointer;
}

.linkprivacypage .wpcf7-list-item label::before {
	content: none;
}

.linkprivacypage input[type="checkbox"] {
	width: 13px;
	height: 13px;
	margin: 0;
	accent-color: #0a3768;
}

/* =========================================
   送信ボタン
========================================= */
.lp-contact-form__submit {
	margin-top: 18px;
	text-align: center;
}

.lp-contact-form__submit p {
	margin: 0;
}

.lp-contact .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 404px;
	height: 56px;
	padding: 0 20px;
	border: none;
	border-radius: 0;
	background: #b38a3a;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: opacity 0.25s ease;
}

.lp-contact .wpcf7-submit:hover {
	opacity: 0.88;
}

.lp-contact .wpcf7-spinner {
	display: none;
}

/* =========================================
   reCAPTCHA文言
========================================= */
.lp-contact .recaptcha_policy,
.lp-contact .recaptcha_policy + p {
	margin: 24px 0 0;
	color: #24466f;
	font-size: 12px;
	line-height: 1.7;
	text-align: center;
}

.lp-contact .recaptcha_policy + p {
	margin-top: 4px;
}

.lp-contact .recaptcha_policy a,
.lp-contact .recaptcha_policy + p a {
	color: #2f61b5;
	text-decoration: underline;
}

.lp-contact .wpcf7-response-output {
	margin: 12px 0 0;
	padding: 0;
	border: none;
	color: #24466f;
	font-size: 14px;
	text-align: center;
}

.real-estate-strength__banner-image-pc {
	display: block;
}
.real-estate-strength__banner-image-sp {
	display: none;
}

/* =========================================
   スマホ
========================================= */
@media (max-width: 767px) {
	.real-estate-strength__banner-image-pc {
		display: none;
	}
	.real-estate-strength__banner-image-sp {
		display: block;
	}

	.lp-contact {
		padding: 56px 16px 64px;
	}

	.lp-contact__title {
		font-size: 28px;
		line-height: 1.5;
	}

	.lp-contact__accent {
		width: 96px;
		height: 3px;
		margin: 16px auto 20px;
	}

	.lp-contact__lead {
		margin-bottom: 28px;
		font-size: 18px;
	}

	.lp-contact__form-wrap {
		padding: 24px 18px 22px;
		border-radius: 16px;
	}

	.lp-contact-form__row--2col {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.lp-contact-form__field label {
		font-size: 18px;
	}

	.lp-contact input[type="text"],
	.lp-contact input[type="email"],
	.lp-contact input[type="tel"],
	.lp-contact textarea {
		font-size: 18px;
	}

	.lp-contact .wpcf7-submit {
		max-width: 100%;
		height: 52px;
		font-size: 18px;
	}
}

