@charset "utf-8";

/*----------------------------------------------------------------------------------------

	index.css

----------------------------------------------------------------------------------------*/

/* 共通 //
////////////////////////////////////////////////////////////////////*/
.explanatory_text{
    text-align: center;
    margin-top: 10px;
    padding: 0 20px !important;
}
.c6b997{color:#c6b997;}
/* スペース ///
---------------------------------------------- */
.p p:not(:last-child) {margin-bottom: 21px;}
.space40 {margin-bottom: 40px;}

/* ボタン ///
---------------------------------------------- */
/* 一覧 お知らせ----------*/
.ichiran-btn {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
    margin: auto;
    width: 140px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.4rem;
    line-height: 30px;
    display: block;
    text-align: center;
}
.ichiran-btn::after,.ichiran-btn_all::after{
    font-family: fontawesome;
    content: "\f105";
    position: absolute;
    right: 10px;
}
/* 一覧 一般----------*/
.ichiran-btn_all {
    margin: auto;
    width: 140px;
    background-color: #beaf87;
    color: #fff;
    font-size: 1.4rem;
    line-height: 30px;
    display: block;
    text-align: center;
    position: relative;
}


/* メインビジュアル //
////////////////////////////////////////////////////////////////////*/
.p-heros {
    overflow: hidden;
    position: relative;
}
.p-hero__container {
    position: relative;
    width: 1920px;
    height: 600px;
    margin: 0 auto;
}
.webp .p-hero.-first {
    background: url(/images/index/slide/slide01.webp) no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.no-webp .p-hero.no-first { background: url(/images/index/slide/slide01.jpg) no-repeat;}

.webp .p-hero.-second {
    background:
    url(/images/index/slide/slide02.webp) no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.no-webp .p-hero.no-second { background: url(/images/index/slide/slide02.jpg) no-repeat;}

.webp .p-hero.-third {
    background: url(/images/index/slide/slide03.webp) no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.no-webp .p-hero.no-third { background: url(/images/index/slide/slide03.jpg) no-repeat;}

.webp .p-hero.-fourth {
    background: url(/images/index/slide/slide04.webp) no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.no-webp .p-hero.no-fourth { background: url(/images/index/slide/slide04.jpg) no-repeat;}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: rgba(0,0,0,0.5);
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.5);
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: #beaf87;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 2px;
    left: 50% !important;
    width: auto;
    transform: translateX(-50%);
}

/* メインビジュアル 査定フォーム //
////////////////////////////////////////////////////////////////////*/
.satei-area {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1080px;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
}
.kantan-satei2.kantan-satei-home::after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border: 1px solid #beaf87;
    pointer-events: none;
}
.kantan-satei2.kantan-satei-home > .ttl {
    background-color: transparent;
    padding: 0;
    margin-bottom: 24px;
}
.kantan-satei2.kantan-satei-home form > ol {
    border-bottom: 1px solid #beaf87;
}
.kantan-satei2.kantan-satei-home form > ol > li::after {
    width: 8px;
    height: 8px;
    border: 0;
    position: absolute;
    bottom: 10px;
    left: 195px;
    border-bottom: solid 2px #beaf87;
    border-right: solid 2px #beaf87;
    transform: rotate(45deg);
    content: "";
}
.kantan-satei2.kantan-satei-home form select {
    box-shadow: 0 3px 0 #ac9b72;
    border-bottom: none;
}
.kantan-satei2.kantan-satei-home form .submit {
    background-color: #c8bb8d;
}
.kantan-satei2.kantan-satei-home form .submit.active {
    background-color: #2db81a;
    box-shadow: 0 4px 0 #5b451c;
}

/* --- PC --- */
@media (min-width: 768px) {
    .kantan-satei2.kantan-satei-home {
        width: 430px;
        margin-left: auto;
        padding: 30px 35px;
		background-color: rgba(255,255,255,0.85);
        position: relative;
    }
    .kantan-satei2.kantan-satei-home form {
		border: none;
	}
    .kantan-satei2.kantan-satei-home form > ol {
        padding-bottom: 3px;
        width: 360px;
    }
    .kantan-satei2.kantan-satei-home form > ol > li {
        padding-bottom: 25px;
        position: relative;
    }
    .kantan-satei2.kantan-satei-home form > ol > li.active::before {
        width: 224px;
        height: 49px;
        top: 0;
        right: -2px;
        z-index: 1;
    }
    .kantan-satei2.kantan-satei-home form > ol > li > p {
        display: flex;
        position: relative;
    }
    .kantan-satei2.kantan-satei-home form p > .checkmark {
        position: absolute;
        top: 10px;
        left: 101px;
    }
    .kantan-satei2.kantan-satei-home form > ol > li:nth-child(1) > p > label {
		background-image: url(/images/index/kantan-satei-home_step1.png);
	}
	.kantan-satei2.kantan-satei-home form > ol > li:nth-child(2) > p > label {
		background-image: url(/images/index/kantan-satei-home_step2.png);
	}
	.kantan-satei2.kantan-satei-home form > ol > li:nth-child(3) > p > label {
		background-image: url(/images/index/kantan-satei-home_step3.png);
	}
	.kantan-satei2.kantan-satei-home form > ol > li:nth-child(4) > p > label {
		background-image: url(/images/index/kantan-satei-home_step4.png);
	}
}

/* 売却相談事例一覧 //
////////////////////////////////////////////////////////////////////*/
#souzoku_div{
    margin:0rem auto 2rem;
}
#souzoku_div > #souzoku_h2{
	display:none;
}
#title_souzoku_h2{
    text-align:center;
    color: #fff;
    margin-top: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    background-color: #beaf87;
    line-height: 50px;
    position: relative;
}
#title_souzoku_h2 .motto{
    position: absolute;
    top:0;
    bottom:0;
    right: 20px;
    width: 140px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #414042;
    color: #fff;
    font-size: 1.2rem;
    line-height: 28px;
    height: 30px;
    display: inline-block;
    text-align: center;
    font-weight: normal;
}
#title_souzoku_h2 .motto:after {
    font-family: fontawesome;
    content: "\f105";
    position: absolute;
    right: 10px;
}
#souzoku_list{
    background:#fff;
    list-style: none;
    padding-left: 0;
    overflow-y: scroll;
    max-height:200px;
}
#souzoku_list li{
    padding: 2rem 2rem 2rem 2rem;
    border-bottom: 1px solid #656565;
    border-color: #beaf87 !important;
    border-radius: 0px !important;
}
#souzoku_list li p{
    font-size: 1.6rem;
    color: #354341 !important;
}
#souzoku_form{
    margin:0rem auto 2rem;
}



