@charset "utf-8";
/*----------------------------------------------------------------------------------------

	index.css

----------------------------------------------------------------------------------------*/

.wrapper {
	padding-bottom: 60px;
	background-color: #f5f5f5;
}
.wrapper p {
	font-size: 14px;
}

/* トップページの売却方法 ///
---------------------------------------------- */
#prop{
	text-align: center;
	color: #414042;
	position: relative;
	z-index: 1;
	padding-bottom: 60px;
}
#prop .kein{
	background-image: url(/images/index/kein.png);
	background-position: 800px 30px;
	background-repeat: no-repeat;
}
#prop .kein h3{
	font-size: 30px;
	padding: 75px 0 25px;
}
#prop .kein p{
	font-size: 18px;
	line-height: 1.78;
	padding-bottom: 50px;
}
#prop .cbox{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#prop::after{
	content: "";
	width: 100%;
    background: url(/images/index/texture02.gif);
    background-color: #ded7c3;
	position: absolute;
	z-index: -1;
	height: 300px;
	bottom: 0;
	right: 0;
	left: 0;
}
#prop .cbox > div{
	border: 1px solid #333333;
	box-shadow: 5.66px 5.66px rgba(0,0,0,0.05);
	background-color: #fff;
	width: 510px;
	display: flex;
}
#prop .cbox h3{
	font-size: 21.67px;
	padding: 15px 0;
	border-top: 10px solid #518c26;
}
#prop .cbox .blue h3{
	border-top: 10px solid #0a709f;
}
#prop .cbox h3 span{
	font-size: 38px;
	color: #518c26;
}
#prop .cbox .blue h3 span{
	color: #0a709f;
}
#prop .cbox strong{
	background-color: #518c26;
    color: #fff;
    width: 468px;
    display: block;
    margin: 0 auto 20px;
    font-size: 24px;
    line-height: 1;
    border-radius: 30px;
    padding: 18px 0;
}
#prop .cbox .blue strong{
	background-color: #0a709f;
}
#prop .cbox p{
	font-size: 16px;
	line-height: 1.75;
	padding: 0 28px;
	text-align: left;
}
#prop .cbox > div div{
	font-size: 14px;
	background-color: #414042;
	color: #fff;
	border-radius: 3px;
	width: 190px;
	line-height: 1;
	padding: 12px 0;
	margin: 15px auto 28px;
}
#prop .cbox > div div::after{
	right: -10px;
    margin-left: 4px;
	font-size: 12px;
}

/* トップページのバナー ///
---------------------------------------------- */
#topservice{
	display: flex;
	flex-wrap: wrap;
	gap: 30px 20px;
	margin: 80px auto 100px;
}

/* トップページのコーナータイトル ///
---------------------------------------------- */
.toptitle {
	margin-bottom: 22px;
	display: flex;
	font-size: 24px;
	line-height: 1;align-items: self-end;
}
.toptitle h2 i {
	margin-right: 9px;
	display: inline-block;
}
.toptitle .more {
	margin-left: auto;
}
.toptitle .more a {
	padding-right: 3px;font-size: 16px;
	font-weight: 700;
}
.toptitle .more a:hover {
	opacity: 0.8;
}
.toptitle .more a::after {
	margin-left: 10px;
	color: #beaf87;
}

/* ヘッダー //
////////////////////////////////////////////////////////////////////*/

#body_header {
	background-color: #fff;
}
#body_header .promise {
	background-color: #f4e727;
}
#body_header .promise h3{
	padding: 40px 0 25px;
	text-align: center;
}
#body_header .promise h3 img{
	left: -4px;
    position: relative;
}
#body_header .promise > div{
	background-color: rgba(65,64,66,0.8);
	width: 900px;
	margin: auto;
	border-radius: 5px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#body_header .promise > div > ul {
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 1;
	font-weight: 500;
	width: 360px;
	margin: auto;
}
#body_header .promise > div > div {
	font-size: 16px;
	line-height: 1.375;
	text-align: center;
	padding: 11px 50px;
	position: relative;
	font-weight: 500;
}
#body_header .promise > div > div::before{
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 100%;
	content: "";
	width: 2px;
	height: 46px;
	background-color: #fff;
}
#body_header .promise > p {
	font-weight: 600;
	text-align: center;
	font-size: 32px;
	line-height: 1;
	padding: 22px 0 25px;
}
#body_header h1 {
	height: 80px;
}
#body_header h1 a {
	padding-left: 18px;
	display: flex;
	align-items: center;
	height: 100%;
}
#body_header h1 a > img:first-of-type{
	width: 244px;
	margin-right: 37px;
}
#body_header h1 a > img:last-of-type{
	width: 166px;
}
#body_header .topline {
	display: flex;
	align-items: center;
	background-color: #fff;
}
#body_header .topline .hd_logo{
	padding-top: 3px;
	margin-left: 40px;
}
#body_header .topline > ul {
	margin-left: auto;
}
#body_header .topline > ul li {
	height: 80px;
	display: table;
	float: left;
}
#body_header .topline > ul > li > a, #body_header .topline > ul > li > span {
	height: 100%;
	display: table-cell;
	color: #fff;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}
