@charset "utf-8";

/*----------------------------------------------------------------------------------------

	index.css

----------------------------------------------------------------------------------------*/

/* サブヘッダー //
////////////////////////////////////////////////////////////////////*/

#subheader h2 {
    height: 450px;
    background-color: #dadde0;
    position: relative;
    overflow: hidden;
}
#subheader h2 > span {
    position: absolute;
    top: 0;
    right: -100%;
    left: -100%;
    text-align: center;
}

/* コロナ対策バナー //
---------------------------------------------- */
.COVID {
	padding: 40px 10px;
	background-color: #fff;
	text-align: center;
}

/*イラスト部分 //
////////////////////////////////////////////////////////////////////*/

.illust h3 + p {
    font-size: 2rem;
}
.illust ul {
    margin-top: 25px;
    display:flex;
}
.illust li {
	text-align: center;
}
.illust li:nth-of-type(2) {
    margin: 0 20px;
}
.illust .pic img {
    width: 360px;
}
.illust .pic + p {
    margin-top: 12px;
    display: block;
    line-height: 1.4;
}

/* 一般的な売買 //
---------------------------------------------- */

#ippan {
    box-sizing: border-box;
    padding: 50px 0 57px;
    background-color: #e0ddd5;
}
#ippan h3 {
	margin-bottom: 15px;
}

/*なぜ全入居者退去が条件になるのか？ //
---------------------------------------------- */

#why {
    background-color: #414042;
    color: #fff;
}
#why > div {
    box-sizing: border-box;
    padding-left: 380px;
    position: relative;
}
#why > div::before {
    font-size: 0;
    position: absolute;
    bottom: 0;
    left: -10px;
    content: url(/kaitoricenter-asset/images/index/why_img.png);
}
#why h3 {
    padding-top: 50px;
    margin-bottom: 20px;
    font-size: 3rem;
    color:#c4b691;
}
#why p {
    padding-bottom: 64px;
}

/*居住中のまま買い取ります //
---------------------------------------------- */

#sonomama {
    padding: 48px 0 75px;
    background-color: #fff1ae;
}
#sonomama h3 {
    margin-bottom: 20px;
}
#sonomama > div ul {
	margin-top: 32px;
}
#sonomama > div > p {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
}

/*マルヨシだから出来る理由//
////////////////////////////////////////////////////////////////////*/

#riyuu {
    background-color: #c4b691;
    color: #fff;
}
#riyuu > div {
    padding-bottom: 68px;
    position: relative;
}
#riyuu > div::before {
    position: absolute;
    right: -66px;
    bottom: 0;
    font-size: 0;
    content: url(/kaitoricenter-asset/images/index/riyuu_img.png);
}
#riyuu h3 {
    margin-bottom: 22px;
    padding-top: 55px;
    position: relative;
    font-size: 3rem;
    line-height: 1.4;
}
#riyuu h3 i {
    position: absolute;
    top: -30px;
    left: -30px;
}
#riyuu h3 span {
    color:#333;
}
/*#riyuu h3::after {
    content: "※2024年/株式会社センチュリー21・ジャパン調べ";
    font-size: 14px;
    font-weight: 500;
    color: #333;
    position: absolute;
    bottom: -25px;
    left: 0;
}*/
#riyuu p {
    width: 722px;
    color:#333;
}

/*トータルにサポート //
////////////////////////////////////////////////////////////////////*/

#support > div {
    box-sizing: border-box;
    padding-top: 77px;
    height: 539px;
}
#support > div::before {
    width: 100%;
    height: 100%;
    background: url(/kaitoricenter-asset/images/index/support_bg.jpg) center / cover;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: -2;
    content: "";
    pointer-events: none;
}
#support >div > h3 {
    margin-bottom: 50px;
    text-align: center;
}

/* お客様の声 //
////////////////////////////////////////////////////////////////////*/

#voice {
	padding: 50px 0;
    background-color: #fff;
}
#voice > div {
	margin-bottom: 60px;
}
#voice h3{
    margin-bottom: 20px;
}
#voice > div > p {
    margin-bottom: 27px;
}

/*----------*/

#voice .btn a {
    margin: 40px auto 60px;
    width: 360px;
    background-color: #333;
    display: block;
    position: relative;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 54px;
    text-align: center;
}
#voice .btn a::before {
    right: 20px;
    font-size: 2rem;
    content: "\f105";
}

/* 買取の流れ //
////////////////////////////////////////////////////////////////////*/

#nagare {
    background-color: #f7f4ed;
}
#nagare > div {
    padding: 50px 0 60px;	
}
#nagare > div li {
    box-sizing: border-box;
    padding: 29px 30px 10px 390px;
    min-height: 240px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
#nagare > div li:not(:last-child) {
	margin-bottom: 20px;
}
#nagare > div h4 {
	margin-bottom: 9px;
    font-size: 1.8rem;
}
#nagare > div .photo {
    position: absolute;
    top: 0;
    left: 0;
}
#nagare > div .photo img {
    width: 360px;
}