@charset "UTF-8";
/*------------------------
後続ページタイトル
------------------------*/
/*--------共通--------*/
#top-ttl .page-ttl .sub {
    text-align: center;
}
#top-ttl{
	background: url("/file/img/contents/relocation/pagettl_relocation.jpg") no-repeat;
	background-size: cover;
}
/*------------------------
intro
------------------------*/
/*--------共通--------*/
#intro .intro-box .txt h3{
	font-weight: 600;
}
#intro .intro-box .txt p{
    text-align: justify;
    line-height: 1.6;
}
#intro .intro-box .img{
	height: auto;
}
#intro .intro-box .img img{
	object-fit: contain;
	width: 100%;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
#intro .inner{
	padding: 65px 0 100px;
}
#intro .intro-box{
	justify-content: space-between;
}
#intro .intro-box .txt{
	width: 600px;
}
#intro .intro-box .txt h3{
	font-size: 26px;
	margin-bottom: 15px;
}
#intro .intro-box .txt p{
	margin-bottom: 17px;
}
#intro .intro-box .img{
	width: 484px;
}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
#intro .inner{
    padding: 10.67vw 4vw 12.27vw;
}
#intro .intro-box{
	flex-direction: column;
}
#intro .intro-box .txt p{
    font-size: 3.73vw;
	margin-bottom: 3vw;
}
#intro .intro-box .txt h3{
	font-size: 4.8vw;
	margin-bottom: 4.2%;
	line-height: 1;
	text-align: center;
}
#intro .intro-box .img{
	width: 100%;
	margin-bottom: 5.3%;
}
}

/*------------------------
売却の進め方は「売り先行」と「買い先行」
------------------------*/
/*--------共通--------*/
#method{
background: var(--bg-beige);
}
#method .method-box{
	background: #fff;
	border-radius: 10px;
}
#method .method-box.flex-box{
	justify-content: space-between;
}
#method .txt-box p{
	text-align: justify;
}
#method .method-ttl h3{
	font-weight: 600;
	display: flex;
	line-height: 1;
}
#method .method-ttl h3:before{
	content: '';
	background: var(--green);
	border-radius: 5px;
}
#method .method-ttl p{
    line-height: 1;
    border-bottom: 2px solid var(--green);
}
/* メリット */
#method .txt-box .point-box h4{
	line-height: 1;
	font-weight: 600;
	display: flex;
}
#method .txt-box .point-box h4.merit{
	color: #ea540a;
}
#method .txt-box .point-box h4.merit::before{
    content: "";
    display: inline-block;
    background: url("/file/img/contents/relocation/mark_merit.svg") no-repeat;
    background-position: center;
    background-size: contain;
}
#method .txt-box .point-box h4.demerit{
	color: #1f7ac5;
}
#method .txt-box .point-box h4.demerit::before{
	content: "";
	display: inline-block;
	background: url("/file/img/contents/relocation/mark_demerit.svg") no-repeat;
	background-position: center;
	background-size: contain;
}
#method .txt-box .point-box p.point{
    line-height: 1;
    font-weight: 600;
}
/* 流れの表 */
#method .flow-box{
	background: var(--o-white);
	border-radius: 10px;
}
#method .flow-box .txt{
	background: #fff;
	text-align: center;
	border-radius: 10px;
	border: 2px solid #d5d5d5;
	position: relative;
}
#method .flow-box .flow{
    align-items: end;
}
#method .flow-box .flow:not(:first-child){
	position: relative;
}
#method .flow-box .flow:not(:first-child)::before{
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #3c3c3c;
    position: absolute;
}
#method .flow-box .flow p{
    font-weight: 600;
    line-height: 1;
    text-align: center;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
