@charset "utf-8";


body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}

.l-main * {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
}
#contents,
.l-main {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 0;
}
#contents {
	background: #FAFAFA;
}
.mv__wrap {
	width: 100%;
	height: 450px;
}
	.mv__wrap img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

[class*="cnt__wrap"] {
    padding-block: 60px;
}
    [class*="cnt__inner"] {
        width: 1140px;
        margin: 0 auto;
    }
        [class*="cnt__ttl"] {
            font-size: 46px;
            font-weight: 700;
            line-height: 1.56;
            color: #231815;
            position: relative;
            z-index: 1;
            padding-top: 39px;
        }
			.cng__color-b {
                color: #0062B2;
                font-weight: bold;
            }
            [class*="cnt__en-ttl"] {
                font-size: 120px;
                font-weight: 300;
                line-height: 0.06;
                position: absolute;
                z-index: -1;
            }

/*//////// こんなお悩みはありませんか？////////*/
.cnt__wrap--worries {
	padding-bottom: 100px;
}
.cnt__en-ttl--worries {
	top: 28.999px;
	left: 31.001px;
	color: #E2F1FA;
}
	.cnt__grid--worries {
		position: relative;
		width: 100%;
		height: 570px;
		margin-top: 33px;
	}
		.cnt__item--worries {
			position: absolute;
			width: 260px;
			height: 260px;
			display: flex;
			align-items: center;
			justify-content: center;
			text-align: center;
			background: url(../images/worries_bg.webp) no-repeat center / cover;
		}
			.cnt__item-txt {
				font-size: 18px;
				line-height: 1.6;
				font-weight: 500;
				letter-spacing: 0.05em;
				color: #231815;
			}
		.cnt__item--worries-1 {
			top: 0;
			left: 0;
		}
		.cnt__item--worries-2 {
			top: 86px;
			left: 290px;
		}
		.cnt__item--worries-3 {
			top: 310px;
			left: 88px;
		}
		.cnt__item--worries-4 {
			top: 0;
			left: 880px;
		}
		.cnt__item--worries-5 {
			top: 86px;
			left: 590px;
		}
		.cnt__item--worries-6 {
			top: 310px;
			left: 792px;
		}
		.cnt__illustration {
			position: absolute;
			top: 366px;
			left: 425px;
			width: 290px;
			height: 204px;
		}

	.solution__box {
		background-color: #e2fafd;
		padding-bottom: 53px;
		padding-top: 40px;
		margin-top: 30px;
	}
		.cnt__lead--solution {
			font-size: 30px;
			font-weight: bold;
			color: #231815;
			text-align: center;
			margin-bottom: 11px;
		}
		.cng__color-lb {
			color: #31A7D5;
			font-weight: bold;
		}
		.cnt__txt--solution {
			color: #231815;
			text-align: center;
			font-size: 22px;
			font-weight: 500;
		}
			.cnt__contact-list--solution {
				display: flex;
				flex-wrap: wrap;
				justify-content: center;
				gap: 16px 60px;
				margin-top: 24px;
				position: relative;
				}
			.cnt__contact-list--solution::before {
				content: "";
				position: absolute;
				left: 0;
				right: 0;
				margin: auto;
				width: 1px;
				height: 148px;
				background: #D2EEF2;
				}
			.cnt__contact-item--solution {
				color: #231815;
				font-size: 18px;
				font-weight: 500;
				display: flex;
				gap: 10px;
				min-width: 474px;
				letter-spacing: 0.05em;
				}
			.cnt__contact-item--solution img {
				width: 30px;
				height: 30px;
				flex-shrink: 0;
				}
			

/*//////// 選べる買取プラン ////////*/
.cnt__wrap--Plan {
	background: #E2F1FA;
	padding-bottom: 102px;
}
.cnt__inner--Plan {
    position: relative;
}
.cnt__ttl--Plan {
    padding-top: 39px;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.56;
    color: #231815;
    position: relative;
    z-index: 1;
}
.cnt__en-ttl--Plan {
    font-size: 120px;
    font-weight: 300;
    line-height: 0.06;
    position: absolute;
    z-index: -1;
    top: 29px;
    left: 31px;
    color: #FFF;
}

