@charset "shift_jis";
/*************************************************/
/* 制作を始める時にはtop.css、header.css、h_menu.cssの中身をを削除してください */
/* ナビメニューのプルダウンを使用したい場合にはh_menu.cssの記述を参考にしてみてください。 */
/* この下にあるコメントアウトを活用してください！ */
/* 「assessment」は売却査定フォームのデフォルトデザイン用cssです */
/*************************************************/
/*************************************************/
/*  main  */
/*************************************************/
.main_wrap {
	position: relative;
	height: 750px;
	overflow: hidden;
}
.album {
	height: 100%;
}
.album img {
	height: 100% !important;
	object-fit: cover;
}
.main_txt {
	position: absolute;
	z-index: 2;
	bottom: 170px;
	left: 5vw;
}
/*************************************************/
/*  about  */
/*************************************************/
.about_wrap {
	display: flex;
	& li {
		width: 50%;
	}
	& li:nth-child(1) {
		background-color: #222222;
	}
	& li:nth-child(2) {
		background-color: #737373;
	}
}
.about_inside {
	width: 520px;
	& strong {
		color: #fff;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		line-height: 1;
		display: block;
		margin: 40px 0;
	}
	&>.flex {
		display: flex;
		justify-content: space-between;
		margin-bottom: 45px;
	}
}
.top_items a {
	width: 240px;
	height: 170px;
	background-color: #fff;
	border-radius: 5px;
	display: block;
	text-align: center;
	box-sizing: border-box;
	color: #000;
	&:hover {
		background-color: #eee;
	}
	& img {
		margin: 25px 0;
	}
	& p {
		font-size: 18px;
		font-weight: bold;
		display: block;
		margin-bottom: 10px;
	}
	& span {
		font-size: 12px;
		color: #455b88;
		font-family: "Carlito variant0",
			Tofu;
		font-weight: bold;
	}
}
.top_items_red a {
	& span {
		color: #b05f5f;
	}
}
.about_left {
	margin-left: auto;
	margin-right: 35px;
}
.about_right {
	margin-right: auto;
	margin-left: 35px;
}
/*************************************************/
/*  tab  */
/*************************************************/
.tab {
	cursor: pointer;
	display: flex;
	font-size: 14px;
	width: 120px;
	height: 41px;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	background-color: #fff;
}
.tab-group .is-active {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 3px solid #000;
}
.panel {
	display: none;
}
.panel-group .is-show {
	display: block;
}
/*************************************************/
/*  top_info_wrap  */
/*************************************************/
.top_info_wrap {
	margin: 60px 0;
}
.top_info_inner {
	margin: 0px auto;
	max-width: 1300px;
	position: relative;
	& h2 {
		font-family: "Carlito variant0",
			Tofu;
		display: flex;
		align-items: center;
		font-size: 30px;
		font-weight: bold;
		gap: 25px;
		& p {
			font-size: 15px;
			font-weight: bold;
		}
	}
}
.top_info_group {
	display: flex;
	position: absolute;
	right: 0;
	top: 0;
}
.top_info_box {
	border-top: 1px solid #000;
	box-sizing: border-box;
	padding-top: 50px;
}
.top_info_iframe iframe {
	width: 100%;
	height: 415px;
}
/*************************************************/
/*  rent  */
/*************************************************/
.top_rent_wrap {
	background-color: #eeeeee;
}
.top_rent_inner {
	width: 1100px;
	margin: 0 auto;
	padding: 55px 0 70px;
	display: flex;
}
.top_rent_iframe {
	overflow: hidden;
	& iframe {
		width: 840px;
		height: 415px;
		border: none;
	}
}
.top_contents_tl {
	width: 220px;
	margin-right: 65px;
	box-sizing: border-box;
	padding: 20px 0;
	& h2 {
		margin: 0;
		& img {
			margin: 0px 0 30px;
		}
	}
	& p {
		font-size: 12px;
		line-height: 1.5;
		display: block;
		width: 220px;
		height: 60px;
		margin: 30px 0 135px;
	}
	&>.btn a {
		width: 220px;
		height: 60px;
		border-radius: 5px;
		background-color: #fff;
		border: 1px solid #000;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		position: relative;
		font-size: 15px;
		font-weight: bold;
		color: #000;
		transition-duration: .3s;
		&:hover {
			background-color: #000;
			color: #fff;
		}
		& i {
			position: absolute;
			color: #acacac;
			bottom: 8px;
			right: 8px;
		}
	}
}
.top_contents_box {
	display: flex;
	width: 815px;
	& li {
		margin-right: 45px;
		& a {
			width: 240px;
			height: 365px;
			position: relative;
			display: block;
			&:hover .top_tokusen_img {
				background: url(../img/no_img_buken.png);
				width: 240px;
				height: 200px;
				& img {
					display: none;
				}
			}
			&:hover .top_tokusen_img_hover {
				opacity: 1;
				display: block;
				width: 240px;
				height: 200px;
				position: absolute;
				top: 0;
				& img {
					width: 100%;
					height: 100% !important;
					object-fit: cover;
					background: #fff;
				}
			}
			& p {
				color: #000;
			}
		}
	}
}
.top_tokusen_icon {
	width: 60px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e73462;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
.top_tokusen_img {
	width: 240px;
	height: 200px;
	& img {
		width: 100%;
		height: 100% !important;
		object-fit: cover;
	}
}
.top_tokusen_img_hover {
	opacity: 0;
	display: none;
}
.top_tokusen_txt {
	margin-top: 15px;
	& p {
		font-size: 14px;
		margin-bottom: 10px;
		line-height: 1.5;
		font-weight: 500;
	}
	&>.flex {
		display: flex;
		& span {
			font-size: 18px;
			font-weight: bold;
			margin-right: 8px;
			color: #000;
		}
		& p {
			font-weight: bold;
		}
	}
	& i {
		margin-right: 10px;
	}
	&>.gaiyo {
		font-size: 12px;
		height: 50px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
}
/*************************************************/
/*  buy  */
/*************************************************/
.top_buy_wrap {
	background-color: #fff;
}
.top_buy_inner {
	width: 1100px;
	margin: 0 auto;
	padding: 55px 0 70px;
	display: flex;
}
/*************************************************/
/*  owner  */
/*************************************************/
.top_owner_wrap {
	background: url(../img/top/top_bg02.webp)no-repeat;
	padding: 70px 0 160px;
}
.top_owner_inner {
	max-width: 1250px;
	min-width: 1100px;
	margin: 0px auto;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #000;
	padding: 60px 70px 70px;
	& h2 {
		font-size: 25px;
		font-weight: bold;
		text-align: center;
	}
}
.top_owner_stl {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 25px auto 70px;
	& p {
		font-size: 20px;
		color: #000;
	}
	&>.itmes {
		width: 145px;
		height: 45px;
		background-color: #eeeeee;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		font-weight: bold;
		color: #000;
		&>.red {
			color: #e73462;
			font-size: 18px;
		}
		&>.blue {
			color: #3473e7;
		}
	}
}
.top_owner_flex {
	display: flex;
	justify-content: space-between;
	& li {
		width: 240px;
		&>.img {
			margin: 0 auto 60px;
			text-align: center;
		}
		&>.txt {
			color: #000;
			line-height: 1.5;
			text-align: center;
			display: block;
			margin-bottom: 25px;
			font-size: 18px;
			font-weight: bold;
		}
		&>.btn a {
			width: 240px;
			height: 60px;
			border-radius: 5px;
			color: #000;
			background-color: #fff;
			font-size: 15px;
			display: flex;
			align-items: center;
			justify-content: center;
			border: 1px solid #000;
			box-sizing: border-box;
			font-weight: bold;
			transition-duration: .3s;
			&:hover {
				background-color: #000;
				color: #fff;
			}
		}
	}
}
/*************************************************/
/*  total  */
/*************************************************/
.top_total_inner {
	max-width: 1200px;
	min-width: 1100px;
	margin: 0 auto;
	padding: 50px 0;
	display: flex;
	gap: 30px;
}
.top_total_txt {
	padding: 50px 0;
	box-sizing: border-box;
	& h2 {
		font-size: 50px;
		font-weight: bold;
		font-family: "Carlito variant0", Tofu;
		line-height: 1;
		margin: 0 0 30px;
		display: flex;
		align-items: center;
		& span {
			margin: 0px 20px;
			font-size: 30px;
			font-weight: 500;
		}
	}
	& .stl {
		font-size: 20px;
		font-weight: bold;
		position: relative;
		margin-bottom: 80px;
		display: block;
		line-height: 1;
		&::before {
			position: absolute;
			width: 235px;
			height: 1px;
			background-color: #000;
			bottom: -30px;
			content: "";
		}
	}
	& p {
		font-size: 15px;
		font-weight: bold;
		line-height: 2;
		color: #000;
	}
}
/*************************************************/
/*  huriwake  */
/*************************************************/
.top_huriwake_wrap {
	display: flex;
	& li {
		width: 50%;
	}
	& li:nth-child(1) {
		background-color: #eeeeee;
	}
	& li:nth-child(2) {
		background-color: #e3e7ed;
	}
}
.top_huriwake_01 {
	width: 500px;
	position: relative;
	padding: 60px 0 50px;
	margin-left: auto;
	margin-right: 60px;
	&>.tl {
		position: absolute;
		width: 350px;
		height: 45px;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #7f4242;
		top: -45px;
		left: 0;
		border-radius: 5px 5px 0px 0px;
	}
	&>.img {
		position: absolute;
		right: 0;
		top: -50px;
	}
	&>.stl {
		font-size: 18px;
		line-height: 1.5;
		color: #000;
		margin-bottom: 30px;
		font-weight: bold;
	}
	&>.flex {
		display: flex;
		gap: 35px;
		&>.txt {
			padding-top: 10px;
			& p {
				display: flex;
				margin-bottom: 15px;
				gap: 15px;
				font-size: 18px;
				font-weight: bold;
			}
		}
	}
}
.top_huriwake_btn {
	margin-top: 30px;
	& a {
		width: 100%;
		height: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		border-radius: 5px;
		border: 1px solid #000;
		font-size: 17px;
		font-weight: bold;
		color: #000;
		transition-duration: .3s;
		&:hover {
			background-color: #000;
			color: #fff;
		}
	}
}
.top_huriwake_02 {
	width: 525px;
	position: relative;
	padding: 60px 0 50px;
	margin-left: 60px;
	margin-right: auto;
	&>.tl {
		position: absolute;
		width: 350px;
		height: 45px;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #3c4a67;
		top: -45px;
		left: 0;
		border-radius: 5px 5px 0px 0px;
	}
	&>.img {
		position: absolute;
		right: 0;
		top: -50px;
	}
	&>.stl {
		font-size: 18px;
		line-height: 1.5;
		color: #000;
		margin-bottom: 30px;
		font-weight: bold;
	}
	&>.flex {
		display: flex;
		gap: 10px;
		& li {
			background-color: unset;
		}
		& li a {
			background-color: #fff;
			border-radius: 5px;
			position: relative;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 95px;
			height: 113px;
			flex-wrap: wrap;
			transition-duration: .3s;
			&:hover {
				background-color: #eee;
			}
			& img {
				margin-top: 10px;
				margin-bottom: -15px;
			}
			& p {
				font-size: 14px;
				color: #333333;
				font-weight: bold;
				display: block;
				width: 100%;
				text-align: center;
			}
			& i {
				position: absolute;
				bottom: 5px;
				right: 5px;
				transform: rotate(45deg);
				font-size: 16px;
				color: #333;
			}
		}
	}
}
.top_huriwake_btn02 {
	display: flex;
	gap: 15px;
	margin-top: 49px;
	& a {
		width: 255px;
		height: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		border-radius: 5px;
		border: 1px solid #000;
		font-size: 17px;
		font-weight: bold;
		color: #000;
		transition-duration: .3s;
		&:hover {
			background-color: #000;
			color: #fff;
		}
	}
}
/*************************************************/
/*  top_bnrs  */
/*************************************************/
.top_bnrs_cate {
	margin: 40px 0 80px;
}
.top_bnrs_cate_inner {
	width: 1200px;
	margin: 0 auto;
	&>.one {
		margin-bottom: 50px;
	}
	& ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 40px;
	}
}
/*************************************************/
/*  splide  */
/*************************************************/
.top_bnrs_wrap {
	height: 485px !important;
	background-color: #eeeeee !important;
	box-sizing: border-box;
	padding: 55px 0;
}
#top_bnrs_slider {
	& h2 {
		font-size: 30px;
		font-weight: bold;
		width: 1100px;
		margin: 0 auto;
		font-family: "Carlito variant0",
			Tofu;
		margin-bottom: 40px;
	}
	& .splide__slide {
		width: 380px !important;
		height: 250px !important;
		&:hover {
			opacity: 0.7;
		}
	}
	& .splide__slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	& .splide__arrow {
		width: 60px !important;
		height: 60px !important;
		border-radius: 100% !important;
		box-sizing: border-box I !important;
		border: 1px solid #a7a7a7 !important;
		background-color: #ffffff !important;
		opacity: 1 !important;
		top: 61% !important;
		&:hover {
			background-color: #a7a7a7 !important;
			& svg {
				fill: #fff;
			}
		}
	}
	& .splide__arrow--prev {
		right: 89em !important;
		left: 0em !important;
		margin: 0 auto;
	}
	& .splide__arrow--next {
		right: 0em !important;
		left: 89em !important;
		margin: 0 auto;
	}
	& .splide__pagination {
		bottom: -68px !important;
	}
	& .splide__pagination__page {
		background-color: #fff !important;
		width: 15px !important;
		height: 15px !important;
		border-radius: 100% !important;
	}
	& .splide__pagination__page.is-active {
		background-color: #000 !important;
		transform: none !important;
	}
}
/*************************************************/
/*  top_company  */
/*************************************************/
.top_company_wrap {
	margin: 140px 0;
}
.top_company_inner {
	margin-right: auto;
	display: flex;
	gap: 80px;
	width: 90%;
	&>.company {
		width: 48%;
		& img {
			width: 100%;
			height: 100% !important;
			object-fit: cover;
		}
	}
	&>.gaiyo {
		width: 48%;
		max-width: 560px;
		& p {
			font-size: 14px;
			line-height: 2;
		}
		& h2 {
			display: flex;
			align-items: end;
			gap: 20px;
			& p {
				font-size: 15px;
				font-weight: bold;
				line-height: 1;
			}
		}
		&>.txt {
			display: block;
			margin: 40px 0 50px;
			& span {
				font-size: 20px;
				font-weight: bold;
				margin-bottom: 20px;
				display: block;
			}
		}
		& ul {
			margin: 50px 0 30px;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			& li {
				width: 32%;
				margin-bottom: 15px;
				& a {
					width: 100%;
					height: 50px;
					background-color: #fff;
					color: #000;
					border-radius: 5px;
					box-sizing: border-box;
					border: 1px solid #000;
					display: flex;
					align-items: center;
					justify-content: center;
					font-size: 12px;
					font-weight: bold;
					transition-duration: .3s;
					&:hover {
						background-color: #000;
						color: #fff;
					}
				}
			}
		}
		&>.sns {
			display: flex;
			background-color: #eeeeee;
			width: 100%;
			height: 100px;
			justify-content: center;
			align-items: center;
			& :nth-child(1 of a):hover {
				color: #D700A8;
			}
			& :nth-child(2 of a):hover {
				color: #1772EA;
			}
			& :nth-child(3 of a):hover {
				color: #aaa;
			}
			& p {
				font-size: 15px;
				font-weight: bold;
				display: block;
				margin-right: 50px;
			}
			& a {
				margin-right: 25px;
				font-size: 25px;
				color: #000;
			}
		}
	}
}