@charset "utf-8";

/* # =================================================================
#### common
# ================================================================= */
.sp {
	display: none;
}

.purchase {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.purchase .wrap {
	position: relative;
	display: block;
	width: 1200px;
	height: auto;
}

/*** headline ***/
.purchase h2.purchase-headline {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 50px;
}

.purchase h2.purchase-headline span {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	color: #004841;
	font-size: 50px;
	font-weight: bold;
}

.purchase h2.purchase-headline span:before {
	content: "";
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	bottom: 0;
	left: -1.5em;
	margin: auto;
	width: 1em;
	height: 5px;
	border-bottom: 5px solid #004841;
}

.purchase h2.purchase-headline span:after {
	content: "";
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	bottom: 0;
	right: -1.5em;
	margin: auto;
	width: 1em;
	height: 5px;
	border-bottom: 5px solid #004841;
}

/*** exc ***/
.purchase p.exc {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 20px;
	text-align: justify;
}

/*** image ***/
.purchase img.pc {
	display: block;
}

.purchase img.sp {
	display: none;
}

/* # =================================================================
#### main-image
# ================================================================= */
.purchase .main-image {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	background-color: #E3F0BD;
	padding: 50px 0;
}

.purchase .figure {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.purchase .figure img {
	position: relative;

	width: 100%;
	height: auto;
}

/*** modal-content ***/
.modal-content p {
	margin-bottom: 30px;
}

.modal-content p:last-child {
	margin-bottom: 0;
}

.figure p.pop {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: auto;
	bottom: 5%;
	left: auto;
	right: 0;
	margin: auto;
	width: auto;
	height: auto;
}

.figure p.pop a {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	text-decoration: none;
	color: #FFF;
	font-size: 20px;
	border: 1px solid #000;
	background: #000;
	padding: 10px 80px;
	line-height: 1;
}

.figure p.pop a:hover {
	color: #000;
	background: #FFF;
}

.figure p.pop a span {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
}

.figure p.pop a span:after {
	content: "";
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	bottom: 0;
	right: -1em;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 13.0px;
	border-color: transparent transparent transparent #FFF;
}

.figure p.pop a:hover span:after {
	border-color: transparent transparent transparent #000;
}

/* # =================================================================
#### main-contents
# ================================================================= */
.purchase .main-contents {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 50px 0 100px;
}

.purchase .main-contents .section {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 150px;
}

.purchase .main-contents .section:last-child {
	margin-bottom: 0;
}

.purchase .main-contents .section .image-pc {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.purchase .main-contents .section .image-sp {
	position: relative;
	display: none;
	width: 100%;
	height: auto;
}

.purchase .main-contents .section figure {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	border-bottom: 5px solid #004841;
	padding: 30px 0;
}

.purchase .main-contents .section figure:first-child {
	border-top: 5px solid #004841;
}

.purchase .main-contents .section figure:last-child {
	border-bottom: none;
	padding: 30px 0 0;
}

.purchase .main-contents .section figure img {
	position: relative;

	width: 100%;
	height: auto;
}

/* # =================================================================
#### sub-contents
# ================================================================= */
.purchase .sub-contents {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 50px 0 100px;
}

.purchase .sub-contents .section {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 150px;
}

.purchase .sub-contents .section:last-child {
	margin-bottom: 0;
}

.purchase .sub-contents .section figure {
	position: relative;

	width: 100%;
	height: auto;
}

.purchase .sub-contents .section figure.pc {
	display: block;
}

.purchase .sub-contents .section figure.sp {
	display: none;
}

.purchase .sub-contents .section figure img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

/* # =================================================================
#### footer-contents
# ================================================================= */
.purchase .footer-contents {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 50px 0;
}

.purchase .footer-contents h2 {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.purchase .footer-contents h2 span {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	background: #E6F4F3;
	padding: 15px 30px;
	line-height: 1;
	color: #004841;
	font-size: 30px;
}

.purchase .footer-contents p {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	text-align: justify;
	font-size: 20px;
	margin-bottom: 50px;
}

.purchase .footer-contents p:last-child {
	margin-bottom: 0;
}

/* # =================================================================
#### 1200
# ================================================================= */
@media screen and (max-width: 1200px) {

	/* # =================================================================
#### common
# ================================================================= */
	.purchase .wrap {
		width: 100%;
		padding: 0 15px;
	}

	.purchase h2.purchase-headline span {
		font-size: 40px;
	}

}

/* 1200 */
/* # =================================================================
#### 1024
# ================================================================= */
@media screen and (max-width: 1024px) {

	/* # =================================================================
#### common
# ================================================================= */
	.purchase h2.purchase-headline {
		margin-bottom: 30px;
	}

	.purchase h2.purchase-headline span {
		font-size: 36px;
	}

	.purchase h2.purchase-headline span:before {
		width: 0.8em;
		left: -1em;
	}

	.purchase h2.purchase-headline span:after {
		width: 0.8em;
		right: -1em;
	}

	.purchase p.exc {
		font-size: 18px;
	}

	/* # =================================================================
#### main-image
# ================================================================= */
	.purchase .main-contents {
		padding: 50px 0 50px;
	}

	.purchase .main-contents .section {
		margin-bottom: 100px;
	}

	/* # =================================================================
#### sub-image
# ================================================================= */
	.purchase .sub-contents {
		padding: 50px 0 50px;
	}

	.purchase .sub-contents .section {
		margin-bottom: 100px;
	}




}

/* 1024 */
/* # =================================================================
#### 896
# ================================================================= */
@media screen and (max-width: 896px) {

	/* # =================================================================
#### common
# ================================================================= */
	/*** headline ***/
	.purchase h2.purchase-headline span {
		font-size: 24px;
	}

	/* # =================================================================
#### footer-contents
# ================================================================= */
	.purchase .footer-contents h2 span {
		font-size: 24px;
	}

	.purchase .footer-contents p {
		font-size: 18px;
	}

}

/* 896 */
/* # =================================================================
#### 600
# ================================================================= */
@media screen and (max-width: 600px) {

	/* # =================================================================
#### common
# ================================================================= */
	.purchase h2.purchase-headline span {
		font-size: 20px;
	}

	.purchase h2.purchase-headline span:before,
	.purchase h2.purchase-headline span:after {
		content: none;
	}

	.purchase p.exc {
		font-size: 16px;
	}

	/*** image ***/
	.purchase img.pc {
		display: none;
	}

	.purchase img.sp {
		display: block;
	}

	/* # =================================================================
#### main-image
# ================================================================= */
	.purchase .main-contents .section .image-pc {
		display: none;
	}

	.purchase .main-contents .section .image-sp {
		display: block;
	}

	/***  ***/
	.figure p.pop {
		left: 0;
		bottom: -40px;
		width: 230px;
	}

	.figure p.pop a {
		font-size: 16px;
		padding: 10px 30px;
	}

	.figure p.pop a span:after {
		border-width: 5px 0 5px 8.7px;
	}

	/* # =================================================================
#### sub-image
# ================================================================= */
	.purchase .sub-contents .section figure.pc {
		display: none;
	}

	.purchase .sub-contents .section figure.sp {
		display: block;
	}



	/* # =================================================================
#### footer-contents
# ================================================================= */
	.purchase .footer-contents h2 span {
		font-size: 20px;
	}

	.purchase .footer-contents p {
		font-size: 16px;
	}


}

/* 600 */
/* # =================================================================
#### 480
# ================================================================= */
@media screen and (max-width: 480px) {

	/* # =================================================================
#### main-contents
# ================================================================= */
	.purchase .main-contents {
		padding: 50px 0 25px;
	}

	.purchase .main-contents .section {
		margin-bottom: 50px;
	}

	/* # =================================================================
#### sub-contents
# ================================================================= */
	.purchase .sub-contents {
		padding: 25px 0 25px;
	}

	.purchase .sub-contents .section {
		margin-bottom: 50px;
	}

	/* # =================================================================
#### footer-contents
# ================================================================= */
	.purchase .footer-contents {
		padding: 25px 0 50px;
	}

}

/* 480 */



/* 2023-10-11 買取価格保証制度 Newデザイン */
.purchase {
	color: #595757;
	max-width: 1200px;
	margin: 0 auto;
	font-feature-settings: "palt";
}

.purchase section {
	margin-bottom: 160px;
}

.purchase section p {
	line-height: 1.8;
	/* font-size: 16px; */
}

.purchase section h2 {
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 8px;
}

.purchase .first-view .first-view-image-wrapper {
	height: calc(100vh - 171px);
	min-height: 592px;
	display: flex;
}

.purchase .first-view .purchase-logo {
	width: 400px;
	margin: auto;
}

.purchase .first-view .first-view-container {
	display: flex;
	justify-content: end;
	background-image: url(/assets/top/images/purchase/husband_and_wife.jpeg);
	/* height: 762px; */
	/* background-position: top; */
	/* background-position: 20px -10px; */
	background-position: left 20px bottom 0px;
	background-size: contain;
	padding-bottom: 48px;
}

.purchase .first-view .first-message .first-message-title {
	font-size: 32px;
	line-height: 1.5;
	letter-spacing: 0.3em;
	margin-bottom: 24px;
}

.purchase .first-view .first-message p {
	line-height: 2.3;
}



/* case */

.purchase .purchase-case h2 {
	text-align: center;
	margin-bottom: 30px;
}

.purchase .purchase-case .case-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.purchase .purchase-case .case-row img {
	width: calc(50% - 24px);
	object-fit: contain;
}

/* 買取価格保証とは */
.purchase .purchase-toha {
	/* margin-top: 200px; */
}

.purchase .purchase-toha img {
	/* margin-bottom: 24px; */
	margin: 16px auto 80px auto;
}

.purchase .purchase-toha img.purchase-toha-image1 {
	width: 72%;
}

.purchase .purchase-toha img.purchase-toha-image2 {
	width: 100%;
}

/* 見える化 */

.purchase .purchase-mieruka .mieruka-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	margin-top: 40px;
}

.purchase .purchase-mieruka .mieruka-row img {
	width: calc(50% - 24px);
	object-fit: contain;
}

/* オスカーだからできる不動産住宅の買取価格保証 */
.purchase .purchase-strength .strength-block {
	display: flex;
	justify-content: space-between;
	gap: 80px;
	margin-top: 30px;
}

.purchase .purchase-strength .strength-block img {
	object-fit: contain;
	width: 280px;

}

.purchase .purchase-strength .strength-block .strength-title {
	font-size: 30px;
	margin-bottom: 8px;
}

.purchase .purchase-strength .strength-block .strength-desc {
	display: inline-block;
	margin: auto;
}

.purchase .link-button {
	margin-bottom: 160px;
}


@media screen and (max-width: 1280px) {
	.purchase {
		margin: 0 40px;
		width: calc(100% - 80px);

	}

	.purchase .first-view .first-view-container {
		height: 879px;
	}
}

@media screen and (max-width: 780px) {
	.purchase {
		margin: 0 24px;
		width: calc(100% - 48px);

	}

	.purchase section h2 {
		font-size: 28px;
	}

	.purchase .first-view .first-message .first-message-title {
		font-size: 26px;

	}

	.purchase .first-view .first-view-container {
		background-image: none;
		height: auto;
	}

	.purchase .purchase-case .case-row {
		flex-direction: column;
	}

	.purchase .purchase-case .case-row img {
		width: 100%;
	}

	.purchase .purchase-case .case-row img:nth-of-type(1) {
		margin-bottom: 30px;
	}

	.purchase .purchase-mieruka .mieruka-row {
		flex-direction: column;
		margin-top: 30px;
	}

	.purchase .purchase-mieruka .mieruka-row img {
		width: 100%;
	}

	.purchase .purchase-mieruka .mieruka-row img:nth-of-type(1) {
		margin-bottom: 30px;
	}

	.purchase .purchase-strength .strength-block {
		gap: 32px;
	}

	.purchase .purchase-strength .strength-block .strength-title {
		font-size: 22px;
	}

	.purchase .purchase-strength .strength-block img {
		width: 40%;
	}

}

@media screen and (max-width: 480px) {
	.sp {
		display: block;
	}

	.purchase .first-view .first-view-container {
		padding-bottom: 0;
	}

	.purchase .first-view .first-view-image-wrapper {
		height: 300px;
		min-height: 300px;
	}

	/* .purchase .first-view .first-message p {
		font-size: 1.2rem;
	}  */

	.purchase section h2 {
		font-size: 22px;
	}

	.purchase section {
		margin-bottom: 80px;
	}

	.purchase .first-view .purchase-logo {
		width: 280px;
	}

	.purchase .purchase-strength .strength-block {
		flex-direction: column;
		gap: 8px;
	}

	.purchase .purchase-toha img.purchase-toha-image1 {
		width: 100%;
	}

	.purchase .purchase-strength .strength-block img {
		width: 100%;
	}

	.purchase .purchase-strength .strength-block .strength-title {
		font-size: 16px;
	}
}