.plan__contents {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 33px;
}
.plan__item {
    background: #FFF;
    width: 1140px;
    height: 312px;
    box-sizing: border-box;
    border-left: 10px solid;
}
.plan__item--quick {
    border-left-color: #2D99F0;
}
.plan__item--careful {
    border-left-color: #31A7D5;
}
.plan__item--careful .plan__flow-txt {margin-top: 0px;}
.plan__item-inner {
    display: flex;
    align-items: center;
    height: 100%;
}

.plan__box--left {
    width: 246px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.plan__item--careful .plan__box--left {/* width: 330px; */}
.plan__box--left h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
}
.plan__ttl--quick {
    color: #0062B2;
}
.plan__ttl--careful {
    color: #31A7D5;
}

.plan__box--center {
    width: 444px;
    height: 242px;
    background: #FFF;
    border: 2px solid;
    border-radius: 16px;
    /* padding: 28px 28px; */
    box-sizing: border-box;
    position: relative;
    flex-shrink: 0;
}
.plan__item--quick .plan__box--center {
    border-color: rgba(0, 98, 178, 0.3);
}
.plan__item--careful .plan__box--center {
    border-color: rgba(49, 167, 213, 0.5);
}
.plan__box--center::before {
    content: "";
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 126px;
    height: 126px;
    background-repeat: no-repeat;
    background-size: contain;
    /* opacity: 0.15; */
    z-index: 0;
}
.plan__item--quick .plan__box--center::before {
    background-image: url(/pg-purchase/images/icon_flow_01.svg); /* Placeholder/Fallback */
}
.l-main .plan__item--careful .plan__box--center::before {
    background-image: url(/pg-purchase/images/icon_flow_02.svg); /* Placeholder/Fallback */
    left: -147px;
    bottom: 0px;
}

.plan__point-list {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    padding: 28px 28px;
    height: 240px;
}
.plan__point-item {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    padding-left: 14px;
    position: relative;
    letter-spacing: 0.05em;
}
.plan__point-item:last-child {
    margin-bottom: 0;
}
.plan__point-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 999px;
}
.plan__item--quick .plan__point-item::before {
    background: #0062B2;
}
.plan__item--careful .plan__point-item::before {
    background: #31A7D5;
    top: 11px;
}

.plan__box--right {
    padding-right: 26px;
}
.plan__flow-wrap {
    display: flex;
    justify-content: start;
    position: relative;
    gap: 36px;
    padding-left: 53px;
}
.plan__item--careful .plan__box--right .plan__flow-wrap {
    display: flex;
    /* justify-content: end; */
    position: relative;
    gap: 16px;
    padding-left: 36px;
    z-index: 0;
}
/* Arrows between flow items */
.plan__flow-wrap::before {
    content: "";
    position: absolute;
    top: 129px;
    left: 26px;
    right: 0;
    margin: auto;
    height: 15px;
    width: 235px;
    background: url(../images/arrow01.svg) no-repeat center / contain;
    z-index: 0;
}
.plan__item--careful .plan__flow-wrap::before {
    content: "";
    position: absolute;
    top: 93px;
    left: -34px;
    right: 0;
    margin: auto;
    height: 1px;
    width: 117px;
    background: #fff;
    z-index: 0;
}

.plan__box--center::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -147px;
    width: 126px;
    height: 126px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}
.plan__flow-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    width: 53px;
    position: relative;
    z-index: 1;
    justify-content: start;
}
.plan__flow-day {
    font-size: 22px;
    font-weight: 500;
}
.plan__item--quick .plan__flow-day {
    color: #0062B2;
    line-height: 1.1;
}
.plan__item--careful .plan__flow-day {
    color: #31A7D5;
    line-height: 1.3;
    margin-bottom: 6px;
}
.plan__flow-day span {
    font-size: 14px;
    font-weight: 500;
}
.plan__flow-txt {
    background: #E2F1FA;
    width: 53px;
    height: 213px;
    border-radius: 8px;
    padding: 12px 18px;
    box-sizing: border-box;
    writing-mode: vertical-rl;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 1.9px;
    color: #231815;
    flex-shrink: 0;
    margin-top: 9px;
    margin-bottom: 5px;
}

