@charset "UTF-8";


/*=======================================================*/
/*					セクション毎のCSS					  */
/*======================================================*/

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(30px, 4vw, 50px);
	line-height: 1;
	font-style: italic;
	text-align: center;
	/*font-family: "Montserrat", sans-serif;*/
	font-family: 'Noto Serif JP', serif;
}
.spot-heading02{
	font-size: clamp(21px, 2.5vw, 28px);
	line-height: 1.2;
	font-weight: 600;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
.spot-heading02+p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: clamp(14px, 1.5vw, 17px);
	text-align: center;
	margin-inline: auto;
	color: #916c2b;
	font-family: 'Noto Serif JP', serif;
}
@media only screen and (max-width: 767px) {
	.spot-heading02+p{
		/*text-align: left;*/
	}
	/*<br>のブレイクポイント*/
	.br768{
		display:none;
	}
}
.line{
	width: 1px;
	height: auto;
	padding-top: 35px;
	background-color: #fff;
	/* margin: 1.9607% auto; */
	margin: 1.1% auto;	/*今回のみ*/
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 35px;
	background-color: #777;
	/* margin: 1.9607% auto; */
	margin: 1.1% auto;	/*今回のみ*/
}
.hline {
	display: inline-block;
	width: 40px; /* 横棒の長さ（調整可） */
	height: 1px; /* 横棒の太さ（調整可） */
	background-color: #2d2d2d; /* 横棒の色 */
	vertical-align: middle;
	margin: 0 0.5em; /* 文章と横棒の間隔 */
}
/**/
.spot__heading03 {
	position: relative; /* 親要素を相対位置に設定 */
}
.spot__heading03 h3 {
	width: fit-content;
	font-size: clamp(20px, 5vw, 30px);
	font-family: 'Noto Serif JP', serif;
	text-align: left;
	/*padding-left: clamp(10px,7vw,70px);*/
	/*padding-right: 10px;*/
	margin-left: 0;
	margin-right: 0;
	position: relative;
	z-index: 1;
	opacity: 0.9;
	margin-bottom: 0.5vw;
	font-weight: 400;
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.spot__heading03 h3:first-letter {
	font-size: 140%;
	color: var(--accent-color2);
	margin-right: 2px;
}
.spot__heading03 span {
	position: absolute;
	font-family: "WindSong", serif;
	margin: 0;
	font-size: clamp(25px,7vw,35px);
	text-align: left;
	top: -35px; /* 調整が必要かもしれません */
	left: 0;
	transform-origin: left top;
	pointer-events: none;
	white-space: nowrap;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #fff4d1;
	opacity: 0.8;
	/*transform: rotate(-8deg);*/
	z-index: 2;
}
.spot__heading03 p {
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(14px,1.4vw,16px);
	line-height: 1.4;
	text-align: left;
	/*padding-left: clamp(10px,7vw,70px);*/
	margin: -5px 0 0.9vw 0;
	position: relative;
	z-index: 1;
}

.entry_bk{
	padding: 0;
	position: relative;
	z-index: 1;
}
.nav_bk{
	background-color: var(--main-color);
}

/*パンくず*/
.sec_pankuzu{
	padding: 0 0 15px 0;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}

/* タグ */
.kakomi01 span {
	padding: 3px 6px 3px 6px;
	margin: 0px 5px 5px 0px;
	background-color: #ffffff8a;
	border: 1px solid #82ae63;
	color:#333;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	font-size: clamp(12px, 1.3vw, 12px);
}
.kakomi01 span.nonk1 {
	padding: 3px 6px 3px 6px;
	margin: 0px 5px 5px 0px;
	background-color: initial;
	border: 0;
	color:#333;
	border-radius: 5px;
	text-align: left;
	display: inline-block;
	font-size: 12px;
}
.kakomi02{
	padding: 3px 20px 2px 20px;
	margin: 4px 1px 10px;
	background-color: #e7838a;
	border: 1px solid #aeaeae;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	font-size: clamp(14px, 1.3vw, 14px);
}

/* タグ（左右が揃う）  */
.kakomi-tag01 {
	display: flex;
	flex-wrap: wrap; /* 子要素を折り返す */
	gap: 10px;
	width: 90%;
	justify-content: space-between; /* 左右のボックスを揃える */
	margin: 20px auto;
}
.kakomi-tag01 p {
	background-color: #65943736;
	padding: 3px 7px 5px 7px;
	font-size: clamp(14px, 1.3vw, 15px);
	font-family: Arial, sans-serif;
	flex-grow: 1; /* ボックスのサイズを自動調整 */
	min-width: 160px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: center; /* 水平方向の中央揃え */
	border-radius: 50px;
	font-family: "Zen Kaku Gothic New", serif;
}
.kakomi-tag01 .end{		/* などを末尾につけたい場合に */
	background-color:transparent;
	padding: 5px;
	font-size: clamp(14px, 1.3vw, 14px);
	font-family: Arial, sans-serif;
	width: 20px;
	min-width: 40px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: left; /* 水平方向の中央揃え */
}
@media (max-width: 968px) {
	.kakomi-tag01 {
		width: 100%;
	}
}
@media (max-width: 568px) {
	.kakomi-tag01 .end{
		text-align: right;
	}
}
/*印刷時*/
@media print{
	.kakomi-tag01 {
		display: flex;
		flex-wrap: wrap; /* 子要素を折り返す */
		gap: 10px;
		width: 90%;
		justify-content: space-between; /* 左右のボックスを揃える */
		margin: 20px auto;
	}
}
/*-----------------------------------------------*/
/*よく使うデザイン*/
/*-----------------------------------------------*/
/*印刷には表示されない*/
@media print{
	.print_none{
		display: none;
	}
}
/*調整*/
.adjus{
	padding-top: 15px;
}
/*テキストcenter→justify*/
.tx-ctj {
	margin: 0px auto;
	text-align: center;
}
@media (max-width: 968px) {
	.tx-ctj {
		text-align: justify;
	}
}
/*印刷時*/
@media print{
	.tx-ctj {
		margin: 0px auto;
		text-align: center;
	}
}
/*文字シャドウ*/
.tx-sha {
	text-shadow: #000 1px 0 10px;
}
/**/
.kukuri{
	border: 1px solid #aaa;
	padding: 20px 20px;
	margin: 25px auto;
	box-sizing: border-box;
	outline: 1px solid var(--accent-color2);
	outline-offset: -0.4rem;
}
/**/
.kukuri p{
	font-size: clamp(15px, 1.5vw, 16px);
	line-height: 1.4;
}
/**/
.kukuri2{
	border: 1px solid #e4e4e4;
	padding: 15px 20px;
	margin: 20px auto;
}
.kukuri2 p{
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.4;
	font-family: "Zen Kaku Gothic New", serif;
}

.kbg01{
	background-color: rgba(255, 255, 255, 0.8);
}
.kbg02{
	background-image: url("../img/bg_04.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
/**/
.lead-copy {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: clamp(22px, 2vw, 30px);
	font-weight: 700;

	background: linear-gradient(90deg, #D4AF37, #B08D57, #8C6239); /* 金→ブロンズ */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;

	margin: 0.1rem auto 0 auto;
	line-height: 1.4;
	width: fit-content;
}
/*今回↓*/
.sublead-copy {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: clamp(15px, 1.8vw, 20px);
	font-weight: 700;

	background: linear-gradient(90deg, #D4AF37, #B08D57, #8C6239); /* 金→ブロンズ */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;

	margin: 1.5rem auto 0 auto;
	line-height: 1.4;
	width: fit-content;
}
/*サブキャッチ補足文章*/
.lead-p {
	text-align: center;
	color: #c18184;
	font-size: clamp(16px, 1.7vw, 19px);
	font-weight: 500;
	margin: 5px auto 25px auto;
	line-height: 1.4;
	font-family: "Zen Kaku Gothic New", serif;
	background-color: #f0f0f0;
	width: fit-content;
	border-radius: 8px;
	padding: 5px 25px 7px 25px;
}
@media (max-width: 568px) {
	.lead-p {
		text-align: justify;
	}
}
/*======= 共通 ======*/
/*今回*/
.f-now{
	font-family: "Zen Kaku Gothic New", serif;
}
/*ika表示*/
@media print, screen and (min-width: 449px) {
	.ika {
		display: none;
	}
}
/**/
.each-page__heading01 {
	position: relative; /* 親要素を相対位置に設定 */
	margin-top: clamp(35px, 3vw, 50px);
	margin-bottom: clamp(35px, 3vw, 50px);
}
.each-page__heading01 h2 {
	/*width: fit-content;*/
	font-size: clamp(25px, 2.4vw, 33px);
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.2;
	font-weight: 400;
	position: relative;
	z-index: 1;
	opacity: 0.9;
	margin-bottom: 15px;
}
.each-page__heading01 h2::after {
	content: "";
	width: 3em;
	height: 5px;
	background: linear-gradient(to right, #1D3557, #225495, #4996D9);
	background-color: var(--main-color);
	position: absolute;
	bottom: -15px;
	left: calc(50% - 3em / 2);
}
.each-page__heading01 h2.disno::after{
	display: none;/*下線無くしたい場合*/
}
.each-page__heading01 span {
	position: absolute;
	font-family: "WindSong", serif;
	/*font-family: "Corinthia", cursive;*/
	margin: 0 auto;
	font-size: clamp(37px,10vw,67px);
	text-align: center;
	top: -1em;
	transform-origin: center top;
	pointer-events: none;
	white-space: nowrap;
	/*text-transform: lowercase;*/
	color: var(--accent-color3);
	opacity: 0.3;
	/*transform: rotate(-10deg);*/

	left: 50%;/*中央配置*/
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
/*色かえ→お問い合わせバナー部分*/
.each-page__heading01 span.irokae {
	position: absolute;
	font-family: "WindSong", serif;
	/*font-family: "Corinthia", cursive;*/
	margin: 0 auto;
	font-size: clamp(37px,10vw,67px);
	text-align: center;
	top: -1em;
	transform-origin: center top;
	pointer-events: none;
	white-space: nowrap;
	/*text-transform: lowercase;*/
	color: #B9A361;
	opacity: 0.7;
	/*transform: rotate(-10deg);*/

	left: 50%;/*中央配置*/
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
/*冒頭一文*/
p.grp{
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.3;
	margin: 0 auto 10px auto;
	width: fit-content;
	color: #666;
}
/**/
p.grp2{
	font-size: clamp(15px, 1.6vw, 17px);
	line-height: 1.7;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400 !important;
	/*-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;*/
}

/*TELバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 10px;
	align-items: center;
}
@media (max-width: 568px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 15px;
	}
}
/*印刷時*/
@media print{
	.tel_bnr{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 15px;
		grid-row-gap: 10px;
		align-items: center;
	}
}

/*各ページ遷移バナー*/
/* グリッド全体 */
.link-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 6px;
	padding: 20px;
	box-sizing: border-box;
}
/* 各カード */
.link-card {
	position: relative;
	overflow: hidden;
}
/* リンク全体 */
.link-card-inner {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
}
/* 画像 */
.link-image img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.4s ease;
}
/* テキスト（画像の上に左下寄せ） */
.link-text {
	position: absolute;
	bottom: 16px;
	left: 16px;
	right: 16px;
	color: #fff;
	z-index: 2;
	pointer-events: none; /* テキスト上でもhover有効にする */
}
.overlay-en {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(13px, 1.3vw, 13px);
	text-transform: uppercase;
	margin-bottom: 2px;
	font-weight: bold;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
.overlay-title {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(22px, 2vw, 30px);
	font-weight: bold;
	margin-bottom: 6px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
.overlay-desc {
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(14px, 1.5vw, 15px);
	line-height: 1.4;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
/* ホバー時の画像拡大 */
.link-card-inner:hover img {
	transform: scale(1.05);
}
/* レスポンシブ対応 */
@media (max-width: 1068px) {
	.link-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.link-image {
		position: relative;
		width: 100%;
		height: 280px; /* 任意の高さ。調整可能 */
		overflow: hidden;
	}

	.link-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center; /* 上下中央を表示 */
		transition: transform 0.4s ease;
	}
	/* よくある質問の画像だけ上寄せに */
	.link-image img.crop-top {
		object-position: top;
	}
}
@media (max-width: 600px) {
	.link-grid {
		grid-template-columns: 1fr;
	}
}









/*======= 売りたい方へページ ======*/
/**/
.sale-sec1 {
	padding: var(--v-space3) 0 160px 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_02.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
}
/**/
.sale-lead {
	padding: clamp(35px, 4vw, 40px) 20px 0 20px;
	font-family: "Zen Kaku Gothic New", serif;
	max-width: 900px;
	margin: 0 auto;
}
.section-title {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(22px, 2vw, 33px);
	color: #1D3557;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.lead-text p {
	font-size: clamp(16px, 1.7vw, 17px);
	color: #222;
	line-height: 1.8;
	margin-bottom: 1.2em;
	-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;
}




/*売却をお考えの理由はさまざまです*/
.sale-sec2 {
	padding: 0 0 var(--v-space) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/**/
.spot-heading09{
	text-align: center;
	position: relative;
	top:-50px;
	display: block;
	z-index: 3;
	margin-bottom: -60px;
}

.spot-heading09 .heading-line {
	width: 1px;
	height: 100px;
	background-color: var(--main-color);
	margin: 0 auto;
}

.spot-heading09 p {
	position: relative;
	font-size: clamp(18px, 2.4vw, 27px);
	font-family: "WindSong", serif;
	color: var(--main-color);
	margin: 20px 0 10px 0;
	opacity: 0.5;
}

.spot-heading09 h2 {
	position: relative;
	top:-13px;
	font-size: clamp(22px, 2vw, 28px);
	line-height: 1.3;
	color: var(--accent-color1);
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 25px;
}

/**/
.reason-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 25px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
/**/
.reason-card {
	/*background-color: #f7f7f7;*/
	padding: 25px;
	transition: 0.3s ease;
	width: calc(33.333% - 20px); /* 3列用 */
	min-width: 250px;
	box-sizing: border-box;
	/*outline: 2px solid #fff;
	outline-offset: -0.8rem;*/
	position: relative;
	z-index: 1;
	border: 1px solid #b0bdce;
}

/* 右下の枠線（後ろにずらす） */
.reason-card::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 100%;
	height: 100%;
	border: 1px solid #ece6e6;
	z-index: -1;
}
/* 左上の枠線（前にずらす） */
/*
.reason-card::before {
	content: "";
	position: absolute;
	top: -4px;
	left: -4px;
	width: 100%;
	height: 100%;
	border: 1px solid #ce8181;
	z-index: -1;
}
*/

@media (max-width: 968px) {
	.reason-card {
		width: calc(50% - 20px); /* 2列 */
	}
}
@media (max-width: 600px) {
	.reason-card {
		width: 100%; /* スマホは1列 */
	}
}
/*印刷時*/
@media print{
	.reason-card {
		/*background-color: #f7f7f7;*/
		padding: 25px;
		transition: 0.3s ease;
		width: calc(33.333% - 20px); /* 3列用 */
		min-width: 250px;
		box-sizing: border-box;
		/*outline: 2px solid #fff;
		outline-offset: -0.8rem;*/
		position: relative;
		z-index: 1;
		border: 1px solid #b0bdce;
	}

	/* 右下の枠線（後ろにずらす） */
	.reason-card::after {
		content: "";
		position: absolute;
		top: 4px;
		left: 4px;
		width: 100%;
		height: 100%;
		border: 1px solid #ece6e6;
		z-index: -1;
	}
}
.reason-card:hover {
	background-color: #f7f7f7;
}
.reason-icon {
	text-align: center;
}
.reason-icon img {
	width: 200px;
	height: 125px;
	margin: 0 auto 10px auto;
}
.reason-card h4 {
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(14px, 1.4vw, 19px);
	color: var(--accent-color1);
	margin-bottom: 10px;
	text-align: center;
}
@media (max-width: 968px) {
	.reason-card h4 {
		font-size: clamp(16px, 1.7vw, 19px);
	}
}
/*印刷時*/
@media print{
	.reason-card h4 {
		font-family: "Zen Kaku Gothic New", serif;
		font-size: clamp(14px, 1.4vw, 19px);
		color: #333;
		margin-bottom: 10px;
		text-align: center;
	}
}
.reason-card p {
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(14px, 1.5vw, 15px);
	line-height: 1.4;
	color: #555;
	text-align: justify;
}
.cta-message {
	font-family: "Zen Kaku Gothic New", serif;
	margin-top: 60px;
	font-size: clamp(16px, 1.6vw, 17px);
}





/*売却ご相談の流れ*/
.sale-sec3 {
	padding: 0 0 var(--v-space) 0;
	background-color: #f7f7f7;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*改行のための*/
span.kaig {
	display: inline-block;
}
/*3つ*/
.flow-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
@media (max-width: 868px) {
	.flow-container {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
}
/*印刷用*/
@media print{
	.flow-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 40px;
	}
}
/**/
.flow-container-item{
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;/*4行*/
	gap: 0px;
	align-items: center;
	padding: 15px;
	background-color: rgba(126, 126, 126, 0.07);
	box-sizing: border-box;
	position: relative;
}
/**/
.flow-container-item1{
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;/*4行*/
	gap: 0px;
	align-items: center;
	padding: 15px;
	background-color: rgba(126, 126, 126, 0.07);
	box-sizing: border-box;
}
/**/
.f-icon01 {
	line-height: 2;
	width: 2em;
	height: 2em;
	text-align: center;
	color: #fff;
	background: var(--main-color);
	margin: 0 auto 15px;
	display: block;
	border-radius: 100vh;
	position: relative;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: clamp(16px,1.6vw,17px);
	font-weight: 600;
}
/**/
.flow-container-item::after {
	content: "";
	width: 13px;
	height: 13px;
	margin-right: 13px;
	display: inline-block;
	border-top: 2px solid #999;	/* 右矢印 */
	border-right: 2px solid #999;/*  */
	position: absolute;
	top: calc(50% - 13px);/* 矢印の位置 */
	left: -31px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media (max-width: 868px) {
	.flow-container-item::after {
		display: none;
	}
}
/*番号部分の吹き出し*/
div.f-icon01::before {
	content: "";
	border: solid transparent;
	border-width: 7px;
	border-top-color: var(--main-color);
	position: absolute;
	top: calc(100% - 2px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
/**/
h3.flow-h{
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(16px,1.6vw,19px);
	font-weight: 600;
	color: var(--main-color);
	text-align: center;
	line-height: 1.3;
	margin-bottom: 20px;
}
@media (max-width: 568px) {
	h3.flow-h{
		font-size: 17px;
	}
}
.flow-p{
	font-family: "Zen Kaku Gothic New", serif;
	margin-left: 0;
	margin-bottom: 15px;
	font-size: clamp(14px,1.4vw,15px);
	line-height: 1.5;
	text-align: justify;
}
.flow-container-item1 img {
	outline: 1px solid #fff;
	outline-offset: -0.6rem;
}
.flow-container-item img {
	outline: 1px solid #fff;
	outline-offset: -0.6rem;
}



/*賃貸・管理事業*/
.sale-sec4 {
	padding: var(--v-space) 0 clamp(130px, 7vw, 150px) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_03.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
}

.sale-sec4 p {
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(15px,1.5vw,16px);
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
	width: 70%;
}
@media (max-width: 968px) {
	.sale-sec4 p {
		width: 100%;
	}
}
/*印刷用*/
@media print{
	.sale-sec4 p {
		font-family: "Zen Kaku Gothic New", serif;
		font-size: clamp(15px,1.5vw,16px);
		color: #fff;
		text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
		width: 70%;
	}
}












/*======= 買いたい方へページ ======*/
/**/
.purchase-sec1 {
	padding: var(--v-space3) 0 160px 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_04.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
}
@media only screen and (max-width: 468px) {
	.purchase-sec1 {
		background-position: 83% 100%;
	}
}

/*理想の住まい探しから、将来を見据えた不動産選びまで*/
.purchase-sec2 {
	padding: 0 0 var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*購入ご相談の流れ*/
.purchase-sec3 {
	padding: 0 0 var(--v-space) 0;
	background-color: #f4f5ef;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*4つの枠で3つ*/
/*flexで*/
.general-item-circle3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	box-sizing: border-box;
	margin: 30px auto 0 auto;
	max-width: 1100px;
}
.circle-item3 {
	width: calc((100% - 60px) / 4); /* gap分引いた上で4分割 */
	/*min-width: 250px;*/ /* スマホで潰れすぎ防止 */
	box-sizing: border-box;
}
/* タブレット対応：2カラム */
@media only screen and (max-width: 868px) {
	.general-item-circle3 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 5px 15px;
		margin: 30px 0 50px 0;
		box-sizing: border-box;
	}
	.circle-item3 {
		width: calc((100% - 30px) / 3);
	}
}
/* スマホ対応：2カラム */
@media only screen and (max-width: 468px) {
	.circle-item3 {
		width: calc((100% - 15px) / 2);
	}
}

/* 印刷用 */
@media print {

}

.circle-item3 img{
	outline: 10px solid #ffffff69;
	outline-offset: -10px;
}



/*円*/
.circle {
	width: 100%;
	max-width: 300px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	/*border-radius: 50%;*/
}

/* ゆらゆらアニメーション */
@keyframes float-updown {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px); /* 上に10px動く */
	}
}

/* 適用クラス */
.float-anim {
	animation: float-updown 3s ease-in-out infinite;
}

/* 遅延付きバリエーション */
.float-delay1 {
	animation-delay: 0s;
}
.float-delay2 {
	animation-delay: 1s;
}
.float-delay3 {
	animation-delay: 2s;
}
/* 印刷用 */
@media print {
	/* アニメーションを無効にする */
	.float-anim {
		animation: none !important;
	}
}







/*======= よくある質問ページ ======*/
.faq-sec {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
div.faq-in{
	padding: 0;
	font-family: "Zen Kaku Gothic New", serif;
}
/*枠付きデザイン*/
.onecours{
	background-color: rgba(247, 247, 247, 0.85);
	padding: 15px 25px 15px 20px;
	margin: 0 0 15px 0;
	font-size: clamp(15px, 1.5vw, 16px);
	/*border: 1px #f0efdd solid;*/
}
.faq-item {
	display: grid;
	grid-template-columns: 1.5em 1fr;
	column-gap: 10px;
	row-gap: 10px;
}
.faq-label {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.5;
	border-radius: 3px;
	width: 1.5em;
	text-align: center;
	align-self: start;	/* lavelを上揃えに */
	padding: 0 1px 3px 1px;
	font-family: "Zen Kaku Gothic New", serif;
}
.faq-label.q {
	background-color: var(--main-color);
}
.faq-label.a {
	background-color: var(--accent-color2);
}
.faq-question,
.faq-answer {
	margin: 0;
	line-height: 1.5;
	text-align: justify;
}
.faq-question{
	font-weight: bold;
}
hr.faqHr{
	height: 0px;
	border-bottom: 1px dotted #7b7b7b;
	margin: 10px auto;
}






/*======= 会社案内ページ ======*/
/*概要*/
.info-sec {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.bg_b {
	/*background: rgba(255, 255, 255, 0.8);
	padding: 40px;*/
	margin: 60px 10% 0 10%;
}
@media (max-width: 568px) {
	.bg_b {
		padding: 10px;
		margin: 0;
	}
}
/* 概要部分のテーブル */
table.inftb{
	box-sizing: border-box;
	font-family: "Zen Kaku Gothic New", serif;
}
table.inftb tr {
	box-sizing: border-box;
}
table.inftb tr td:nth-of-type(1) {
	font-weight: 600;
	border-bottom: 1px solid #b0b0b0;
	padding: 17px 5px;
	width: 11em;
	box-sizing: border-box;
	/*background: url(../img/icon01.png) no-repeat 7px center;
	background-size: 30px;
	padding: 15px 13px 15px 43px;*/
	font-size: clamp(16px, 1.7vw, 17px);
	line-height: 1.2;
}
table.inftb tr td:nth-of-type(2)  {
	border-bottom: 1px solid #b0b0b0;
	padding: 17px 13px;
	box-sizing: border-box;
	width: calc((100% - 11em) / 1);
	font-size: clamp(15px, 1.6vw, 17px);
}

@media screen and (max-width: 568px) {
	table.inftb tr td:nth-of-type(1) {
		display: block;
		padding: 17px 10px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
		background-color: rgba(198, 212, 234, 0.3);
	}
	table.inftb tr td:nth-of-type(2)  {
		display: block;
		border-bottom: none;
		padding: 17px 5px 20px 5px;
		width: 100%;
		text-align: justify;
	}
}

/* ／　リスト */
ul.bus-li {
	font-family: "Zen Kaku Gothic New", serif;
}
ul.bus-li li{
	line-height: 1;
	display: inline-block;
	white-space: nowrap;
	font-weight:400;
}
ul.bus-li li::after{
	content: " ／ ";
}
ul.bus-li li:last-child::after{
	content: none;
}
@media (max-width: 767px) {
	ul.bus-li li::after{
		content: none;
	}
	ul.bus-li li {
		display:block;
		width: 100%;
		line-height: 1.4;
	}
}


/*======= 横並びGALLERY ======*/
/* 横並びベース */
.se_overlap-gallery .ov-grid{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	overflow: hidden;
}

/* 各アイテム */
.se_overlap-gallery .ov-item{
	position: relative;
	overflow: visible; /* 子要素がはみ出せるように */
}
.se_overlap-gallery .ov-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease, z-index .4s ease, filter .4s ease;
}

/* ホバーで前面に拡大 */
.se_overlap-gallery .ov-item:hover{
	z-index: 5;
}
.se_overlap-gallery .ov-item:hover img{
	transform: scale(1.4);   /* 横にせり出す感覚 */
	filter: brightness(1.05);
	cursor: pointer;
}

/* 被さる際の立体感 */
.se_overlap-gallery .ov-item:not(:hover) img{
	filter: brightness(.6);
}

/* スマホは縦並びなどに切替 */
@media only screen and (max-width: 767px){
	.se_overlap-gallery .ov-grid{
		grid-template-columns: repeat(1, 1fr);
	}
	/* スマホは最初から明るい */
	.se_overlap-gallery .ov-item img{
		filter: brightness(1) !important;
	}
}


/*代表者プロフィール*/
.profile_sec1{
	padding: var(--v-space) 0 var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.prof-l{
	padding: 30px;
}
.prof-l p{
	text-align: right;
	line-height: 1.5;
	font-weight: 400;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 1px;
}
@media (max-width: 768px) {
	.prof-l p{
		text-align: center;
		letter-spacing: 2px;
	}
}
/*印刷用*/
@media print{
	.prof-l p{
		text-align: right;
		line-height: 1.5;
		font-weight: 400;
		font-family: 'Noto Serif JP', serif;
		letter-spacing: 1px;
	}
}


/**/
.prof-r{
	padding: 30px;
	color: #3c3c3c;
	font-family: "Zen Kaku Gothic New", serif;
}
@media (max-width: 768px) {
	.prof-r{
		padding: 0;
	}
}
.prof-r p{
	text-align: justify;
}

h4.ab-01{
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(16px, 1.7vw, 19px);
	margin: 15px 0;
	border-left: 5px solid var(--accent-color2);
	padding: 0 0 3px 10px;
	background-color: rgba(213, 191, 175, 0.2);
}
@media (max-width: 568px) {
	h4.ab-01{
		margin: 30px 0 15px 0;
	}
}

/**/
img.pcspwid3 {
	width: 230px;
	margin: 0 0 10px auto;
}
@media (max-width: 768px) {
	img.pcspwid3 {
		width: 230px;
		margin: 10px auto;
	}
}

/*保有資格*/
.current-positions {
	list-style: none;
	padding: 0;
	margin-top: 10px;
	font-family: "Zen Kaku Gothic New", serif;
}
.current-positions li {
	position: relative;
	padding-left: 1.2em;
	margin-bottom: 5px;
	font-size: clamp(13px, 1.4vw, 14px);
	color: #333;
}
.current-positions li::before {
	content: "■";
	position: absolute;
	left: 0;
	color: #999;
	font-size: 0.7em;
	top: 0.2em;
}










/*アクセス*/
.access_sec1{
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*カードレイアウト*/
.access_sec1_subcontainer {
	margin: 20px 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
}
.access_sec1_card {
	padding: 10px;
}

/**/
.access_sec1_card h3 {
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(18px, 2vw, 22px);
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 20px;
	color: var(--accent-color1);
	border-bottom: solid 2px #e6e6e6;
	padding-bottom: 0.2em;
}
.access_sec1_card h3::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px var(--main-color);
	padding-bottom: 0.2em;
	width: 25%;
}

.access_sec1_card p {
	font-family: "Zen Kaku Gothic New", serif;
	margin-top: 5px;
	margin-bottom: 10px;
}



