@charset "shift_jis";
/*************************************************/
/* 制作を始める時にはtop.css、header.css、h_menu.cssの中身をを削除してください */
/* ナビメニューのプルダウンを使用したい場合にはh_menu.cssの記述を参考にしてみてください。 */
/* この下にあるコメントアウトを活用してください！ */
/* 「assessment」は売却査定フォームのデフォルトデザイン用cssです */
/*************************************************/
/*************************************************/
/*  assessment  */
/*************************************************/
.t_asse_form_wrap {
	width: 1000px;
	margin: 0 auto 40px;
}
.t_asse_form_wrap .h2_title {
	width: 1000px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.t_asse_form {
	margin: 20px auto;
	border-radius: 3px;
	box-shadow: 0 0 3px 0 #999;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.t_asse_form table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}
.t_asse_form tr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 3px;
}
.t_asse_form tr th,
.t_asse_form tr td {
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.t_asse_form tr th {
	width: 25%;
	background: #FAFAF9;
}
.t_asse_form tr th {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	align-items: flex-start;
	text-align: left;
}
.t_asse_form tr td {
	width: 75%;
	font-size: 15px;
	line-height: 22px;
}
.t_asse_form th span {
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	line-height: 22px;
	border-radius: 3px;
}
.t_asse_form th span.t_asse_required {
	border: 1px solid #ff4a32;
	color: #ff4a32;
	background: #FFE8E5;
}
.t_asse_form th span.t_asse_any {
	border: 1px solid #237dc0;
	color: #237dc0;
	background: #dfebf5;
}
.t_asse_form td p {
	color: #999;
}
.t_asse_form td input[type="text"],
.t_asse_form td input[type="tel"],
.t_asse_form td input[type="password"],
.t_asse_form td input[type="number"],
.t_asse_form td textarea,
.t_asse_form td select {
	font-size: 16px;
	line-height: 24px;
	padding: 8px 15px;
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	margin-bottom: 4px;
	margin-right: 5px;
}
.t_asse_form td input[type="button"] {
	font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 15px;
	border: 1px solid #ccc;
	background: #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	cursor: pointer;
}
.t_asse_form td input[type="button"]:hover {
	background: #ccc;
}
.t_asse_form td select {
	cursor: pointer;
	height: 42px;
	vertical-align: bottom;
}
.t_asse_form td textarea {
	height: 150px;
	display: block;
}
.t_asse_form td label {
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	cursor: pointer;
	border-radius: 3px;
	padding: 9px 15px 9px 9px;
	display: inline-block;
	margin: 0 2px 5px 0;
}
.t_asse_form td label input {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.t_asse_form td label input[type="checkbox"],
.t_asse_form td label input[type="radio"] {
	vertical-align: sub;
	margin: 0 5px 0 0;
	cursor: pointer;
}
.t_asse_form td input[type="text"]:hover,
.t_asse_form td input[type="tel"]:hover,
.t_asse_form td input[type="password"]:hover,
.t_asse_form td input[type="number"]:hover,
.t_asse_form td textarea:hover,
.t_asse_form td select:hover,
.t_asse_form td label:hover {
	background: #f9fcf5;
	border: 1px solid #d6eaba;
}
.t_asse_btn input[type="submit"] {
	-webkit-appearance: none;
	border: 2px solid #2799fb;
	background: #2799fb;
	color: #fff;
	border-radius: 30px;
	width: 400px;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 3px 0 #999;
	padding: 0 40px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 auto;
	font-size: 20px;
	display: block;
	font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
.t_asse_btn input[type="submit"]:hover {
	color: #2799fb;
	background: #fff;
}
.t_asse_btn input[type="button"] {
	-webkit-appearance: none;
	border: 1px solid #ccc;
	background: #eee;
	border-radius: 3px;
	width: 100px;
	height: 40px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 auto;
	display: block;
	font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
.t_asse_btn input[type="button"]:hover {
	background: #ccc;
}
/*************************************************/
/* ここから下は削除して問題ありません  */
/*************************************************/
.sy_plan-detail {
	margin: 0 auto 60px;
	padding-top: 60px;
}
.sy_plan-detail table {
	border-collapse: collapse;
	width: 70%;
}
.sy_plan-detail th, .sy_plan-detail td {
	border: 1px solid #ccc;
	padding: 4px;
	font-weight: bold;
	font-size: 14px;
}
.sy_plan-detail th {
	width: 275px;
}
.sy_plan-detail td {
	width: 822px;
	height: 50px;
	padding: 10px 5px;
}
.sy_plan-detail .title {
	background: #065C40;
	color: #fff;
	line-height: 40px;
}
.sy_plan-detail tbody {}
.sy_plan-detail tbody th {
	text-align: left;
}
.sy_plan-detail tbody tr:nth-child(2n-1) th {
	background: #F5F5F5;
}
.sy_plan-detail tbody tr:nth-child(2n-1) td {
	background: #F4F9FF;
}
/*************************************************/
/* bukken_test
---------------------------------------- */
.tokusen_wrap {
	width: 1100px;
	margin: 10px auto 50px auto;
}
/********************************************
  
    .tb3_1_w780
  
*********************************************/
.tb3_1_w780 {
	width: 1100px;
	overflow: hidden;
}
.tb3_1_w780_row {
	width: 220px;
	margin: 0 46px 0 0;
	padding: 10px;
	position: relative;
	list-style: none;
	border-top: 1px solid #404040;
	border-bottom: 1px solid #404040;
	float: left;
	height: 320px;
	background: #FFF;
}
.tb3_1_w780_row>a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-decoration: none;
}
.tb3_1_w780_title {
	width: 220px;
	top: 170px;
	left: 10px;
	position: absolute;
	color: #515151;
	text-decoration: underline;
	height: 38px;
	font-size: 14px;
	display: block;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-weight: bold;
	line-height: 19px;
}
.tb3_1_w780_row:hover {
	background: #EEDBA2;
}
.tb3_1_w780_row:last-child {
	margin-right: 0 !important;
}
.tb3_1_w780_row ul {
	margin: 45px auto auto auto;
	text-align: left;
	padding: 0;
}
.tb3_1_w780_row ul li {
	font-size: 12px;
	margin: 0;
	clear: both;
	list-style: none;
	font-weight: bold;
	line-height: 26px;
}
.tb3_1_w780_img {
	margin: 0;
	/* max-height: 155px; */
	overflow: hidden;
	margin-bottom: 32px;
	/* border-bottom: 3px solid #FF0000; */
	height: 155px;
}
.tb3_1_w780_img img {
	max-width: 220px;
	height: auto;
}
.tb3_1_w780_img a {
	display: block;
}
.tb3_1_w780 ul div.tb3_1_w780_shosai {
	padding: 0 10px 5px 10px;
}
.tb3_1_w780 ul li.tb3_1_w780_kakaku {}
.tb3_1_w780 ul li.tb3_1_w780_kakaku b {
	color: #E75355;
	line-height: 28px;
	font-size: 17px;
}
.tb3_1_w780 ul li.tb3_1_w780_adress, .tb3_1_w780 ul li.tb3_1_w780_access {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tb3_1_w780 ul li.tb3_1_w780_more {
	width: 130px;
	margin: 10px auto auto;
	height: 25px;
	background: #CCCCCC;
	text-align: center;
	line-height: 25px;
}
.tb3_1_w780_row:hover .tb3_1_w780_more {
	background: #333333;
	color: #FFF;
}
body {
	font-family: "IBM Plex Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.05em;
}
p, h2, h3, ul, li {
	margin: 0;
	padding: 0;
	font-weight: 500;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
}
/*  メイン  */
body {
	background-color: #fafbff;
}
.top_wrap {
	overflow: hidden;
}
.main_wrap {
	display: flex;
	justify-content: space-between;
	padding: 10px clamp(25px, 1.9vw, 40px) 0px clamp(25px, 1.9vw, 40px);
	align-items: center;
}
.main_slide_w {
	width: 70%;
	position: relative;
}
.main_slide_w a {
	display: block;
}
.main_slide_w .swiper-pagination {
	position: absolute;
	bottom: -20px !important;
	left: 0 !important;
	display: flex;
}
.main_slide_w .swiper-pagination-bullet {
	border-radius: 3px;
	width: 16px;
	height: 16px;
	background-color: #dde0ea;
	opacity: 1;
}
.main_slide_w .swiper-pagination-bullet-active {
	background-color: #505864;
}
.swiper-container1 {
	overflow: hidden;
	height: 100%;
}
.main_btn_box {
	width: 29%;
	box-shadow: 0px 0px 10px 0px rgba(101, 101, 101, 0.1);
	border-radius: 10px;
	box-sizing: border-box;
	padding: clamp(28px, 4vh, 38px) clamp(28px, 2.1vw, 38px);
	background-color: #ffffff;
}
.main_btn_box_btn li {
	padding: 10px 0px;
	border-top: 1px solid #b2bfd4;
}
.main_btn_box_btn li:first-child {
	border-top: none;
	padding: 0px 0px 10px 0px;
}
.main_btn_box_btn li:last-child {
	padding: 10px 0px 0px 0px;
}
.main_btn_box_btn li a {
	display: block;
	border: 2px solid #262f3d;
	border-radius: 10px;
	color: #262f3d;
	box-sizing: border-box;
	padding: clamp(23px, 3.2vh, 33px) clamp(30px, 2.3vw, 40px);
	overflow: hidden;
	position: relative;
	transition: all 0.2s;
}
.main_btn_box_btn li a:hover {
	background-color: #edeeef;
}
.main_btn_box_btn li:nth-child(2) a:hover {
	background-color: #fdebe9;
}
.main_btn_box_btn li a:before {
	content: "";
	width: 15px;
	box-sizing: border-box;
	height: 100%;
	margin: auto;
	background-color: #262f3d;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0px;
}
.main_btn_box_btn li a:after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	background-image: url(/img/top/main_btn_arrow.webp);
}
.main_btn_box_btn li:nth-child(2) a {
	border: 2px solid #eb3e2a;
}
.main_btn_box_btn li:nth-child(2) a:before {
	background-color: #eb3e2a;
}
.main_btn_s {
	font-size: clamp(10px, 0.76vw, 15px);
	line-height: 1.2;
	font-weight: 600;
}
.main_btn_box_btn li:nth-child(2) .main_btn_s {
	color: #eb3e2a;
}
.main_btn_b {
	margin: 5px 0px 0px 0px;
	position: relative;
	display: inline-block;
	font-size: clamp(24px, 1.8vw, 34px);
	line-height: 1.2;
	font-weight: 600;
}
.main_btn_b:after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0px;
	right: -40px;
	width: 36px;
	height: 36px;
	aspect-ratio: 1 / 1;
}
.main_btn_box_btn li:nth-child(1) .main_btn_b:after {
	background-image: url(/img/top/main_btn_icon1.webp);
}
.main_btn_box_btn li:nth-child(2) .main_btn_b:after {
	background-image: url(/img/top/main_btn_icon2.webp);
}
.main_info_box {
	margin: 10px 0px 0px 0px;
	border: 1px solid #262f3d;
	padding: 8px 8px 0px 8px;
	box-sizing: border-box;
}
.main_info_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main_info_top_l {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0px 5px;
}
.main_info_top_l img {
	width: 20px;
}
.main_info_top_l p {
	font-size: clamp(12px, 0.92vw, 16px);
	line-height: 20px;
	font-weight: 600;
}
.main_info_top a {
	font-size: 12px;
	width: 115px;
	border-radius: 16px;
	box-sizing: border-box;
	line-height: 30px;
	border: 1px solid #515964;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(101, 101, 101, 0.1);
	position: relative;
	transition: all 0.2s;
	color: #262f3d;
}
.main_info_top a:hover {
	background-color: #505864;
	color: #ffffff;
}
.main_info_top a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0px;
	margin: auto;
	left: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: radial-gradient(farthest-corner, #d9201a, #f5432c);
	transition: all 0.2s;
}
.main_info_top a:hover:before {
	background: #ffffff;
}
.main_info_top a:after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	bottom: 0px;
	margin: auto;
	right: 10px;
	width: 10px;
	height: 9px;
	background-image: url(/img/top/t_con_arrow.webp);
	transition: all 0.2s;
}
.main_info_top a:hover:after {
	background-image: url(/img/top/t_con_arrow_h.webp);
}
.t_info_box {
	width: 100%;
	height: 103px;
	margin: 8px 0px 0px 0px;
}
.main_info_con {
	background-color: #f0f2f6;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 0px 10px;
}
.main_info_con li a {
	padding: 10px 0px;
	border-bottom: 1px solid #b2bfd4;
	display: flex;
	align-items: center;
	white-space: nowrap;
	gap: 0px 8px;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 11px;
	color: #505864;
	line-height: 12px;
	font-weight: 600;
	transition: all 0.2s;
}
.main_info_con li a:hover {
	color: #eb3e2a;
}
.main_info_con li:last-child a {
	border-bottom: none;
}
.main_info_con li a span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*  会員ログイン  */
.t_con_box {
	margin: 50px auto 0px auto;
	width: 1100px;
}
.t_kaiin_box {
	background-color: #eb3e2a;
	border-radius: 10px;
	display: flex;
	gap: 0px 20px;
	overflow: hidden;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 10px 10px 10px 20px;
	box-shadow: 0px 0px 10px 0px rgba(101, 101, 101, 0.1);
}
.t_kaiin_l {
	display: flex;
	position: relative;
}
.t_kaiin_l_moji p {
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
}
.t_kaiin_l_moji h2 {
	font-size: 27px;
	line-height: 32px;
	color: #ffffff;
	margin: 5px 0px 0px 0px;
}
.t_kaiin_l>img {
	position: absolute;
	top: -10px;
	right: -130px;
	width: 118px;
}
.t_kaiin_r {
	background-color: #ffffff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 18px 22px;
	text-align: right;
}
.t_kaiin_r form {
	display: flex;
	align-items: center;
	gap: 0px 20px;
	padding: 0px;
}
.t_kaiin_info {
	display: flex;
	gap: 0px 10px;
	align-items: center;
}
.login_info_box {
	display: flex;
	align-items: center;
	gap: 0px 8px;
}
.login_info_box_form>div span {
	font-size: 13px;
	line-height: 15px;
	color: #262f3d;
	font-weight: 600;
}
.login_info_box>div input {
	border: 1px solid #b2b2b2;
	border-radius: 5px;
	background-color: #f5f5f5;
	width: 200px;
	line-height: 31px;
	box-sizing: border-box;
	padding: 0px 10px;
}
.login_btn button {
	background-color: #ffffff;
	border: 1px solid #515964;
	box-sizing: border-box;
	border-radius: 2px;
	width: 120px;
	line-height: 33px;
	font-size: 11px;
	text-align: left;
	padding: 0px 0px 0px 12px;
	position: relative;
	transition: all 0.2s;
	cursor: pointer;
}
.login_btn button:hover {
	background-color: #505864;
	color: #ffffff;
}
.login_btn button:after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	bottom: 0px;
	margin: auto;
	right: 10px;
	width: 10px;
	height: 9px;
	background-image: url(/img/top/t_con_arrow.webp);
	transition: all 0.2s;
}
.login_btn button:hover:after {
	background-image: url(/img/top/t_con_arrow_h.webp);
}
.login_for {
	text-align: right;
	color: #7f7f7f;
	font-size: 11px;
	line-height: 20px;
	border-bottom: 1px solid #7f7f7f;
	display: inline-block;
	margin: 8px 0px 0px 0px;
}
/*  物件検索  */
.t_ser_box {
	margin: 15px 0px 0px 0px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(101, 101, 101, 0.1);
	overflow: hidden;
}
.t_ser_tit {
	background-color: #505864;
	color: #ffffff;
	display: flex;
	box-sizing: border-box;
	gap: 0px 10px;
	align-items: center;
	padding: 15px 20px;
}
.t_ser_tit h2 {
	font-size: 22px;
	line-height: 25px;
}
.t_ser_tit p {
	font-size: 11px;
	line-height: 16px;
	box-sizing: border-box;
	border: 1px solid #ffffff;
	border-radius: 10px 10px 10px 3px;
	padding: 2px 12px 0px 12px;
}
.t_ser_con {
	display: flex;
	background-color: #ffffff;
}
.t_ser_left {
	border-right: 1px solid #bbbbbb;
}
.t_ser_con>div {
	width: 50%;
}
.t_ser_det_tit {
	display: flex;
	gap: 0px 10px;
	align-items: flex-end;
	box-sizing: border-box;
	padding: 15px;
	border-bottom: 1px solid #bbbbbb;
}
.t_ser_det_tit img {
	width: 23px;
}
.t_ser_det_tit h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
}
.t_ser_l_con {
	padding: 20px 15px;
}
.t_ser_l_con>li {
	display: flex;
	gap: 0px 20px;
	align-items: flex-start;
	margin: 20px 0px 0px 0px;
}
.t_ser_l_con>li:first-child {
	margin: 0px;
}
.t_ser_l_con>li:last-child {
	align-items: center;
}
.t_ser_l_con>li label span {
	font-size: 12px;
	line-height: 14px;
	padding-left: 21px;
	margin: 0px !important;
	color: #000000;
	font-weight: 600;
}
.t_ser_l_con>li .checkbox01-parts::before {
	width: 14px;
	height: 14px;
	border: 1px solid #bbbbbb;
	border-radius: 3px;
}
.t_ser_l_item {
	font-size: 11px;
	background-color: #262f3d;
	border-radius: 10px;
	color: #ffffff;
	text-align: center;
	width: 70px;
	line-height: 20px;
	flex-shrink: 0;
}
.t_ser_l_btn {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 15px;
}
.t_ser_l_btn .radio02-input+label::before, .radio01-parts::before {
	width: 14px;
	height: 14px;
	border: 1px solid #bbbbbb;
}
.t_ser_l_btn .radio02-input:checked+label::after, .radio01-input:checked+.radio01-parts::after {
	width: 10px;
	height: 10px;
}
.t_ser_l_con>li select {
	background-color: #f5f5f5;
	border: none;
	width: 155px;
	font-size: 12px;
	color: #6b6b6b;
	padding: 11px 10px;
}
.t_ser_right>ul {
	padding: 20px 27px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 15px;
}
.t_ser_right>ul>li>a {
	width: 155px;
	display: block;
	border: 1px solid #262f3d;
	border-radius: 19px;
	text-align: center;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 36px;
	color: #262f3d;
	box-shadow: 0px 0px 10px 0px rgba(101, 101, 101, 0.1);
	position: relative;
	transition: all 0.2s;
	font-weight: 600;
}
.t_ser_right>ul>li>a:hover {
	background-color: #284b66;
	color: #ffffff;
}
.t_ser_right>ul>li>a:after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	bottom: 0px;
	margin: auto;
	right: 10px;
	width: 11px;
	height: 9px;
	background-image: url(/img/top/ser_btn_arrow.webp);
	transition: all 0.2s;
}
.t_ser_right>ul>li>a:hover:after {
	background-image: url(/img/top/ser_btn_arrow_h.webp);
}
.t_ser_right>a {
	display: block;
	text-align: center;
}
.t_ser_l_btn .checkbox01-input:checked+.checkbox01-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 6px;
	width: 3px;
	height: 9px;
	transform: rotate(40deg);
	border-bottom: 3px solid #FF5C26;
	border-right: 3px solid #FF5C26;
}
.t_ser_left .list_side_kensaku {
	padding: 0px;
	text-align: right;
}
.t_ser_left .list_side_kensaku button {
	font-size: 13px;
	width: 226px;
	border-radius: 23px;
	box-sizing: border-box;
	line-height: 42px;
	border: 1px solid #515964;
	text-align: center;
	background-color: #ffffff;
	color: #262f3d;
	box-shadow: 0px 0px 10px 0px rgba(101, 101, 101, 0.1);
	position: relative;
	transition: all 0.2s;
}
.t_ser_left .list_side_kensaku button:hover {
	background-color: #505864;
	color: #ffffff;
}
.t_ser_left .list_side_kensaku button:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0px;
	margin: auto;
	left: 20px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: radial-gradient(farthest-corner, #d9201a, #f5432c);
	transition: all 0.2s;
}
.t_ser_left .list_side_kensaku button:hover:before {
	background: #ffffff;
}
.t_ser_left .list_side_kensaku button:after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	bottom: 0px;
	margin: auto;
	right: 15px;
	width: 10px;
	height: 9px;
	background-image: url(/img/top/t_con_arrow.webp);
	transition: all 0.2s;
}
.t_ser_left .list_side_kensaku button:hover:after {
	background-image: url(/img/top/t_con_arrow_h.webp);
}
.t_ser_left form {
	padding: 0px 15px 18px 0px;
	display: block;
	margin: 0px 0px 0px auto;
}
/*  物件  */
.t_bukken_wrap {
	margin: 80px 0px 0px 0px;
}
.t_con_tit {
	display: flex;
	align-items: center;
	gap: 0px 30px;
	width: 1100px;
	margin: 0 auto;
}
.t_con_tit_l {
	display: flex;
	align-items: center;
	gap: 0px 20px;
}
.t_con_tit_l img {
	width: 38px;
	transform: translateY(-4px);
}
.t_bukken_rec .t_con_tit_l img {
	transform: translateY(-8px);
}
.t_con_tit_l p {
	font-size: 40px;
	line-height: 40px;
	color: #000000;
}
.gradient-border {
	display: inline-block;
	padding: 1px;
	background: linear-gradient(90deg, #f5432c, #d9201a);
	border-radius: 12px 12px 12px 3px;
}
.label {
	display: inline-block;
	background-color: white;
	padding: 3px 14px;
	border-radius: 11px 11px 11px 2px;
}
.label-text {
	background: linear-gradient(90deg, #f5432c, #d9201a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
}
.t_bukken_slide_w {
	margin: 30px 0px 0px 0px;
	padding: 0 80px;
	position: relative;
}
.t_bukken_slide_w .swiper-wrapper {
	margin: 0px 0px 0px 0;
}
.swiper-bukken ul li {
	width: 330px !important;
}
.swiper-bukken ul li a {
	display: block;
	box-shadow: 0px 0px 10px 0px rgba(101, 101, 101, 0.1);
	box-sizing: border-box;
	padding: 15px 0px 0px 0px;
	border-radius: 10px;
	color: #262f3d;
	background-color: #ffffff;
}
.t_bukken_pho {
	position: relative;
	border-radius: 3px;
	width: calc(100% - 30px);
	height: 177px !important;
	margin: 0 auto;
	overflow: hidden;
}
.t_bukken_pho img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.2s;
}
.swiper-bukken ul li a:hover .t_bukken_pho img {
	transform: scale(1.1);
}
.t_bukken_kind {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 13px;
	color: #ffffff;
	padding: 0px 13px;
	line-height: 32px;
	box-sizing: border-box;
	background: linear-gradient(90deg, #f5432c, #d9201a);
	text-align: center;
	border-radius: 3px 0px 20px 0px;
	z-index: 1;
}
.t_bukken_tit {
	font-size: 18px;
	line-height: 24px;
	padding: 15px;
}
.t_bukken_tit span {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.t_bukken_det {
	border-top: 1px solid #e3eaf6;
	border-bottom: 1px solid #e3eaf6;
	padding: 10px 0px;
	display: flex;
	justify-content: center;
	gap: 0px 5px;
}
.t_bukken_det>div {
	background-color: #f1f4fa;
	border-radius: 5px;
	height: 50px;
	display: flex;
	gap: 0px 5px;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	font-weight: 600;
}
.t_bukken_det_l {
	width: 170px;
}
.t_bukken_det_l span {
	font-size: 22px;
}
.t_bukken_det_r {
	width: 140px;
}
.t_bukken_det_r span {
	font-size: 20px;
}
.t_bukken_btm {
	display: flex;
	padding: 10px;
	align-items: center;
	justify-content: space-between;
}
.t_bukken_com {
	font-size: 13px;
	line-height: 18px;
}
.t_bukken_com span {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.t_bukken_more {
	font-size: 10px;
	border: 1px solid #505864;
	border-radius: 50%;
	box-sizing: border-box;
	width: 45px;
	line-height: 43px;
	flex-shrink: 0;
	text-align: center;
	transition: all 0.2s;
}
.swiper-bukken ul li a:hover .t_bukken_more {
	background-color: #505864;
	color: #ffffff;
}
.slider_scrollbar1, .slider_scrollbar2, .slider_scrollbar3 {
	width: 480px;
	position: relative;
	margin: 40px auto 0px auto;
}
.slider_scrollbar1::before, .slider_scrollbar2::before, .slider_scrollbar3::before {
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	background-color: rgba(227, 234, 246, 1);
	border-radius: 8px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.slider_btn {
	width: 18px !important;
	aspect-ratio: 1 / 1;
	background-color: #b2bfd4;
	border-radius: 50%;
	cursor: pointer;
}
.t_bukken_wrap .t_con_more_btn {
	margin: 40px auto 0px auto;
}
.t_con_more_btn {
	width: 350px;
	line-height: 68px;
	border-radius: 35px;
	border: 1px solid #515964;
	font-size: 16px;
	text-align: center;
	display: block;
	color: #262f3d;
	font-weight: 600;
	box-sizing: border-box;
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(101, 101, 101, 0.1);
	background-color: #ffffff;
}
.t_con_more_btn:hover {
	background-color: #505864;
	color: #ffffff;
}
.t_sale_w .t_con_more_btn:hover:before {
	background: #ffffff;
}
.t_con_more_btn:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0px;
	margin: auto;
	left: 30px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: radial-gradient(farthest-corner, #d9201a, #f5432c);
	transition: all 0.2s;
}
.t_con_more_btn:hover:before {
	background: #ffffff;
}
.t_con_more_btn:after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	bottom: 0px;
	margin: auto;
	right: 20px;
	width: 14px;
	height: 11px;
	background-image: url(/img/top/ser_btn_arrow.webp);
	transition: all 0.2s;
}
.t_con_more_btn:hover:after {
	background-image: url(/img/top/ser_btn_arrow_h.webp);
}
/*  お客様の声・販売実績  */
.t_cms_con {
	display: flex;
	gap: 0px 20px;
	justify-content: center;
	margin: 50px 0px 0px 0px;
}
.t_cms_con li {
	border-radius: 30px;
	text-align: center;
	width: 590px;
	position: relative;
	box-sizing: border-box;
	padding: 20px 0px 40px 0px;
}
.t_cms_cir {
	position: absolute;
	top: -10px;
	border-radius: 50%;
	width: 115px;
	height: 115px;
	box-sizing: border-box;
	background-color: #ffffff;
	font-size: 18px;
	line-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}
.t_cms_con li:nth-child(1) .t_cms_cir {
	border: 2px solid #505864;
	left: 20px;
	color: #262f3d;
}
.t_cms_con li:nth-child(2) .t_cms_cir {
	right: 20px;
	background: linear-gradient(90deg, #f5432c, #d9201a);
	padding: 2px;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.t_cms_con li:nth-child(2) .t_cms_cir p {
	width: 100%;
	height: 100%;
	background-color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.t_cms_con li:nth-child(2) .t_cms_cir p span {
	background: linear-gradient(90deg, #f5432c, #d9201a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	font-weight: 600;
}
.t_cms_con li:nth-child(1) {
	background-color: #f1f4fa;
}
.t_cms_con li:nth-child(2) {
	background-color: #fff6f5;
}
.t_cms_con li>img {
	width: 110px;
}
.t_cms_con li h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 600;
	margin: 15px 0px 0px 0px;
}
.t_cms_con li:nth-child(2) h2 {
	background: linear-gradient(90deg, #f5432c, #d9201a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.t_cms_text {
	font-size: 16px;
	line-height: 22px;
	margin: 25px 0px 0px 0px;
	font-weight: 600;
}
.t_cms_con .t_con_more_btn {
	margin: 30px auto 0px auto;
}
.t_cms_con li:nth-child(2) .t_con_more_btn:hover {
	background-color: #eb3e2a;
	border: 1px solid #eb3e2a;
}
/*  会員登録  */
.t_mem_w {
	margin: 70px 0px 0px 0px;
	padding: 70px 0px 60px 0px;
	border-top: 1px solid #b2bfd4;
	background-color: #ffffff;
}
.t_mem_in {
	width: 1200px;
	background-color: #f1f4fa;
	border-radius: 30px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 40px 40px 20px 40px;
}
.t_mem_t>p {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
}
.t_mem_t_l {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 15px 0px 0px 0px;
}
.t_mem_t_l .t_con_more_btn:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0px;
	margin: auto;
	left: 30px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: radial-gradient(farthest-corner, #d9201a, #f5432c);
	transition: all 0.2s;
}
.t_mem_t_l .t_con_more_btn:hover:before {
	background: #ffffff;
}
.t_mem_t_l .t_con_more_btn {
	width: 300px;
}
.t_mem_t_l .t_con_more_btn:after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	bottom: 0px;
	margin: auto;
	right: 20px;
	width: 11px;
	height: 10px;
	background-image: url(/img/top/mem_cor_arrow.webp);
	transition: all 0.2s;
}
.t_mem_t_l .t_con_more_btn:hover:after {
	background-image: url(/img/top/mem_cor_arrow_h.webp);
}
.t_mem_t_l_box {
	display: flex;
	align-items: center;
	gap: 0px 35px;
}
.t_mem_t_l_box p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}
.t_mem_t_l_box p span {
	color: #eb3e2a;
}
.t_mem_t_l_box h2 {
	font-size: 36px;
	font-weight: 600;
	border: 2px solid #262f3d;
	border-radius: 10px;
	box-sizing: border-box;
	line-height: 76px;
	background-color: #ffffff;
	padding: 0px 29px;
	text-align: center;
	letter-spacing: 0.1em;
}
.t_mem_btm {
	margin: 25px 0px 0px 0px;
	padding: 25px 0px 0px 0px;
	border-top: 1px solid #b2bfd4;
	display: flex;
	gap: 0px 40px;
	justify-content: center;
	align-items: center;
}
.t_mem_btm ul li {
	margin: 30px 0px 0px 0px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	position: relative;
}
.t_mem_btm ul li:before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	top: 0px;
	left: -30px;
	width: 21px;
	height: 21px;
	background-image: url(/img/top/mem_cor_icon1.webp);
}
.t_mem_btm ul li:first-child {
	margin: 0px;
}
.t_mem_kaiin .gradient-border {
	display: inline-block;
	padding: 2px;
	background: linear-gradient(90deg, #f5432c, #d9201a);
	border-radius: 22px 18px 18px 5px;
}
.t_mem_kaiin .label {
	padding: 5px 12px;
	border-radius: 20px 16px 16px 3px;
}
.t_mem_btm_item {
	font-size: 13px;
	line-height: 26px;
	box-sizing: border-box;
	border: 2px solid #262f3d;
	border-radius: 20px 16px 16px 3px;
	padding: 2px 10px 0px 10px;
	color: #262f3d;
	display: inline-block;
}
.t_mem_btm_suu {
	font-size: 30px;
	line-height: 50px;
	font-weight: 600;
	margin: 10px 0px 0px 0px;
}
.t_mem_ippan .t_mem_btm_suu {
	color: #505864;
}
.t_mem_kaiin .t_mem_btm_suu {
	background: linear-gradient(90deg, #f5432c, #d9201a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}
.t_mem_btm_suu span {
	font-size: 50px;
	text-align: right;
	width: 150px;
	display: inline-block;
	margin: 0px 5px 0px 0px;
}
.t_mem_btm_box {
	background-color: #ffffff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 25px 20px 30px 20px;
	width: 480px;
}
.t_mem_btm_box_t {
	display: flex;
	align-items: center;
	gap: 0px 10px;
	justify-content: center;
}
.t_mem_btm_box_t img {
	width: 45px;
}
.t_mem_btm_box_t p {
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	color: #505864;
}
.t_mem_in>img {
	display: block;
	margin: 0px auto;
}
.t_mem_btm_box_btm {
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #b2bfd4;
	display: flex;
	gap: 0px 20px;
	justify-content: center;
}
/*  不動産売却  */
.t_sale_w {
	width: 100%;
	height: 100%;
	background-image: url(/img/top/sale_bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
}
.t_sale_in {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	padding: 110px 0px;
}
.t_sale_in:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0px;
	margin: auto;
	left: -75px;
	width: 850px;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
}
.t_sale_tit_eng {
	display: flex;
	align-items: center;
	gap: 0px 10px;
}
.t_sale_tit_eng img {
	width: 37px;
}
.t_sale_tit_eng p {
	font-size: 20px;
	line-height: 50px;
	color: #ffffff;
}
.t_sale_tit h2 {
	font-size: 50px;
	line-height: 55px;
	color: #ffffff;
	margin: 10px 0px 0px 0px;
}
.t_sale_text {
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	margin: 80px 0px 0px 0px;
}
.t_sale_in ul {
	display: flex;
	gap: 0px 15px;
	margin: 70px 0px 0px 0px;
}
.t_sale_w .t_con_more_btn:hover {
	border: 1px solid #ffffff;
}
.t_sale_in ul li:nth-child(2) .t_con_more_btn:hover {
	background-color: #eb3e2a;
}
/*  当社について  */
.t_com_w {
	margin: 160px auto 0px auto;
	width: 1100px;
	position: relative;
}
.t_com_w:after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	top: -65px;
	right: 100px;
	width: 397px;
	height: 342px;
	background-image: url(/img/top/com_bg.webp);
}
.t_com_text {
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	margin: 60px 0px 0px 0px;
}
.t_com_btn_box {
	margin: 60px 0px 0px 0px;
	display: flex;
	gap: 20px;
	width: 720px;
	flex-wrap: wrap;
}
.t_com_btn_box .t_con_more_btn:before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	bottom: 0px;
	margin: auto;
	left: 25px;
	width: 35px;
	height: 31px;
	border-radius: 0;
	transition: all 0.2s;
}
.t_com_btn_box li:nth-child(1) .t_con_more_btn:before {
	background-image: url(/img/top/com_btn_icon1.webp);
}
.t_com_btn_box li:nth-child(1) .t_con_more_btn:hover:before {
	background-image: url(/img/top/com_btn_icon1_h.webp);
	background-color: #ffffff00;
}
.t_com_btn_box li:nth-child(2) .t_con_more_btn:before {
	background-image: url(/img/top/com_btn_icon2.webp);
}
.t_com_btn_box li:nth-child(2) .t_con_more_btn:hover:before {
	background-image: url(/img/top/com_btn_icon2_h.webp);
	background-color: #ffffff00;
}
.t_com_btn_box li:nth-child(3) .t_con_more_btn:before {
	background-image: url(/img/top/com_btn_icon3.webp);
}
.t_com_btn_box li:nth-child(3) .t_con_more_btn:hover:before {
	background-image: url(/img/top/com_btn_icon3_h.webp);
	background-color: #ffffff00;
}
.t_com_btn_box li:nth-child(4) .t_con_more_btn:before {
	background-image: url(/img/top/com_btn_icon4.webp);
}
.t_com_btn_box li:nth-child(4) .t_con_more_btn:hover:before {
	background-image: url(/img/top/com_btn_icon4_h.webp);
	background-color: #ffffff00;
}
.t_com_info {
	margin: 60px 0px 0px 0px;
	border-bottom: 1px solid #b2bfd4;
}
.t_com_info li {
	border-top: 1px solid #b2bfd4;
	padding: 31px 0px;
	display: flex;
	align-items: center;
}
.t_com_info li>div {
	width: 550px;
	display: flex;
	align-items: center;
	gap: 0px 25px;
}
.t_com_info li>div p {
	font-size: 15px;
	line-height: 22px;
	font-weight: 600;
}
.t_com_info_item {
	width: 120px;
	text-align: center;
	position: relative;
}
.t_com_info_item:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0px;
	margin: auto;
	right: 0px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: radial-gradient(farthest-corner, #d9201a, #f5432c);
}
.t_com_map {
	margin: 60px 0px 0px 0px;
}
.t_com_map_t {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.t_com_map_t .gradient-border {
	border-radius: 26px 26px 26px 6px;
}
.t_com_map_t .label {
	display: flex;
	align-items: center;
	gap: 0px 10px;
	padding: 9px 25px;
	border-radius: 25px 25px 25px 5px;
}
.t_com_map_t .label img {
	width: 18px;
}
.t_com_map_t .label span {
	font-size: 18px;
	line-height: 19px;
}
.t_com_map_t_r {
	display: flex;
	align-items: center;
	gap: 0px 15px;
}
.t_com_map_t_r:hover p {
	color: #eb3e2a;
	border-bottom: 1px solid #eb3e2a;
}
.t_com_map_t_r p {
	font-size: 13px;
	line-height: 24px;
	font-weight: 600;
	border-bottom: 1px solid #262f3d;
	color: #262f3d;
	font-weight: 600;
	transition: all 0.2s;
}
.t_com_map_t_r img {
	width: 17px;
}
.t_com_map iframe {
	width: 100%;
	height: 350px;
	border-radius: 10px;
	margin: 20px 0px 0px 0px;
}