.plan__flow-consult {
    width: 147px;
    height: 215px;
    background: #31A7D5;
    border-radius: 9px;
    padding: 13px 13px;
    box-sizing: border-box;
    color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 33px;
}
.plan__consult-ttl {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.8px;
    margin-bottom: 5px;
    position: relative;
    color: #fff;
}
.plan__consult-ttl::after {
    content: "";
    position: absolute;
    bottom: -58px;
    left: -54px;
    right: 0;
    height: 15px;
    width: 270px;
    background: url(../images/arrow02.svg) center /cover no-repeat;
    z-index: -1;
}
.plan__consult-list {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 15px;
    width: 100%;
}
.plan__consult-list li {
    color: #fff;
    padding-left: 1px;
    font-weight: 500;
}

/*//////// 4つの強み ////////*/
.cnt__wrap--strengths {

padding-bottom: 100px;
}
.cnt__inner--strengths {

}
.cnt__ttl--strengths {

}
.cng__color-b {

}
.cnt__en-ttl--strengths {
	top: 28.999px;
	left: 31.001px;
	color: #E2F1FA;
	}
.strengths__ttl-txt {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 1.1px;
	line-height: 1.4;
	min-height: 44px;
	display: flex;
	align-items: center;
}
.strengths__contents {

}
.strengths__list {
display: flex;
justify-content: space-between;
margin-top: 33px;
}
.strengths__item {
	display: flex;
	width: 261px;
	height: 261px;
	padding: 13px 21px 0 21px;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	flex-shrink: 0;
	border-radius: 9999px;
	background: #E2F1FA;
}
.strengths__ttl {
	color: #231815;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 1.1px;
	line-height: 1.4;
}
.strengths__num {
	color:  #0062B2;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 4px;
	display: block;
	line-height: 1.3;
}
.strengths__txt {
	color: #231815;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.8px;
	margin-top: 9px;
	line-height: 1.7;
	}




/*//////// 相続に関するお役立ち情報 ////////*/
.cnt__wrap--blog {
    padding-bottom: 100px;
    background: #E2F1FA;
}
    .cnt__en-ttl--blog {
        color: #fff;
        top: 29px;
        left: 31px;
        z-index: -1;
    }
        .swiper_content--blog {
            margin-top: 33px;
        }
            .cnt__wrap--blog .swiper-slide {
                width: 320px;
                height: 372px;
            }
                .blog__item {
                    width: 320px;
                    height: 372px;
                }
                    .blog__img {
                        width: 320px;
                        height: 240px;
                        border-radius: 10px;
                        overflow: hidden;
                    }
                        .blog__img img {
                            width: 100%;
                            height: 100%;
                            border-radius: 10px;
                            object-fit: cover;
                        }
                    .blog__ttl {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                        font-size: 18px;
                        font-weight: 500;
                        line-height: 1.4;
                        color: #231815;
                        margin-top: 12px;
                    }
                    .blog__txt {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 1.4;
                        color: #231815;
                        margin-top: 9px;
                    }
                    .blog__date {
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 1.4;
                        color: #AEAEAE;
                        margin-top: 3px;
                        letter-spacing: 0.03em;
                    }
		[class*="swiper__bottom-box"] {
			display: flex;
			align-items: center;
			justify-content: center;
			position: relative;
			z-index: 1;
		}
			[class*="swiper__bottom-box"] .swiper-pagination {
				width: fit-content;
				position: relative;
				top: auto;
				bottom: auto;
				left: auto;
				right: auto;
				margin: 0;
			}
			[class*="swiper__bottom-box"] .swiper-button-prev,
			[class*="swiper__bottom-box"] .swiper-button-next {
				width: 36px;
				height: 36px;
				position: relative;
				top: auto;
				bottom: auto;
				left: auto;
				right: auto;
				margin: 0;
			}
			[class*="swiper__bottom-box"] .swiper-button-prev::after,
			[class*="swiper__bottom-box"] .swiper-button-next::after {
				content: none;
			}
			[class*="swiper__bottom-box"] .swiper-button-prev {
				background: url(../images/swiper_left.svg) no-repeat center / contain;
			}
			[class*="swiper__bottom-box"] .swiper-button-next {
				background: url(../images/swiper_right.svg) no-repeat center / contain;
			}
			[class*="swiper__bottom-box"] .swiper-button-prev:hover {
				background: url(../images/swiper_left-on.svg) no-repeat center / contain;
			}
			[class*="swiper__bottom-box"] .swiper-button-next:hover {
				background: url(../images/swiper_right-on.svg) no-repeat center / contain;
			}
				[class*="swiper__bottom-box"] .swiper-pagination .swiper-pagination-bullet {
					width: 10px;
					height: 10px;
					background: #CCC;
					opacity: 1;
					margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 7px);
				}
					[class*="swiper__bottom-box"] .swiper-pagination .swiper-pagination-bullet-active {
						background: #0062B2;
					}
        .swiper__bottom-box--blog {
            margin-top: 20px;
            gap: 7px;
        }
        .blog__bt {
            margin-top: 20px;
        }
            .blog__link {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 210px;
                height: 50px;
                margin: 0 auto;
                border-radius: 100px;
                background: #0062B2;
                font-size: 16px;
                font-weight: 700;
                line-height: 1;
                letter-spacing: 0.05em;
                color: #FFF;
                position: relative;
            }
			.blog__link {
				transition: .4s;
				border: 2px solid #0062B2;
			}
			.blog__link:hover {
				background: #fff;
				color: #0062B2;
			}
            .blog__link::after {
                content: "";
                width: 7px;
                height: 10px;
                background: url(/images/top/lifedo-bt-arrow-w.svg) no-repeat center / contain;
                position: absolute;
                top: 18px;
                right: 18px;
            }
			.blog__link:hover::after {
				background: url(../images/lifedo-bt-arrow-b.svg) no-repeat center / contain;
			}
			