#method .inner{
    padding: 65px 0 100px;
}
#method .method-box{
	padding: 40px;
}
#method .method-box.flex-box{
	justify-content: space-between;
}
#method .method-box.flex-box:not(:last-of-type){
	margin-bottom: 30px;
}
#method .txt-box{
	width: 470px;
}
#method .method-ttl h3{
	font-size: 26px;
	margin-bottom: 9px;
}
#method .method-ttl h3:before{
	width: 7px;
	height: 30px;
	border-radius: 5px;
	margin-right: 9px;
}
#method .method-ttl p{
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 17px;
}
/* メリット */
#method .txt-box .method-ttl + .point-box{
	margin-bottom:22px;
}
#method .txt-box .point-box h4{
	font-size: 22px;
	margin-bottom: 8px;
}
#method .txt-box .point-box h4.merit::before{
    margin-right: 6px;
    width: 20px;
    height: 22px;
    margin-top: 2px;
}
#method .txt-box .point-box h4.demerit::before{
	margin-right: 6px;
    width: 20px;
    height: 22px;
    margin-top: 2px;
}
#method .txt-box .point-box p.point{
	font-size: 18px;
    margin-bottom: 7px;
}
/* 流れの表 */
#method .flow-box{
	width: 600px;
	padding: 30px;
}
#method .flow-box .txt{
	padding: 30px;
	width: 430px;
	margin-right: 10px;
}
#method .flow-box .flow:not(:first-child)::before{
	height: calc(47px / 2 * tan(35deg));
    width: 36px;
    top: -20px;
    left: 200px;
}
#method .flow-box .flow:not(:last-child){
    margin-bottom: 26px;
}
#method .flow-box .flow p{
    font-size: 20px;
}
#method .flow-box .flow span{
	font-size: 14px;
	margin-top: 5px;
}
#method .flow-box .flow .house-img:first-child {
	margin-right: 5px;
}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
#method .inner{
	padding: 10.67vw 4vw 12.27vw;
}
#method .method-box{
    padding: 4.5% 4%;
}
#method .method-box.flex-box{
	flex-direction: column;
}
#method .method-box.flex-box:not(:last-of-type){
    margin-bottom: 6.67vw;
}
#method .txt-box{
	width: 100%;
    margin-bottom: 5.33vw;
}
#method .method-ttl h3{
	font-size: 6.13vw;
	margin-bottom: 1.87vw;
}
#method .method-ttl h3:before{
	width: 7px;
	height: 6.4vw;
	border-radius: 5px;
	margin-right: 9px;
}
#method .method-ttl p{
	margin-bottom: 4vw;
	padding-bottom: 2.67vw;
	font-size: 4.27vw;
	line-height: 1.6;
}
/* メリット */
#method .txt-box .method-ttl + .point-box{
	margin-bottom:5.87vw;
}
#method .txt-box .point-box h4{
	font-size: 5.87vw;
	margin-bottom: 8px;
}
#method .txt-box .point-box h4.merit::before{
	margin-right: 1.6vw;
	width: 5.33vw;
	height: 5.87vw;
	margin-top: 0.53vw;
}
#method .txt-box .point-box h4.demerit::before{
	margin-right: 1.6vw;
	width: 5.33vw;
	height: 5.87vw;
	margin-top: 0.53vw;
}
#method .txt-box .point-box p.point{
	font-size: 4.53vw;
	margin-bottom: 1.87vw;
}
#method .txt-box p {
    font-size: 3.73vw;
}
/* 流れの表 */
#method .flow-box{
	width: 100%;
	padding: 4%;
}
#method .flow-box .txt{
	padding: 5.5% 4%;
	width: 100%;
	margin-bottom: 2.4vw;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#method .flow-box .flow {
	flex-direction: column;
	align-items: center;
}
#method .flow-box .flow:not(:first-child)::before{
	height: calc(9.6vw / 2 * tan(35deg));
	width: 8vw;
	top: -4.8vw;
	left: 34.67vw;
}
#method .flow-box .flow:not(:last-child){
	margin-bottom: 6.4vw;
	flex-direction: column;
    align-items: center;
}
#method .flow-box .flow p{
	font-size: 4.53vw;
}
#method .flow-box .flow span{
	font-size: 3.73vw;
	margin-top: 2.4vw;
}
#method .flow-box .flow .txt + .house-img {
	margin-right: 5px;
}
#method .flow-box .flow .house-img-wrap {
	justify-content: center;
}
#method .flow-box .flow .house-img {
	margin-right: 5px;
	width: 10.67vw;
	margin-top: 2vw;
}
}