#body_header .topline > ul a span {
	padding-left: 38px;
	display: inline-block;
	position: relative;
	font-weight: 700;
	line-height: 20px;
	text-align: left;
}
#body_header .topline > ul a span i {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	line-height: 1;
}
#body_header .topline .tel span {
	width: 235px;
	background-color: #414042;
	line-height: 1;
}
#body_header .topline .tel em {
	margin-top: 3px;
	font-size: 24px;
	font-weight: 400;
	font-family: BEBAS;
	display: block;
}
#body_header .topline .tel em::before {
	margin-right: 10px;
	margin-left: -5px;
	font-size: 20px;
	font-weight: 700;
	vertical-align: middle;
	content: "\f095";
}
#body_header .topline .tel.free em::before {
	margin-right: 10px;
	margin-left: 0;
	width: 20px;
	display: inline-block;
	/*background: url(/images/common/free_tel2.png) no-repeat center / contain;*/
	top: 1px;
	content: "\f095";
}
#body_header .topline .raiten a {
	width: 165px;
	background-color: #beaf87;
}
#body_header .topline .mypage a {
	padding-right: 12px;width: 165px;
	background-color: #b20000;
}
#body_header .topline .mypage a span {
	padding-left: 34px;
}
#body_header .topline .baibai {
	position: absolute;
	top: 90px;
	right: 0;
}
#body_header .topline .baibai a {
	display: block;
	width: 165px;
	border: solid 2px #fff;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	height: 32px;
}
#body_header .topline .baibai a span {
	line-height: 27px;
}
#body_header .topline .baibai a span i{
	margin-left: 4px;
}
@media (max-width:1280px) {
	#body_header .topline .hd_logo{
		margin-left: 20px;
	}
	#body_header .topline .hd_logo img{
		width: 280px;
	}
	#body_header .topline .tel span{
		width: 225px;
	}
	#body_header .topline .raiten a{
		width: 155px;
	}
	#body_header .topline .mypage a{
		width: 155px;
	}
	#body_header .topline .baibai a {
		width: 155px;
	}
}
#body_header .sateiarea {
	margin: auto;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
}
#body_header .sateiarea > div {
	margin-left: auto;
	width: 355px;
	pointer-events: auto;
}
#body_header .sateiarea > div > form {
	padding: 17px 20px;
	background-color: rgba(65,64,66,0.9);
	border-bottom: 2px solid #beaf87;
}
#body_header .sateiarea .title {
	margin-bottom: 4px;
	color: #fff;
	font-size: 23px;
}
#body_header .sateiarea .title i {
	margin-right: 8px;
width: 31px;display: inline-block;
}
#body_header .sateiarea form > p {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
}
#body_header .sateiarea form > p em {
	font-size: 19px;
}
#body_header .sateiarea form > p i {
	margin-bottom: 3px;margin-left: 5px;
	width: 40px;
	background-color: #fff;
	border-radius: 4px;
	display: inline-block;
	color: #414042;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
	vertical-align: bottom;
}
#body_header .sateiarea form ol {
	margin-top: 6px;
	border-top: 2px solid #beaf87;
	counter-reset: num 0;
}
#body_header .sateiarea form > ol > li {
	padding-bottom: 10px;
	border-bottom: 1px solid #beaf87;
}
#body_header .sateiarea form > ol > li::before {
	margin: 10px 10px 0 0;
	width: 55px;
	height: 20px;
	background-color: #beaf87;
	float: left;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	counter-increment: num 1;
	content: "STEP0" counter(num);
}
#body_header .sateiarea form li > p em {
	font-weight: 700;
}
#body_header .sateiarea form li > p label {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 39px;
	vertical-align: top;
}
#body_header .sateiarea form select {
	padding: 0 10px;
	width: 100%;
	height: 40px;
	background: url(/images/common/form_arrow.png) no-repeat center right 5px / 12px, #fff;
	border: 2px solid #e5e5e5;
	border-radius: 2px;
	display: block;
	color: #858585;
	font-size: 14px;
	line-height: 1.3;
	font-family: inherit;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}