.no-slide [class*="swiper__bottom-box"] {
	display: none;
}
.no-slide .swiper-wrapper {
	display: flex;
	justify-content: center;
	gap: 30px;
}

/*//////// よくある質問 ////////*/
.cnt__wrap--faq {
	padding-bottom: 100px;
}
.cnt__en-ttl--faq {
	color: #E2F1FA;
	top: 29px;
	left: 31px;
	z-index: -1;
}
.faq__listbox {
	margin-top: 33px;
}
.faq__list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.faq__item {
	display: flex;
	width: 1140px;
	padding: 29px 30px 36px;
	flex-direction: column;
	align-items: start;
	gap: 9px;
	border-radius: 10px;
	background: #E2F1FA;
}
.faq__question {
	color: #231815;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 1.1px;
	display: flex;
	align-items: baseline;
	gap: 14px;
	margin-bottom: 8px;
}
.faq__q {
	color: #0062B2;
	font-size: 30px;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	display: block;
	line-height: 1;
}
.faq__answer {
	color: #231815;
	font-size: 16px;
	line-height: 170%;
	letter-spacing: 0.8px;
	display: flex;
	align-items: center;
	gap: 17px;
}
.faq__a {
	color: #00A0B2;
	font-size: 30px;
	font-style: normal;
	line-height: 1;
	font-weight: bold;
	display: block;
	margin-left: 2px;
}