/*------------------------
売却の進め方は「売り先行」と「買い先行」
------------------------*/
/*--------共通--------*/
#sales-way .sales-way{
    background: #f5f5f5;
    border-radius: 10px;
}
#sales-way .flex-box.way-container{
	justify-content: space-between;
}
#sales-way .sales-way h3{
	display: flex;
	line-height: 1;
	font-weight: 600;
	align-items: center;
}
#sales-way .sales-way h3::before{
	content: '';
    display: inline-block;
    border-radius: 5px;
    background: var(--green);
}
#sales-way .sales-way .way-txt p{
	font-weight: 500;
	line-height: 1;
}
#sales-way .sales-way .img{
	width: 100%;
	height: auto;
}
#sales-way .sales-way .img img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}
#sales-way .sales-way p.explain{
	text-align: justify;
}
#sales-way .btn a{
	border-radius: 50px;
	cursor: pointer;
	background-color: var(--green);
}
/* table 仲介売却と直接買取の違い*/
#sales-way .c-table h3{
	font-weight: bold;
	text-align: center;
}
#sales-way .c-table table .row-header th{
	color: #fff;
	text-align: center;
	background: #3c3c3c;
}
#sales-way .c-table table .row-header th:not(:last-child){
	border-right: 1px solid #fff;
}
#sales-way .c-table table .row-value th{
	background: #f0f0f0;
	border-left: 2px solid #aaaaaa;
}
#sales-way .c-table table .last th,#sales-way .c-table table .last td{
	border-bottom: 2px solid #aaaaaa;
}
#sales-way .c-table table .row-value td{
	background: #fff;
}
#sales-way .c-table table .row-value td:not(:last-child){
	border-right: 1px solid #aaaaaa;
}
#sales-way .c-table table .row-value td:last-child{
	border-right: 2px solid #aaaaaa;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
#sales-way .inner{
	padding: 65px 0 100px;
}
#sales-way .sales-way{
    border-radius: 10px;
    padding: 40px 30px;
    width: 585px;
}
#sales-way .flex-box.way-container{
	justify-content: space-between;
	margin-bottom: 56px;
}
#sales-way .sales-way h3{
	font-size: 28px;
	margin-bottom: 12px;
}
#sales-way .sales-way h3::before{
    width: 8px;
    height: 30px;
    margin-right: 9px;
}
#sales-way .sales-way .way-txt p{
	font-size: 20px;
	margin-bottom: 22px;
}
#sales-way .sales-way .img{
	margin-bottom: 20px;
}
#sales-way .sales-way p.explain{
	margin-bottom: 20px;
}
#sales-way .btn a{
	width: 360px;
	height: 52px;
	padding: 0 10px 0 20px;
	font-size: 16px;
	border-radius: 50px;
	cursor: pointer;
	background-color: var(--green);
}
#sales-way .btn a::before{
	width: 40px;
	height: 40px;
}
#sales-way .btn a::after{
	width: 12px;
	height: 10px;
	right: 19px;
	transform: scale(1);
}
	/* 比較表 */