#body_header .sateiarea form .submit p {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 34px;
	text-align: center;
}
#body_header .sateiarea form .submit button {
	padding-bottom: 8px;
	width: 100%;
	height: 48px;
	background-color: #beaf87;
	border: none;
	border-radius: 6px;
	box-shadow: inset 0 -4px 0 #706958;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	font-family: inherit;
	cursor: pointer;
	transition: opacity 0.1s;
	-webkit-appearance: none;
	appearance: none;
}
#body_header .sateiarea form .submit button:hover {
	opacity: 0.8;
}
#body_header .sateiarea > div > p {
	margin: 19px 0 25px 1em;
	font-size: 13px;
	line-height: 16px;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff, 0 2px 0 #fff, 2px 0 0 #fff, 2px 0 0 #fff;
	text-indent: -1em;
	font-feature-settings: "palt";
}

.mv_model {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.mv_model > img {
	position: absolute;
	bottom: 0;
	left: -116px;
}

/* 売却相場は？買い手はいるの？ //
////////////////////////////////////////////////////////////////////*/

#mypage {
	padding: 25px 0 23px;
}
#mypage h2 img {
	width: 1080px;
	height: 180px;
}
#mypage > p {
	margin-top: 10px;
	color: #252526;
	font-size: 14px;
	line-height: 1;
	text-align: right;
}
#mypage > p i {
	margin-right: 5px;
}
#mypage form {
	position: relative;
}
#mypage form > div {
	display: flex;
	position: absolute;
	right: 180px;
	bottom: 30px;
}
#mypage button {
	width: 90px;
	height: 94px;
	background: linear-gradient(127deg, #d9ccab, #beaf87);
	border: none;
	border-bottom: 4px solid #78705d;
	border-radius: 6px;
	box-shadow: 0 0 14px 2px rgb(0 0 0 / 20%);
	display: block;
	cursor: pointer;
	position: relative;color: #414042;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	font-family: inherit;
	-webkit-appearance: none;
	appearance: none;
}
#mypage button::after {
	width: 100%;
	background-color: #fff;
	border-radius: 6px;
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: -4px;
	left: 0;
	transition: opacity 0.1s;
	content: "";
}
#mypage button:hover::after {
	opacity: 0.2;
}
#mypage button + button {
	margin-left: 10px;
}
#mypage button i {
	margin-bottom: 9px;
	display: block;
}

/* お知らせ //
////////////////////////////////////////////////////////////////////*/

#info {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
#info > section {
	width: 100%;
}
#info > section + section {
	margin-left: 40px;
}
#info h2 {
	margin-left: 1px;color: #414042;
	font-size: 24px;
}
#info li {
	position: relative;
}
#info li:not(:last-child) {
	margin-bottom: 10px;
}
#info li > a {
	width: 100%;
	height: 55px;
	background-color: #fff;
	box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
	border-radius: 8px;
	overflow: hidden;
	display: table;
	font-size: 14px;
	line-height: 1.3;
}
#info li > a::after {
	position: absolute;right: 20px;
	color: #beaf87;
}
#info li > a > * {
	display: table-cell;
	vertical-align: middle;
	transition: 0.1s;
}
#info li time {
	width: 110px;
	background-color: #beaf87;
	color: #fff;
	text-align: center;
}
#info li span {
	padding-right: 54px;
	padding-left: 14px;
}
#info li > a:hover time {
	opacity: 0.9;
}
#info li > a:hover span {
	background-color: #f7f5ee;
	color: #beaf87;
}

/* 最適な売却手法を提案 //
////////////////////////////////////////////////////////////////////*/