/*//////// 各種ご相談 ////////*/
.cnt__wrap--service {
	background: #C3E4FF;
	padding-bottom: 100px;
}
.cnt__en-ttl--service {
	color: #E2F1FA;
	top: 29px;
	left: 31px;
}
	.service__list {
		display: flex;
		flex-wrap: wrap;
		gap: 33px 40px;
		margin-top: 27px;
	}
		.service__item--sell {
			width: 1140px;
		}
		.service__item--buy {
			width: 550px;
		}
		.service__item--rent {
			width: 550px;
		}
		.service__item--other {
			width: 830px;
		}
		.service__type {
			display: flex;
			align-items: center;
			gap: 10px;
			font-size: 30px;
			font-weight: 700;
			line-height: 1;
			color: #0062B2;
			margin-bottom: 18px;
		}
		.service__item--buy .service__type {
			color: #00A0B2;
		}
		.service__item--rent .service__type {
			color: #D30D2E;
		}
		.service__item--other .service__type {
			color: #231815;
		}
		.service__type::before {
			content: "";
			display: inline-block;
			width: 20px;
			height: 20px;
			border-radius: 50%;
			background: #0062B2;
			margin-top: 5px;
		}
		.service__item--buy .service__type::before {
			background: #00A0B2;
		}
		.service__item--rent .service__type::before {
			background: #D30D2E;
		}
		.service__item--other .service__type::before {
			background: #231815;
		}
		.service__type-list {
			display: flex;
			gap: 10px;
		}
			[class*="service__bt"] {
				display: flex;
				align-items: center;
				justify-content: center;
				gap: 11px;
				width: 220px;
				height: 90px;
				border-radius: 10px;
				background: #FFF;
				border: 2px solid #fff;
				box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.22);
				font-size: 20px;
				font-weight: 500;
				line-height: 1;
				letter-spacing: 0.05em;
				color: #231815;
				transition: .4s;
			}
			[class*="service__bt"]:hover {
				opacity: 1;
				border: 2px solid #0062B2;
			}
			.service__item--buy [class*="service__bt"]:hover {
				border: 2px solid #00A0B2;
			}
			.service__item--rent [class*="service__bt"]:hover {
				border: 2px solid #D30D2E;
			}
			.service__item--other [class*="service__bt"]:hover {
				border: 2px solid #231815;
			}
			.service__item--buy [class*="service__bt"],
			.service__item--rent [class*="service__bt"] {
				width: 550px;
			}
			.service__item--other [class*="service__bt"] {
				width: 270px;
			}
			[class*="service__bt"]::before {
				content: "";
				display: inline-block;
			}
			.service__bt--housesell::before {
				width: 59px;
				height: 59px;
				background: url(../images/service_icn01.svg) no-repeat center / contain;
			}
			.service__bt--voluntary-sale::before {
				width: 58px;
				height: 59px;
				background: url(../images/service_icn02.svg) no-repeat center / contain;
			}
			.service__bt--purchase::before {
				width: 37px;
				height: 59px;
				background: url(../images/service_icn03.webp) no-repeat center / contain;
			}
			.service__bt--vacant-house::before {
				width: 56px;
				height: 59px;
				background: url(../images/service_icn04.svg) no-repeat center / contain;
			}
			.service__bt--buy::before {
				width: 66px;
				height: 59px;
				background: url(../images/service_icn05.svg) no-repeat center / contain;
			}
			.service__bt--rent::before {
				width: 63px;
				height: 59px;
				background: url(../images/service_icn06.svg) no-repeat center / contain;
			}
			.service__bt--rectuit::before {
				width: 59px;
				height: 59px;
				background: url(../images/service_icn07.svg) no-repeat center / contain;
			}
			.service__bt--staff::before {
				width: 53px;
				height: 53px;
				background: url(../images/service_icn08.svg) no-repeat center / contain;
			}
			.service__bt--sdgs::before {
				width: 37px;
				height: 59px;
				background: url(../images/service_icn09.svg) no-repeat center / contain;
			}
			.cnt__wrap--service .org-comingsoon__bt {
				pointer-events: none;
				position: relative;
			}
			.cnt__wrap--service .org-comingsoon__bt::after {
				content: "Coming soon…";
				display: flex;
				align-items: center;
				justify-content: center;
				width: 100%;
				height: 100%;
				font-size: 20px;
				font-weight: 500;
				line-height: 1;
				letter-spacing: 0.05em;
				color: rgb(255, 255, 255);
				position: absolute;
				top: 0px;
				left: 0px;
				pointer-events: none;
				border-radius: 10px;
				background: rgba(86, 86, 86, 0.8);
			}

.float__bt a {
	    background: #31A7D5;
}
.float__bt a {
    transition: .4s;
    border-top: 2px solid #31A7D5;
    border-bottom: 2px solid #31A7D5;
    border-left: 2px solid #31A7D5;
}
.float__bt a:hover {
    background: #fff;
    color: #31A7D5;
    opacity: 1;
}
.float__bt a::before {
    content: "";
    width: 46px;
    height: 50px;
    background: url(../images/float-icn.svg) no-repeat center / contain;
    position: absolute;
    top: 19px;
    left: 17px;
}
.float__bt a:hover::before {
	    background: url(../images/float-icn-on.svg) no-repeat center / contain;
}