#sales-way .c-table h3{
	font-size: 26px;
	margin-bottom: 24px;
}
#sales-way .c-table{
	margin-bottom: 60px;
}
#sales-way .c-table table{
	width: 100%;
	display: table;
}
#sales-way .c-table table .row-header th{
	font-size: 20px;
	padding: 10px 0;
}
#sales-way .c-table table .row-value th,#sales-way .c-table table .row-value td{
	padding: 13px 15px;
}
#sales-way .c-table table .row-value th,#sales-way .c-table table .row-value td{
	border-bottom: 1px solid #aaaaaa;
}
#sales-way .c-table table .last th,#sales-way .c-table table .last td{
	border-bottom: 2px solid #aaaaaa;
}
#sales-way .c-table table th.col-header.case{
	border-bottom: 2px solid #aaaaaa;
}
#sales-way .c-table table thead th:nth-child(1),
#sales-way .c-table table tbody th:nth-child(1) {
	width: 24%;
}
#sales-way .c-table table thead th:nth-child(2),
#sales-way .c-table table tbody td:nth-child(2) {
	width: 38%;
}
#sales-way .c-table table thead th:nth-child(3),
#sales-way .c-table table tbody td:nth-child(3) {
	width: 38%;
}
#sales-way .c-table tbody .last td{
	vertical-align: baseline;
}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
#sales-way .inner{
	padding: 10.67vw 4vw 12.27vw;
}
#sales-way .sales-way{
	border-radius: 10px;
	padding: 4.5vw 4vw;
	margin-bottom: 5.33vw;
}
#sales-way .flex-box.way-container{
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 4vw;
}
#sales-way .sales-way h3{
	font-size: 5.33vw;
	margin-bottom: 2.3vw;
}
#sales-way .sales-way h3::before{
	width: 8px;
	height: 6.93vw;
	margin-right: 9px;
}
#sales-way .sales-way .way-txt p{
	font-size: 4.53vw;
	margin-bottom: 4vw;
	line-height: 1.6;
}
#sales-way .sales-way .img{
	margin-bottom: 3vw;
}
#sales-way .sales-way p.explain{
	margin-bottom: 3vw;
	font-size: 3.73vw;
}
#sales-way .btn a{
	width: 100%;
	height: 13.33vw;
	padding: 0 2.67vw 0 5.33vw;
	font-size: 4.27vw;
	justify-content: left;
}
#sales-way .btn a::before{
	width: 10.67vw;
	height: 10.67vw;
}
#sales-way .btn a::after{
	width: 3.2vw;
	height: 2.67vw;
	right: 5.07vw;
	background: url("/file/img/common/arrow-green.svg") no-repeat;
	background-size: contain;
}
	/* 比較表 */
#sales-way .c-table{
	margin-bottom: 8vw;
}	
#sales-way .c-table h3 {
    font-size: 5.33vw;
    margin-bottom: 3.2vw;
    font-weight: 600;
}
#sales-way .c-table table th,#sales-way .c-table table td{
	font-size: 3.73vw!important;
	padding: 4vw 0;
}
#sales-way .c-table table .row-value th,#sales-way .c-table table .row-value td{
	padding: 2.4vw 4vw;
    text-align: center;
}
#sales-way .c-table .row-value td:last-child,#sales-way .c-table .row-value th{
	border-right: 2px solid #aaaaaa;
}
#sales-way .c-table .row-value td:first-child,#sales-way .c-table .row-value th{
	border-left: 2px solid #aaaaaa;
}
#sales-way .c-table .inner{
    padding: 10.67vw 4vw 12.27vw;
}
#sales-way .c-table tbody .last td{
	vertical-align: baseline;
}
}

