/*------制作メモ------

 #CDE3F8⇒メイン部分の背景、こだわり条件ボタン枠の背景
 #0D316D⇒タイトルバーとボタンの置換
 #5E8ABF⇒【エリア名（ローマ字）】
 #009CD1⇒ウェブアイコンの色
 #AD3333⇒値下げ・新着一覧リンクボタンホバー
 #ebf3f8⇒物件ホバー背景色

---------------------*/
/* lpo_common
---------------------------------------- */
#buy_wrap {
	overflow-x: hidden;
	& img {
		max-width: 100%;
	}
	& ul {
		list-style: none;
	}
	& p, & ul, & h2, & h3, & hr {
		margin: 0;
		padding: 0;
	}
	& a {
		text-decoration: none;
		color: #000000;
	}
	.buy_main {
		margin-bottom: 100px;
		padding: 0 clamp(20px, 1.65vw, 30px);
		>div {
			background: #f5f5f5;
			border-radius: 30px;
			overflow: hidden;
			position: relative;
			.buy_map {
				width: 55.5vw;
			}
			.buy_main_box {
				width: 34vw;
				height: fit-content;
				box-sizing: border-box;
				margin: auto;
				padding: 2.1vw 2.2vw 1.8vw 2.2vw;
				background: #FFF;
				border-radius: 20px;
				box-shadow: 0px 0px 10px 0px RGBA(196, 196, 196, 0.3);
				position: absolute;
				top: 0;
				bottom: 0;
				left: calc(55vw - clamp(20px, 1.65vw, 30px));
				z-index: 5;
				.buy_main_tl {
					display: flex;
					align-items: flex-end;
					gap: 0 0.78vw;
					margin-bottom: 1.55vw;
					>p {
						font-size: 2.6vw;
						line-height: 1;
						color: #454f57;
						font-weight: bold;
						letter-spacing: 0.05em;
					}
					>h2 {
						display: flex;
						align-items: center;
						gap: 0 1em;
						font-size: 0.78vw;
						color: #454f57;
						font-weight: bold;
						letter-spacing: 0.05em;
						&:before, &:after {
							font-size: 0.88vw;
						}
						&:before {
							content: "［";
						}
						&:after {
							content: "］";
						}
					}
				}
				.buy_main_part {
					margin-bottom: 1.5vw;
					.buy_main_part_tl {
						display: flex;
						align-items: center;
						gap: 0 0.5vw;
						margin-bottom: 0.78vw;
						>h3 {
							display: flex;
							align-items: center;
							gap: 0 0.7em;
							font-size: 1.15vw;
							line-height: 1;
							color: #b4a377;
							font-weight: bold;
							letter-spacing: 0.05em;
							&:before {
								flex-shrink: 0;
								content: "";
								display: block;
								width: 0.6vw;
								height: 0.6vw;
								box-sizing: border-box;
								border-radius: 50%;
								border: calc(0.6vw * 0.3) solid #b4a377;
							}
						}
						>p {
							font-size: 0.78vw;
							line-height: 1;
							color: #b4a377;
							font-weight: bold;
							letter-spacing: 0.05em;
						}
					}
					.buy_main_link {
						padding: 0.5vw;
						background: #f8f6f2;
						border-radius: 20px;
						>ul {
							display: flex;
							padding: 1.3vw 1.55vw;
							border: 1px dashed #d8cfb7;
							border-radius: 16px;
						}
						.buy_main_type {
							gap: 0 0.65vw;
							>li {
								width: calc((100% - 1.95vw)/3);
								>a {
									display: block;
									aspect-ratio: 1 / 1;
									box-sizing: border-box;
									padding: 1.35em 0 0 0;
									background: #FFF;
									border-radius: 10px;
									box-shadow: 0px 0px 10px 0px RGBA(196, 196, 196, 0.3);
									text-align: center;
									font-size: 0.83vw;
									transition: all 0.2s;
									&:hover {
										color: #b4a377;
										transform: translateY(3px);
									}
									>img {
										width: 2.6vw;
										height: auto;
										aspect-ratio: 5 / 4;
										margin-bottom: 0.8em;
									}
									>p {
										line-height: 1;
										font-weight: bold;
										letter-spacing: 0.05em;
									}
								}
							}
						}
						.buy_main_sort {
							flex-wrap: wrap;
							gap: 0.38vw;
							>li {
								>a {
									display: block;
									padding: calc(0.5em + 2px) 1.6em 0.5em 1.6em;
									background: #FFF;
									border: 2px solid #b4a377;
									border-radius: 50px;
									font-size: 0.78vw;
									line-height: 1;
									color: #b4a377;
									font-weight: bold;
									letter-spacing: 0.05em;
									transition: all 0.2s;
									&:hover {
										background: #b4a377;
										color: #FFF;
									}
								}
							}
						}
					}
				}
			}
			.t_con_btn {
				width: fit-content;
				margin: 0 auto;
			}
		}
		.t_con_btn {
			background-color: #cbbf9f;
			&:hover {
				background-color: #454f57;
			}
		}
	}
	.t_con_btn {
		background-color: #454f57;
		border-radius: 35px;
		font-size: clamp(13px, 1vw, 18px);
		letter-spacing: 0.1em;
		font-weight: bold;
		text-align: center;
		color: #ffffff;
		padding: clamp(23px, 3.2vh, 27px) clamp(35px, 2.6vw, 65px) clamp(21px, 3vh, 25px) clamp(60px, 4.6vw, 95px);
		position: relative;
		display: block;
		transition: all 0.4s;
		&:hover {
			background-color: #cbbf9f;
		}
		&:before {
			content: "";
			display: block;
			width: clamp(40px, 3vw, 50px);
			height: auto;
			aspect-ratio: 1 / 1;
			background-repeat: no-repeat;
			background-size: contain;
			position: absolute;
			top: 0;
			bottom: 0;
			margin: auto;
			left: 10px;
			background-image: url(/img/top/t_btn_arrow.webp);
		}
	}
	/*  スライダー共通  */
	.t_buy_w, .t_sale_w, .t_rent_w, .t_com_w {
		.t_con_slide {
			width: 50%;
			position: absolute;
			top: 110px;
		}
		.t_con_slide .swiper-container {
			position: relative;
			width: 100%;
			height: 100%;
			overflow: hidden;
		}
		.t_con_slide .swiper-container .swiper-slide {
			width: 100%;
			height: 100%;
			overflow: hidden;
		}
		.t_con_slide .swiper-container .swiper-slide img {
			object-fit: cover;
			width: 100%;
			height: 100%;
		}
		.t_con_slide .swiper-pagination {
			position: absolute;
			top: 40px;
			display: flex;
			gap: 0 5px;
			bottom: 0px !important;
			width: auto !important;
			height: 6px !important;
			transform: rotate(90deg) !important;
			z-index: 10;
			pointer-events: auto;
		}
		.t_con_slide .swiper-pagination .swiper-pagination-bullet {
			margin: 0 !important;
			width: clamp(20px, 1.5vw, 30px);
			height: clamp(4px, 0.57vh, 6px);
			background: #d8cfb7;
			border-radius: 0;
			opacity: 0.4;
			cursor: pointer;
			pointer-events: auto;
		}
		.t_con_slide .swiper-pagination .swiper-pagination-bullet-active {
			opacity: 1;
		}
		/* 2. 右配置バージョン (.is-right または既存クラス) */
		.t_con_slide.is-right {
			right: 0;
			left: auto;
		}
		.t_con_slide.is-right .swiper-container {
			border-radius: 100px 0px 0px 100px;
			/* 左側を丸く */
		}
		.t_con_slide.is-right .swiper-pagination {
			left: clamp(-50px, -3vw, -40px) !important;
			/* 左外側に配置 */
			right: auto !important;
		}
		/* 3. 左配置バージョン (.is-left または既存クラス) */
		.t_con_slide.is-left {
			left: 0;
			right: auto;
		}
		.t_con_slide.is-left .swiper-container {
			border-radius: 0px 100px 100px 0px;
			/* 右側を丸く */
		}
		.t_con_slide.is-left .swiper-pagination {
			right: clamp(-50px, -3vw, -40px) !important;
			/* 右外側に配置 */
			left: auto !important;
		}
	}
	.moji_gold {
		color: #beaf87;
	}
	.moji_blue {
		color: #454f57;
	}
	.t_con_tit_w {
		.t_con_tit_eng {
			font-family: "Zen Kaku Gothic Antique", sans-serif;
			font-weight: 900;
			font-style: normal;
			font-size: clamp(15px, 1.1vw, 20px);
			line-height: 1;
			letter-spacing: 0.1em;
			position: relative;
			padding: 0px 0px 0px 22px;
			color: #d8cfb7;
			text-align: left;
			&:before {
				content: "";
				width: clamp(10px, 0.76vw, 12px);
				height: auto;
				aspect-ratio: 1 / 1;
				border: 4px solid #cbbf9f;
				position: absolute;
				top: 0;
				bottom: 0;
				margin: auto;
				left: 0px;
				border-radius: 50%;
				box-sizing: border-box;
			}
		}
		>h2 {
			font-family: "Zen Kaku Gothic Antique", sans-serif;
			font-weight: 700;
			font-style: normal;
			font-size: clamp(35px, 2.6vw, 50px);
			line-height: 1.4;
			letter-spacing: 0.05em;
			margin: clamp(20px, 2.8vh, 30px) 0px 0px 0px;
		}
	}
	.t_con_text {
		font-size: clamp(12px, 0.92vw, 16px);
		line-height: 1.9;
		letter-spacing: 0.05em;
		font-weight: bold;
		color: #505050;
		margin: clamp(35px, 5vh, 45px) 0px 0px 0px;
	}
	.t_con_catch {
		font-size: clamp(22px, 1.6vw, 28px);
		line-height: 1.5;
		letter-spacing: 0.05em;
		font-weight: bold;
		margin: clamp(20px, 2.8vh, 30px) 0px 0px 0px;
	}
	.t_con_in {
		width: clamp(950px, 80vw, 1500px);
		margin: 0px auto;
		padding: 0px 43% 0px 0px;
		box-sizing: border-box;
		.t_buy_mansion {
			margin: 20px 0px 0px 0px;
			display: block;
			transition: all 0.4s;
			&:hover {
				transform: translateY(5px);
			}
			>img {
				width: clamp(470px, 36.1vw, 570px);
			}
		}
		.t_con_btn {
			margin: clamp(25px, 3.5vh, 35px) 0px 0px 0px;
		}
	}
	/*  会員登録  */
	#buy_mem {
		width: clamp(950px, 80vw, 1500px);
		margin: 0 auto;
		box-sizing: border-box;
		transition: all 0.2s;
		position: relative;
		&:hover {
			transform: translateY(5px);
			opacity: 0.8;
		}
		.buy_mem_login {
			font-size: clamp(10px, 0.8vw, 14px);
			line-height: 1;
			text-decoration: underline;
			text-decoration-thickness: 2px;
			text-underline-offset: 5px;
			position: absolute;
			left: clamp(275px, 22.4vw, 430px);
			bottom: clamp(45px, 3.62vw, 65px);
			color: #454545;
			font-weight: bold;
			z-index: 5;
			transition: all 0.2s;
			&:hover {
				color: #b4a377;
			}
		}
		.buy_mem_bnr {
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding: clamp(20px, 1.65vw, 30px);
			background: #eceadc;
			border-radius: 30px;
			.buy_mem_en {
				font-size: clamp(13px, 1.1vw, 20px);
				color: #d8cfb7;
				font-weight: 800;
				letter-spacing: 0.1em;
				-ms-writing-mode: tb-rl;
				writing-mode: vertical-rl;
			}
			.buy_mem_box {
				>h2 {
					margin-bottom: clamp(13px, 1.1vw, 20px);
					font-size: clamp(26px, 2.1vw, 38px);
					line-height: 1.2;
				}
				.buy_mem_num {
					margin-bottom: clamp(18px, 1.4vw, 25px);
					padding: clamp(13px, 1.1vw, 20px) clamp(13px, 1.1vw, 20px) clamp(13px, 1vw, 18px) clamp(27px, 2.2vw, 40px);
					background: #FFF;
					border-radius: 10px;
					>p {
						margin-bottom: clamp(20px, 1.65vw, 30px);
						font-size: clamp(13px, 1vw, 18px);
						font-weight: bold;
						text-align: center;
						>span {
							color: #ea3c3c;
						}
					}
					>div {
						display: flex;
						align-items: baseline;
						gap: 0 clamp(15px, 1.25vw, 22px);
						>div {
							position: relative;
							>img {
								width: clamp(23px, 1.95vw, 35px);
								position: absolute;
								top: calc(clamp(23px, 1.95vw, 35px)/2*-1);
								left: calc(clamp(23px, 1.95vw, 35px)/2*-1);
							}
							>div {
								display: flex;
								align-items: baseline;
								.buy_mem_num_suu {
									box-sizing: border-box;
									padding-top: clamp(8px, 0.75vw, 13px);
									font-size: clamp(24px, 2vw, 36px);
									color: #FFF;
									font-weight: bold;
									letter-spacing: 0.7em;
									text-align: right;
									overflow: hidden;
								}
								.buy_mem_num_ken {
									margin-left: 3px;
									font-size: clamp(13px, 1.1vw, 20px);
									font-weight: bold;
								}
							}
						}
						.buy_mem_num_ippan {
							>div {
								.buy_mem_num_suu {
									aspect-ratio: 374 / 160;
									height: clamp(35px, 2.89vw, 52px);
									padding-left: clamp(8px, 0.66vw, 12px);
									background-image: url(/img/top/mem_bg1.webp);
									background-repeat: no-repeat;
									background-size: contain;
									background-position: right;
								}
							}
						}
						.buy_mem_num_koukai {
							>div {
								.buy_mem_num_suu {
									height: clamp(35px, 2.89vw, 52px);
									padding-left: clamp(8px, 0.66vw, 12px);
									aspect-ratio: 500 / 160;
									background-image: url(/img/top/mem_bg2.webp);
									background-repeat: no-repeat;
									background-size: contain;
									background-position: right;
								}
								.is-under-1000 {
									padding-left: clamp(36px, 3vw, 54px);
								}
							}
						}
						>img {
							width: clamp(13px, 1.1vw, 20px);
						}
					}
				}
				.buy_mem_btn {
					display: flex;
					align-items: center;
					width: fit-content;
					gap: 0 clamp(40px, 3.33vw, 60px);
					background: #454f57;
					padding: clamp(16px, 1.35vw, 24px);
					border-radius: 15px;
					font-size: clamp(13px, 1vw, 18px);
					line-height: 1.2;
					color: #FFF;
					font-weight: bold;
					&:after {
						content: "";
						display: block;
						width: clamp(10px, 0.76vw, 14px);
						height: auto;
						aspect-ratio: 1 / 1;
						background-repeat: no-repeat;
						background-size: contain;
						background-image: url(/img/top/mem_arrow.webp);
					}
				}
			}
			>ul {
				display: flex;
				gap: 0 clamp(10px, 0.75vw, 13px);
				>li {
					width: clamp(185px, 15.6vw, 280px);
					padding: clamp(13px, 1.1vw, 20px) clamp(13px, 1.1vw, 20px) clamp(9px, 0.7vw, 12px) clamp(13px, 1.1vw, 20px);
					box-sizing: border-box;
					background: #FFF;
					border-radius: 20px;
					>img {
						margin-bottom: clamp(11px, 0.85vw, 15px);
						border-radius: 16px;
					}
					.buy_mem_meri_en {
						margin-bottom: clamp(7px, 0.52vw, 10px);
						font-size: clamp(10px, 0.8vw, 14px);
						line-height: 1.1;
						color: #d6d6d6;
						font-weight: 800;
					}
					.buy_mem_meri_name {
						margin-bottom: clamp(9px, 0.7vw, 12px);
						font-size: clamp(15px, 1.25vw, 22px);
						font-weight: bold;
						letter-spacing: 0.05em;
					}
					.buy_mem_meri_txt {
						margin-bottom: clamp(11px, 0.85vw, 15px);
						font-size: clamp(10px, 0.75vw, 13px);
						line-height: 1.5;
						font-weight: bold;
						letter-spacing: 0.05em;
					}
				}
			}
		}
	}
	/*  ローン  */
	#re_loan {
		.t_rent_w {
			margin-bottom: 150px;
			position: relative;
			.t_con_slide {
				top: -120px;
			}
			.t_con_in {
				.t_con_btn {
					width: fit-content;
				}
			}
		}
		.re_loan_pro {
			width: clamp(950px, 80vw, 1500px);
			box-sizing: border-box;
			margin: 0px auto 75px auto;
			padding: clamp(40px, 3.33vw, 60px) clamp(55px, 4.44vw, 80px);
			background: #f8f6f2;
			position: relative;
			&:after {
				content: "";
				width: 100px;
				height: 40px;
				margin: auto;
				background: #f8f6f2;
				clip-path: polygon(50% 100%, 0 0, 100% 0);
				position: absolute;
				left: 0;
				right: 0;
				bottom: -40px;
			}
			>h3 {
				width: clamp(300px, 24.55vw, 442px);
				margin: 0 auto 45px auto;
			}
			>ul {
				display: flex;
				border-right: 1px dashed #cbbf9f;
				>li {
					width: 25%;
					box-sizing: border-box;
					padding: 0 clamp(13px, 1.1vw, 20px);
					border-left: 1px dashed #cbbf9f;
					>div {
						background: #FFF;
						padding: 15px 0;
						border-radius: 10px;
						text-align: center;
						>img {
							width: clamp(120px, 10vw, 180px);
							margin-bottom: 10px;
						}
						>p {
							font-weight: bold;
							font-size: clamp(15px, 1.25vw, 22px);
							line-height: 1.4;
							color: #b4a377;
						}
					}
				}
			}
		}
		.re_loan_matome {
			>p {
				color: #454f57;
				font-weight: bold;
				text-align: center;
			}
			.re_loan_matome_catch {
				margin-bottom: 20px;
				font-size: clamp(24px, 2vw, 36px);
				line-height: 1.1;
				>span {
					color: #ea3c3c;
				}
			}
			.re_loan_matome_txt {
				margin-bottom: 35px;
				font-size: clamp(15px, 1.25vw, 22px);
				line-height: 1.1;
			}
			>ul {
				display: flex;
				justify-content: center;
				gap: 0 clamp(27px, 2.2vw, 40px);
				>li {
					width: clamp(180px, 14.5vw, 260px);
				}
			}
		}
	}
	/*  物件表示  */
	#re_bukken {
		padding: 110px 0 170px 0;
		position: relative;
		.re_bukken_inner {
			position: relative;
			z-index: 1;
			>div {
				width: clamp(950px, 80vw, 1500px);
				margin: 0 auto;
				padding: 80px 0 0 0;
				.re_bukken_tl {
					display: flex;
					align-items: flex-end;
					gap: 0 20px;
					margin: 0 0 60px 0;
					.re_bukken_tl_il {
						width: clamp(130px, 11vw, 208px);
					}
				}
				.re_bukken_box {
					display: flex;
					gap: 0px 35px;
					margin-bottom: 70px;
					>li {
						width: calc((100% - 105px) / 4);
						transition: all 0.3s;
						>a {
							display: block;
							background-color: #eceadc;
							border-radius: 20px;
							position: relative;
							transition: all 0.4s;
							z-index: 0;
							&:hover {
								transform: translateY(-7px);
								.t_bukken_pho {
									>img {
										transform: scale(1.2);
										filter: brightness(0.8);
									}
								}
								&:after {
									transform: translateX(5px);
								}
							}
							&:before {
								content: "";
								width: 40px;
								height: auto;
								aspect-ratio: 11 / 6;
								background-color: #ffffff;
								position: absolute;
								bottom: 20px;
								right: 20px;
								border-radius: 15px;
								z-index: -2;
							}
							&:after {
								content: "";
								display: block;
								width: 10px;
								height: auto;
								aspect-ratio: 3 / 2;
								background-repeat: no-repeat;
								background-size: contain;
								position: absolute;
								bottom: 28px;
								right: 35px;
								background-image: url(/img/top/t_bukken_arrow.webp);
								z-index: -1;
								transition: all 0.4s;
							}
							.t_bukken_pho {
								width: 100%;
								aspect-ratio: 3 / 2;
								border-radius: 20px;
								overflow: hidden;
								>img {
									object-fit: cover;
									width: 100%;
									height: 100%;
									object-position: center;
									transition: all 0.4s;
								}
							}
							.t_bukken_box {
								box-sizing: border-box;
								padding: clamp(13px, 1.1vw, 20px) 20px;
								.t_bukken_kind {
									font-size: clamp(9px, 0.7vw, 12px);
									line-height: 1;
									letter-spacing: 0.05em;
									position: relative;
									display: inline-block;
									padding: 0px 0px 0px 10px;
									font-weight: bold;
									&:before {
										content: "[";
										display: block;
										font-size: clamp(9px, 0.7vw, 12px);
										position: absolute;
										top: -1px;
										left: 2px;
										font-family: "Zen Kaku Gothic Antique", sans-serif;
										font-weight: 700;
										font-style: normal;
										line-height: 1;
										color: #333333;
									}
									&:after {
										content: "]";
										display: block;
										font-size: clamp(9px, 0.7vw, 12px);
										position: absolute;
										top: -1px;
										right: -8px;
										font-family: "Zen Kaku Gothic Antique", sans-serif;
										font-weight: 700;
										font-style: normal;
										line-height: 1;
										color: #333333;
									}
								}
								.t_bukken_tit {
									font-size: clamp(13px, 1vw, 18px);
									line-height: 1;
									letter-spacing: 0.05em;
									margin: 8px 0px 0px 0px;
									font-weight: bold;
									>span {
										overflow: hidden;
										display: -webkit-box;
										-webkit-box-orient: vertical;
										-webkit-line-clamp: 1;
									}
								}
								.t_bukken_mid {
									display: flex;
									gap: 0px 25px;
									margin: 10px 0px 0px 0px;
									align-items: flex-end;
									.t_bukken_mo {
										font-size: clamp(13px, 1.1vw, 20px);
										line-height: 1;
										letter-spacing: 0.05em;
										font-weight: bold;
										color: #ea3c3c;
										position: relative;
										&:after {
											position: absolute;
											content: "";
											right: -13px;
											bottom: 2px;
											width: 2px;
											height: clamp(10px, 0.75vw, 13px);
											transform: rotate(25deg);
											background-color: #333333;
											border-radius: 1px;
										}
									}
									.t_bukken_floor {
										font-size: clamp(10px, 0.75vw, 13px);
										line-height: 1;
										letter-spacing: 0.05em;
										font-weight: bold;
									}
								}
								.t_bukken_det {
									font-size: clamp(9px, 0.7vw, 12px);
									line-height: 1.6;
									letter-spacing: 0.05em;
									font-weight: bold;
									margin: 10px 0px 0px 0px;
									width: 75%;
									>span {
										overflow: hidden;
										display: -webkit-box;
										-webkit-box-orient: vertical;
										-webkit-line-clamp: 1;
									}
								}
							}
						}
					}
				}
			}
		}
		.t_con_btn {
			display: block;
			box-sizing: border-box;
			width: clamp(400px, 32vw, 600px);
			margin: 0 auto;
			font-size: clamp(15px, 1.25vw, 22px);
			line-height: 1.5;
			border-radius: 50px;
		}
	}
	.re_reco,
	.re_kodawari {
		background: #FFF;
	}
	.re_reco {
		border-radius: 0 0 150px 0;
		.re_bukken_tl_txt {
			width: clamp(415px, 35vw, 664px);
		}
		.re_bukken_inner {
			&:before {
				content: "";
				width: 82vw;
				height: calc(100% - 35px);
				background: #f5f5f5;
				border-radius: 500px 0 0 500px;
				position: absolute;
				right: 0;
				top: 0;
				z-index: -1;
			}
		}
	}
	.re_latest {
		background: #f8f6f2;
		border-radius: 0 0 150px 0;
		.re_bukken_tl_txt {
			width: clamp(310px, 25.75vw, 495px);
		}
		.re_bukken_inner {
			&:before {
				content: "";
				width: 82vw;
				height: calc(100% - 35px);
				background: #FFF;
				border-radius: 500px 0 0 500px;
				position: absolute;
				right: 0;
				top: 0;
				z-index: -1;
			}
		}
	}
	.re_kodawari {
		border-radius: 150px 0 0 0;
		.re_bukken_tl_txt {
			width: clamp(410px, 34.25vw, 656px);
		}
		.re_bukken_inner {
			&:before {
				content: "";
				width: 82vw;
				height: calc(100% - 35px);
				background: #f5f5f5;
				border-radius: 500px 0 0 500px;
				position: absolute;
				right: 0;
				top: 0;
				z-index: -1;
			}
		}
	}
	/*  お客様の声  */
	.t_voice_w {
		margin: 180px 0px 0px 0px;
		padding: 0px 0px clamp(180px, 25.7vh, 240px) 0px;
		position: relative;
		z-index: 0;
		&:before {
			content: "";
			width: 100%;
			height: auto;
			aspect-ratio: 192 / 23;
			background-color: #ffffff;
			position: absolute;
			top: calc(100% / 192 * 23 * -1);
			left: 0;
			border-radius: 50%;
			z-index: -1;
		}
		&:after {
			content: "";
			width: 100%;
			height: 120%;
			background-color: #f5f5f5;
			position: absolute;
			top: 0px;
			left: 0px;
			right: 0;
			margin: auto;
			z-index: -2;
		}
		.t_voice_t {
			width: clamp(950px, 80vw, 1500px);
			margin: 0 auto;
			display: flex;
			align-items: flex-end;
			justify-content: space-between;
		}
		>iframe {
			width: 100%;
			overflow: hidden;
			height: clamp(570px, 81.4vh, 700px);
		}
	}
	/*  当社について  */
	.t_com_w {
		.t_com_t {
			position: relative;
			z-index: 0;
			&:before {
				content: "";
				display: block;
				width: calc(100% + 15px);
				height: auto;
				aspect-ratio: 2079 / 703;
				background-repeat: no-repeat;
				background-size: contain;
				position: absolute;
				top: clamp(-280px, -28.5vh, -200px);
				left: -15px;
				background-image: url(/img/top/t_com_bg.webp);
				z-index: -1;
			}
			.t_con_in {
				padding: 0px 0px 0px 47%;
				position: relative;
				&:after {
					content: "";
					display: block;
					width: clamp(127px, 9.7vw, 207px);
					height: auto;
					aspect-ratio: 69 / 80;
					background-repeat: no-repeat;
					background-size: contain;
					position: absolute;
					bottom: 0;
					margin: auto;
					right: 0px;
					background-image: url(/img/top/t_com_cala.webp);
				}
				.t_cor_con {
					>ul.in-view {
						>li {
							opacity: 1;
						}
						>li:nth-child(1) {
							transition-delay: 0.5s;
						}
						>li:nth-child(2) {
							transition-delay: 1s;
						}
						>li:nth-child(3) {
							transition-delay: 1.5s;
						}
					}
					>ul {
						margin: 25px 0px 0px 0px;
						width: clamp(310px, 23.8vw, 380px);
						>li {
							padding: 30px 0px;
							border-bottom: 1px solid #505050;
							opacity: 0;
							transition: all 0.3s;
							.t_com_item {
								font-size: clamp(12px, 0.92vw, 18px);
								line-height: 1;
								letter-spacing: 0;
								font-family: "Zen Kaku Gothic Antique", sans-serif;
								font-weight: 700;
								font-style: normal;
								position: relative;
								padding: 0px 0px 0px 18px;
								&:before {
									content: "";
									width: clamp(8px, 0.61vw, 12px);
									height: auto;
									aspect-ratio: 1 / 1;
									border: 3.5px solid #b4a377;
									position: absolute;
									top: 0;
									bottom: 0;
									margin: auto;
									left: 0px;
									border-radius: 50%;
									box-sizing: border-box;
								}
							}
							.t_com_text {
								font-size: clamp(12px, 0.92vw, 15px);
								line-height: 1.5;
								letter-spacing: 0.05em;
								font-weight: bold;
								margin: 10px 0px 0px 0px;
								color: #505050;
							}
							.t_com_map {
								font-size: clamp(13px, 1vw, 18px);
								line-height: 1;
								letter-spacing: 0.05em;
								font-weight: bold;
								margin: 15px 0px 0px 45px;
								padding: 0px 0px 5px 0px;
								border-bottom: 1px solid #cbbf9f;
								display: inline-block;
								position: relative;
								transition: all 0.4s;
								&:hover {
									border-bottom: 1px solid #454f57;
									color: #454f57;
									&:before {
										background-image: url(/img/top/t_com_pin_h.webp);
									}
									&:after {
										background-image: url(/img/top/t_com_link_h.webp);
									}
								}
								&:before {
									content: "";
									display: block;
									width: clamp(13px, 1vw, 18px);
									height: auto;
									aspect-ratio: 3 / 4;
									background-repeat: no-repeat;
									background-size: contain;
									position: absolute;
									bottom: 5px;
									left: -25px;
									background-image: url(/img/top/t_com_pin.webp);
									transition: all 0.4s;
								}
								&:after {
									content: "";
									display: block;
									width: clamp(13px, 1vw, 17px);
									height: auto;
									aspect-ratio: 1 / 1;
									background-repeat: no-repeat;
									background-size: contain;
									position: absolute;
									top: 0;
									bottom: 0;
									margin: auto;
									right: -20px;
									background-image: url(/img/top/t_com_link.webp);
									transition: all 0.4s;
								}
							}
							.t_com_tel {
								display: flex;
								gap: 0px 5px;
								align-items: center;
								margin: 10px 0px 0px 0px;
								>img {
									width: clamp(15px, 1.1vw, 20px);
								}
								>p {
									font-size: clamp(19px, 1.4vw, 24px);
									line-height: 1;
									letter-spacing: 0.05em;
									font-weight: bold;
								}
							}
						}
						>li:first-child {
							padding: 0px 0px 30px 0px;
						}
						>li:last-child {
							border-bottom: none;
							padding: 30px 0px 0px 0px;
						}
					}
				}
			}
			.t_con_slide {
				height: clamp(450px, 64.2vh, 530px);
			}
		}
		.t_com_btn.in-view {
			>li {
				opacity: 1;
			}
			>li:nth-child(1) {
				transition-delay: 0.5s;
			}
			>li:nth-child(2) {
				transition-delay: 1s;
			}
			>li:nth-child(3) {
				transition-delay: 1.5s;
			}
			>li:nth-child(4) {
				transition-delay: 2s;
			}
		}
		.t_com_btn {
			margin: clamp(100px, 14.2vh, 140px) auto 0px auto;
			display: flex;
			gap: 0px 45px;
			width: clamp(950px, 80vw, 1500px);
			>li {
				width: calc((100% - 135px) / 4);
				aspect-ratio: 17 / 20;
				opacity: 0;
				transition: all 0.3s;
				>a {
					display: flex;
					align-items: center;
					justify-content: center;
					position: relative;
					overflow: hidden;
					width: 100%;
					height: 100%;
					padding: clamp(25px, 3.5vh, 30px) clamp(25px, 1.9vw, 35px) 0px clamp(25px, 1.9vw, 35px);
					box-sizing: border-box;
					border-radius: 20px;
					position: relative;
					&:before {
						content: "";
						width: 55px;
						height: auto;
						aspect-ratio: 11 / 6;
						background-color: #ffffff;
						position: absolute;
						bottom: 20px;
						right: 20px;
						border-radius: 15px;
						z-index: 3;
					}
					&:after {
						content: "";
						display: block;
						width: 15px;
						height: auto;
						aspect-ratio: 3 / 2;
						background-repeat: no-repeat;
						background-size: contain;
						position: absolute;
						bottom: 30px;
						right: 40px;
						background-image: url(/img/top/t_bukken_arrow.webp);
						z-index: 4;
						transition: all 0.4s;
					}
					>img {
						position: absolute;
						top: 0;
						right: 0;
						overflow: hidden;
						width: 100%;
						height: 100%;
						object-fit: cover;
						transition: all 0.4s;
					}
					>div {
						position: relative;
						z-index: 2;
						width: 100%;
						height: 100%;
						.t_com_btn_eng {
							font-size: clamp(11px, 0.84vw, 15px);
							line-height: 1;
							letter-spacing: 0.05em;
							font-family: "Zen Kaku Gothic Antique", sans-serif;
							font-weight: 700;
							font-style: normal;
							position: relative;
							color: #ffffff;
							padding: 0px 0px 0px 15px;
							&:before {
								content: "";
								width: clamp(7px, 0.53vw, 10px);
								height: auto;
								aspect-ratio: 1 / 1;
								border: 3px solid #ffffff;
								position: absolute;
								top: 0;
								bottom: 0;
								margin: auto;
								left: 0px;
								border-radius: 50%;
								box-sizing: border-box;
							}
						}
						.t_com_btn_jp {
							font-size: clamp(17px, 1.3vw, 27px);
							line-height: 1;
							letter-spacing: 0;
							color: #ffffff;
							font-family: "Zen Kaku Gothic Antique", sans-serif;
							font-weight: 700;
							font-style: normal;
							margin: 13px 0px 0px 0px;
						}
						.t_com_btn_text {
							font-size: clamp(10px, 0.76vw, 14px);
							line-height: 1.4;
							letter-spacing: 0.05em;
							color: #ffffff;
							font-weight: bold;
							margin: 15px 0px 0px 0px;
						}
					}
					&:hover {
						>img {
							transform: scale(1.2);
							filter: brightness(0.8);
						}
						&:after {
							transform: translateX(5px);
						}
					}
				}
			}
		}
	}
}