#teian {
	margin-bottom: 144px;
	padding: 43px 0 60px;
	background-color: #414042;
	position: relative;
	z-index: 1;
}
#teian::after {
	width: 100%;
	height: 230px;
	background: url(/images/index/teian_bg.png);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: "";
}
#teian h2 {
	margin-bottom: 40px;
	padding-left: 3px;
	color: #beaf87;
	font-size: 24px;
	line-height: 1;
}
#teian h2 i {
	margin-right: 14px;
}
#teian ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	counter-reset: num 0;
}
#teian .box {
	background-color: #fff;
	position: relative;
	z-index: 1;
}
#teian .box::before {
	width: 50px;
	height: 50px;
	background-color: #fff;
	position: absolute;
	top: -10px;
	left: 0;
	content: "";
}
#teian .box:nth-child(n+4) {
	margin-top: 25px;
}
#teian .box a {
	padding-top: 164px;
	width: 350px;
	min-height: 300px;display: block;
	position: relative;
}
#teian .box a > i {
	width: 25px;
	height: 25px;
	background-color: #beaf87;
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #fff;
	font-weight: 700;
	line-height: 25px;
	text-align: center;
}
#teian .box .img-fit {
	width: 100%;
	height: 180px;
	background-color: #f4f4f4;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#teian .box h3 {
	margin-right: 10px;
	padding: 10px 14px 0;
	height: 70px;background-color: #beaf87;
	color: #fff;
	font-size: 24px;
	line-height: 1.25;
	font-feature-settings: 'palt';
}
#teian .box > a::before {
	width: 50px;
	background-color: #beaf87;
	position: absolute;
	top: -10px;
	left: 0;
	color: #414042;
	font-size: 24px;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	counter-increment: num 1;
	content: "0" counter(num);
}
#teian .box h3 em {
	display: block;
	color: #414042;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
}
#teian .box a > p {
	padding: 10px 50px 0 14px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	font-feature-settings: 'palt';
}
#teian .box:nth-child(4) h3 {
	font-size: 23px;
	letter-spacing: -0.03em;
}

/* 物件特集 //
////////////////////////////////////////////////////////////////////*/

:is(#oazukari, #genchi, #syayuu) {
	padding-bottom: 100px;
}
:is(#oazukari, #genchi, #syayuu) .tksn.loading {
	height: 488px;
}
:is(#oazukari, #genchi, #syayuu) .des76 .slick-track {
	left: calc((100% - 1080px) / 2);
}
:is(#oazukari, #genchi, #syayuu) .des76 .des76-ul {
	margin-top: 17px;
}
:is(#oazukari, #genchi, #syayuu) .des76 .slick-slide {
	margin: 0 15px;
}
:is(#oazukari, #genchi, #syayuu) .des76 .des76-li {
	min-height: 438px;
	/* min-height: 380px; */
	/* スタッフ写真・コメント非表示のため調整した */
	overflow: hidden;
}
:is(#oazukari, #genchi, #syayuu) .des76 .des76-box {
	margin-right: 0;
	width: 340px;
	float: left;
}
:is(#oazukari, #genchi, #syayuu) .des76 .des76-box:not(:last-child) {
	margin-right: 30px;
}
:is(#oazukari, #genchi, #syayuu) .des76 .des76-staff {
	/* display: none; */
}
:is(#oazukari, #genchi, #syayuu) .des76 .slick-dots {
	width: 100%;
	display: flex;
	position: absolute;
	bottom: -56px;
	left: 0;
	line-height: 1;
	justify-content: center;
}
:is(#oazukari, #genchi, #syayuu) .des76 .slick-dots button {
	width: 14px;
	height: 14px;
	background-color: #fff;
	border: none;
	border-radius: 50%;
	outline: none;
	overflow: hidden;
	text-indent: -200%;
	line-height: 1;
	cursor: pointer;
}
:is(#oazukari, #genchi, #syayuu) .des76 .slick-dots .slick-active button {
	background-color: #252526;
}
:is(#oazukari, #genchi, #syayuu) .des76 .slick-dots li:not(:last-child) {
	margin-right: 13px;
}

/*センチュリー21 フェアバナー*/
.campaignbnr {
	margin: -20px auto 80px;
	width: 1080px;
	text-align: center;
}
.campaignbnr img{max-width: 100%;}