/* バナー エリア //
////////////////////////////////////////////////////////////////////*/
/* 初期化前はスライダー全体を非表示にする */
.slick-bnr:not(.slick-initialized) {
  visibility: hidden;
}
/* お知らせ エリア //
////////////////////////////////////////////////////////////////////*/
#info_area {
    padding-top: 44px;
    padding-bottom: 50px;
    background-image: url(/images/index/C21_BG_texture.jpg);
}
#info {
	width: 1080px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 50px;
}
#info .ichiran-btn{
	color: #beaf87;
	border: 1px solid #beaf87;
}
#info header {
	position: relative;
	background-color: #FFF;
}
#info header a .ichiran-btn { bottom: 45px;}
#info ul {
    width: 880px;
    height: 158px;
    background-color: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
#info li {
    padding-bottom: 1px;
    position: relative;
}
#info li:not(:last-child)::after {
    content: "";
    height: 0px;
    border-bottom: 1px dotted #ccc;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
}
#info li a {
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    display: block;
    position: relative;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #beaf87;
}
#info li a:hover { background-color: #f7f5ee;}
#info li time {
    margin-right: 10px;
    color: #333;
    font-size: 1.3rem;
    vertical-align: middle;
}

/* 導線バナー //
////////////////////////////////////////////////////////////////////*/

/* primaryBnrs */

.primaryBnrs {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}

.primaryBnrs > li {
    width: 33.333%;
    padding: 12px;
}

.primaryBnrs a {
    display: block;
}

.primaryBnrs .card__img {
    padding-top: calc(194 / 344 * 100%);
}

.primaryBnrs .card__main {
    padding: 15px 50px 15px 15px;
    font-size: 1.3rem;
    position: relative;
    min-height: 169px;
}

.primaryBnrs .card__main::after {
    position: absolute;
    font-family: FontAwesome;
	content: '\f0a9';
    color: #beaf87;
    font-size: 29px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.primaryBnrs .card__title {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.35;
}

.primaryBnrs .card__title span {
	color: #efb008;
	font-size: 24px;
	line-height: 1.2;
	margin-top: 3px;
	display: inline-block;
}

.primaryBnrs .card__text {
    font-size: 14px;
    line-height: 1.6923 /* 22 / 13 */;
    margin-top: 6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.primaryBnrs .card__text br {
    display: none;
}

.campaignbnr {
	margin: 50px auto 0;
	width: 1080px;
	text-align: center;
}
.campaignbnr img {
	width: 100%;
}

/* 売却スタッフ紹介 //
////////////////////////////////////////////////////////////////////*/
#staff_area {
    background-color: #fffbf2;
	padding: 50px 0;
}
.staff_wrapper{
	margin-top: 35px;
	position: relative;
	overflow: hidden;
	padding-bottom: 60px;
}
#staff_area li {
    width: 490px;
    height: 300px;
}
.staff_wrapper .slick{
    opacity: 0;
    transition: opacity 0.1s;
}
.staff_wrapper .slick.slick-initialized {
    opacity: 1;
}
.staff_wrapper .slick-slide {
	width: 490px;
    margin-top: 10px;
	margin-right: 39px;
}
.staff_wrapper .slick-track {
    padding-bottom: 10px;
}
.staff-list .box a{
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-sizing: border-box;
    display: flex;
    column-gap: 15px;
    height: 100%;
    }