/* お問い合わせ*/
#sales-way .contact-box h3{
    background: #b4903e;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    border-radius: 10px 10px 0 0;
}
#sales-way .contact-box .txt-box{
	background: #f2f3ea;
	text-align: center;
    border-radius: 0 0 10px 10px;
}
#sales-way .contact-box .txt-box p{
	text-align: center;
}
#sales-way .btn-wrap .btn-box a {
	font-weight: 600;
	display: flex;
	align-items: center;
	color: #fff;
	border-radius: 50px;
	position: relative;
}
#sales-way .btn-wrap .btn-box.mail a{
	background: var(--orange1);
}
#sales-way .btn-wrap .btn-box.assessment a{
	background: var(--green);
}
#sales-way .btn-wrap .btn-box.mail a::before{
	content: "";
	background: url("/file/img/common/icon-mail.svg") no-repeat center;
	background-size: contain;
	display: inline-block;
}
#sales-way .btn-wrap .btn-box.assessment a::before{
	content: "";
	background: url("/file/img/common/icon-assessment.svg") no-repeat center;
	background-size: contain;
	display: inline-block;
}
#sales-way .btn-wrap .btn-box .icon{
	background: #fff;
	border-radius: 50%;
	position: absolute;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
#sales-way .contact-box h3{
    font-size: 27px;
    padding: 13px;
}
#sales-way .contact-box .txt-box{
	padding: 30px;
}
#sales-way .contact-box .txt-box p{
	text-align: center;
    margin-bottom: 24px;
}
#sales-way .btn-wrap .btn-box.mail a{
	padding-left: 30px;
}
#sales-way .btn-wrap .btn-box.assessment a{
	padding-left: 70px;
}
/* あったやつ */
	#sales-way .btn-wrap {
		justify-content: center;
	}
	#sales-way .btn-wrap .btn-box a {
		width: 364px;
		height: 78px;
		font-size: 19px;
		margin: 0 20px;
	}
	#sales-way .btn-wrap .btn-box.mail a::before{
		width: 24px;
		height: 16px;
		margin-right: 7px;
	}
	#sales-way .btn-wrap .btn-box.assessment a::before{
		width: 18px;
		height: 23px;
		margin-right: 10px;
	}
	#sales-way .btn-wrap .btn-box .icon{
		width: 62px;
		height: 62px;
		padding: 22px 20px;
		right: 8px;
		transform: (1);
		transition: 0.3s all;
	}
	#sales-way .btn-wrap .btn-box .icon img{
		width: 15px;
		height: 12px;
		margin-left: 4px;
		margin-top: 3px;
		transform: scale(1);
		transition: 0.3s all;
	}
	#sales-way .btn-wrap .btn-box:hover .icon{
		transform: scale(0.8);
}
	#sales-way .btn-wrap .btn-box:hover .icon img{
		transform: scale(0.8);
	}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
#sales-way .contact-box h3{
        font-size: 5.33vw;
        padding: 3.2vw;
}
#sales-way .contact-box .txt-box{
    padding: 5% 4%;
}
#sales-way .contact-box .txt-box p{
	text-align: justify;
	margin-bottom: 4.8vw;
	font-size: 3.73vw;
}
#sales-way .btn-wrap .btn-box.mail a{
	padding-left: 30px;
}
#sales-way .btn-wrap .btn-box.assessment a{
	padding-left: 70px;
}
/* あったやつ */
	#sales-way .btn-wrap {
		flex-direction: column;
	}
	#sales-way .btn-wrap .btn-box{
		width: 100%;
	}
	#sales-way .btn-wrap .btn-box a {
		font-size: 4.27vw;
		width: 100%;
		height: 16vw;
		border-radius: 50px;
		margin-bottom: 2.67vw;
	}
	#sales-way .btn-wrap .btn-box.mail a::before{
		width: 5.87vw;
		height: 3.73vw;
		margin-right: 1.33vw;
	}
	#sales-way .btn-wrap .btn-box.assessment a::before{
		width: 4.27vw;
		height: 5.87vw;
		margin-right: 1.33vw;
	}
	#sales-way .btn-wrap .btn-box .icon{
        width: 13.33vw;
        height: 13.33vw;
        padding: 4.8vw 4.27vw;
        right: 1.67vw;
	}
	#sales-way .btn-wrap .btn-box .icon img{
        width: 3.47vw;
        height: 3.47vw;
        margin-top: 0.27vw;
	}
}