.staff-list .box .staff-image{
    width: 180px;
}
.staff-list .box .img-fit{
    margin-bottom: 10px;
}
.staff-list .box img{
    width: 180px;
}

.staff-list .box .bubble{
    position: relative;
    background-color: #beaf87;
    color: #fff;
    font-weight: normal;
    padding: 12px 15px 10px;
    border-radius: 5px;
    letter-spacing:-0.02em;
    min-width: 200px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    text-align: justify;
    align-items: center;
}
.staff-list .box .bubble::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -14px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-top: 7px solid transparent;
    border-right: 15px solid #beaf87;
    border-bottom: 7px solid transparent;
}
.staff-list .box .speech{
    margin-top: 15px;
    line-height: 2.4rem;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8 ;     /* 表示したい行数を指定 */
   overflow: hidden;
}
.staff-list .box .staff-text{
    margin-top: 10px;

}
.staff-list .box .affiliation{
    line-height: 1;
    font-size: 14px;
    display: flex;
    row-gap: 5px;
    flex-direction: column;
}
.staff-list .box .staff-name{
    font-size: 18px;
    line-height: 1;
    margin-top: 7px;
}

/* staff_wrapper slick-arrow ///
---------------------------------------------- */
.staff_wrapper .slick-arrow {
	box-sizing: border-box;
	display: block;
	z-index: 2;
	position: absolute;
	top: 10px;
	cursor: pointer;
}
.staff_wrapper .slick-arrow i { transition: 0.2s ease-in-out;}
.staff_wrapper .slick-arrow i:hover { color: rgba(255,255,255,0.5);}
.staff_wrapper .slick-arrow.next {right: 0px;}
.staff_wrapper .slick-arrow.next i {padding-right: 20px;}
.staff_wrapper .slick-arrow.prev {
	left: 0;
	text-align: left;
}
.staff_wrapper .slick-arrow.prev i {padding-left: 20px;}
.staff_wrapper .slick-arrow i {
	color: #e1e1e1;
	font-size: 6rem;
	line-height: 300px;
	vertical-align: middle;
}

/* staff_wrapper slick-dots ///
---------------------------------------------- */
.staff_wrapper .slick-dots {
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    font-size: 0;
    line-height: 10px;
    text-align: center;
}
.staff_wrapper .slick-dots li {
    display: inline;
    outline: none;
}
.staff_wrapper .slick-dots li button {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 1px 5px;
    border: none;
    border-radius: 50%;
    outline: none;
    background-color: #ccc;
    font-size: 0;
    cursor: pointer;
}
.staff_wrapper .slick-dots li.slick-active button {
	background-color: #3f4549;
}

/* 相続サポート //
////////////////////////////////////////////////////////////////////*/
#souzoku_area {
    background-color: #f9f2e2;
}
#souzoku {
    width: 920px;
    margin: 0 auto;
    padding-top: 42px;
    padding-bottom: 40px;
}
#souzoku a {
    display: block;
    margin-top: 30px;
}
#souzoku .seminar-wrap {
    margin-top: 50px;
    display: flex;
}
#souzoku .seminar-wrap h3 {
    font-size: 20px;
    margin-top: 10px;
}
#souzoku .seminar-wrap p {
    margin-top: 26px;
}
#souzoku .seminar-wrap figure {
    margin-left: 14px;
}

/* 購入希望者様 //
////////////////////////////////////////////////////////////////////*/
.kibou_oazukari_area{background-color: #fff;}
#kibou {padding: 50px 0;}
#kibou .kiji-list {padding: 20px 0;}

/* お預かり物件 //
////////////////////////////////////////////////////////////////////*/
#oazukari {
    padding-top: 45px;
    padding-bottom: 30px;
}

/* des62 */
#oazukari > div > table > tbody > tr > td {
    padding-right: 4px;
    min-width: 245px;
	vertical-align: top;
}
#oazukari > div > table > tbody > tr > td * {
    box-sizing: content-box;
}
#oazukari .tksnBox62 > tbody > tr > td {
    padding: 5px !important;
}
#oazukari .tksnBox62 > tbody > tr:nth-of-type(2) > td {
    padding-top: 0!important;
}
#oazukari .tksnBox62 > tbody > tr:nth-of-type(2) > td table td[colspan="2"] {
    padding: 0!important;
}

/* お客様の声 //
////////////////////////////////////////////////////////////////////*/

.icon-area{
	text-align: center;
}.icon-area img{width:40px;}
.icon-area-title{text-align: center;font-size:24px;margin-top: 7px;}
#voice{
	padding: 40px 0 70px;
	background-color: #fff;
}
.voice_wrapper {
	position: relative;
	margin-top: 45px;
	padding-bottom: 60px;
	overflow: hidden;
}
/*.voice_wrapper slick-slide ///
---------------------------------------------- */
.voice_wrapper .slick-list, .staff_wrapper .slick-list{box-sizing: border-box;}
.voice_wrapper a, .voice_wrapper .slick-slide, .staff_wrapper a, .staff_wrapper .slick-slide {outline: none;}
.voice_wrapper .slick-slide {
	/*width: 236px; */
	width: 188px;
	margin-right: 32px;
}
.voice_wrapper ul li a {
    display: block;
	height: 300px;
}
.voice_wrapper ul figure { overflow: hidden;}
.voice_wrapper figure img {
    /*width:  188px;
    height: 188px;
    border-radius: 50%;
    background-position: left top;
    background-position: center ;
    background-size:cover;
    overflow: hidden;*/
	width: 100%;
	border-radius: 50%;
	overflow: hidden;
	height: 188px;
	object-fit: cover;
	font-family: 'object-fit:cover;';
}
.voice_wrapper h3 {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    text-align: center;
    margin: 12px auto 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
}
.voice_wrapper ul li div p {
    line-height: 21px;
    height: 40px;
}
.voice_wrapper .voice-hyoka {
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.33);
    padding: 12px 0;
}
.voice_wrapper .voice-hyoka i {
    width: 142px;
    height: 19px;
}

/* voice_wrapper slick-arrow ///
---------------------------------------------- */
.voice_wrapper .slick-arrow {
	box-sizing: border-box;
	display: block;
	z-index: 2;
	position: absolute;
	top: 0;
	cursor: pointer;
}
.voice_wrapper .slick-arrow i { transition: 0.2s ease-in-out;}
.voice_wrapper .slick-arrow i:hover { color: rgba(255,255,255,0.5);}
.voice_wrapper .slick-arrow.next {right: 0px;}
.voice_wrapper .slick-arrow.next i {padding-right: 20px;}
.voice_wrapper .slick-arrow.prev {
	left: 0;
	text-align: left;
}
.voice_wrapper .slick-arrow.prev i {padding-left: 20px;}
.voice_wrapper .slick-arrow i {
	color: #e1e1e1;
	font-size: 6rem;
	line-height: 307px;
	vertical-align: middle;
}

/* voice_wrapper slick-dots ///
---------------------------------------------- */
.voice_wrapper .slick-dots {
	position: absolute;
	right: 0;
	bottom: -40px;
	left: 0;
	font-size: 0;
	line-height: 10px;
	text-align: center;
}
.voice_wrapper .slick-dots li {
	display: inline;
	outline: none;
}
.voice_wrapper .slick-dots button {
	width: 10px;
	height: 10px;
    margin: 0 5px;
    padding: 1px 5px;
	border: none;
	border-radius: 50%;
	outline: none;
	background-color: #ccc;
	font-size: 0;
	cursor: pointer;
}
.voice_wrapper .slick-active button {
	background-color: #3f4549;
}

/* 不動産売却コラム //
////////////////////////////////////////////////////////////////////*/
#column_area {
    background-color: #f9f2e2;
}
#column {
    width: 1080px;
    margin: 0 auto;
    padding-top: 42px;
    padding-bottom: 60px;
}
#column .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 30px;
    margin-bottom: 40px;
}
#column .cards a {
    display: block;
    height: 100%;
    position: relative;
}
#column .cards .card__main {
    padding: 16px 20px 46px;
}
#column .cards .card__img {
    padding-top: calc(220 / 344 * 100%);
}
#column .cards .card__img img {
    object-fit: contain;
    width: 110%;
    height: 110%;
    background-color: #ebebeb;
}
#column .cards .card__date {
    color: #beaf87;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#column .cards .card__title {
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 4px;
}
#column .cards .card__readmore {
    position: absolute;
    right: 20px;
    bottom: 12px;
}
#column .cards .card__readmore::after {
    font-size: 29px;
    margin-left: 8px;
}
