@charset "UTF-8";
/*------------------------
pagetitle
------------------------*/
.page-ttl .ttl {
	margin: 0 auto 40px;
}
.page-ttl h1 .head::before{
	background: var(--sohzocolor);
}
.page-ttl h1 .head::after{
	content: 'SELL';
	font-size: 1.6rem;
	left: 32px;
}
.page-ttl .lead {
	width: 1000px;
	margin: auto;
	line-height: 1;
}
/*------------------------
イントロ
------------------------*/
.introduction {
	width: 1000px;
	margin: 80px auto;
}
.introduction .txt {
	flex: 1	;
}
.introduction .txt h2 {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: justify;
	margin-bottom: 20px;
	padding: 20px;
	position: relative;
	border: 3px solid var(--sohzocolor);
}
.introduction .txt h2::before,
.introduction .txt h2::after{
	position: absolute;
	content: "";
	display: block;
	background-color: #fff;
}
.introduction .txt h2::before{
	top: -3px;
	bottom: -3px;
	left: 30px;
	right: 30px;
}
.introduction .txt h2::after{
	top: 30px;
	bottom: 30px;
	left: -3px;
	right: -3px;
}
.introduction .txt .fuchi{
	position: relative;
	z-index: 1;
}
.introduction .txt p {
	font-size: 1.7rem;
	text-align: justify;
	line-height: 1.7;
}
.introduction .txt p:not(:last-of-type) {
	margin-bottom: 20px;
}
.introduction .img {
	width: 400px;
	height: 320px;
	margin-left: 40px;
	border: 2px solid var(--sohzocolor);
}
.introduction .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*------------------------
おなやみ
------------------------*/
.worries {
	background: linear-gradient(rgba(251, 250, 240, .6), rgba(251, 250, 240, .6)), url(/pc/img/owner/bg_check.jpg);
	padding-top: 60px;
}
.worries .inner {
	width: 1000px;
	margin: auto;
}
.worries .inner h2 {
	width: fit-content;
	margin: 0 auto 45px;
	font-size: 2.4rem;
	font-weight: 500;
	color: var(--sohzocolor);
	text-align: center;
	letter-spacing: .1em;
	line-height: 1;
	position: relative;
}
.worries .inner h2::before {
	content: '';
	display: block;
	position: absolute;
	top: -2px;
	left: -28px;
	width: 2px;
	height: 32px;
	background: var(--sohzocolor);
	transform: rotate(-28deg);
}
.worries .inner h2::after {
	content: '';
	display: block;
	position: absolute;
	top: -2px;
	right: -28px;
	width: 2px;
	height: 32px;
	background: var(--sohzocolor);
	transform: rotate(28deg);
}
.worries .inner p {
	width: fit-content;
	background: #fff;
	padding: 15px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	margin-top: -15px;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, .08);
	position: relative;
}
.worries .inner p:nth-of-type(even) {
	margin-left: auto;
}
.worries .inner p::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -14px;
	right: 80px;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	border-width: 0px 10px 14px 0px;
}
.worries .inner .icn-area {
	gap: 40px;
	width: 26%;
	margin: auto;
}
.worries .answer {
	display: block;
	background: var(--sohzocolor);
	padding: 20px;
	font-size: 2.6rem;
	font-weight: 500;
	color: #fff;
	letter-spacing: .08em;
	line-height: 1;
	text-align: center;
	margin-top: -12px;
}
/*------------------------
ご売却の流れ
------------------------*/
.flow {
	background: url(/pc/img/owner/bg_check.jpg);
	padding: 80px 0;
}
.flow .inner {
	width: 1000px;
	margin: auto;
}
.flow .inner .ttl-area {
	text-align: center;
	line-height: 1;
	margin-bottom: 30px;
}
.flow .inner .ttl-area .sub {
	display: block;
	color: var(--accentcolor);
	font-weight: 500;
	margin-bottom: 8px;
}
.flow .inner .ttl-area h2 {
	font-size: 3.2rem;
	font-weight: bold;
}
.flow .inner .item-list {
	flex-wrap: wrap;
	gap: 20px;
	align-items: stretch;
}
.flow .inner .item-list .item {
	width: 320px;
	background: var(--bgcolor);
	padding: 20px;
	position: relative;
}
.flow .inner .item-list .item .arrow {
	position: absolute;
	top: 47%;
	left: -20px;
	overflow: hidden;
	width: 16px;
	height: 12px;
}
.flow .inner .item-list .item .arrow span {
	position: absolute;
	top: 1px;
	left: 0;
	width: 8px;
	height: 8px;
	border-right: 1px solid var(--btncolor);
	border-bottom: 1px solid var(--btncolor);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: arrow 2s infinite;
	opacity: 0;
	box-sizing: border-box;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.flow .inner .item-list .item .arrow span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.flow .inner .item-list .item .arrow span:nth-of-type(2) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	left: 5px;
}
@keyframes arrow {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.flow .inner .item-list .item h3 {
	align-items: center;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 1px dashed var(--sohzocolor);
	margin-bottom: 10px;
}
.flow .inner .item-list .item h3 .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background: var(--sohzocolor);
	border-radius: 50vw;
	font-size: 1.8rem;
	color: #fff;
	margin-right: 6px;
}
.flow .inner .item-list .item p {
	text-align: justify;
}
/*------------------------
お問い合わせ
------------------------*/
.page-contact {
	background: linear-gradient(rgba(19, 109, 59, .9), rgba(19, 109, 59, .4)),url(/pc/img/owner/bg_fixed.jpg) no-repeat 100%/cover fixed;
	padding: 80px 0;
}
.page-contact .inner {
	width: 1000px;
	margin: auto;
}
.page-contact .inner .ttl-area {
	text-align: center;
	line-height: 1;
	margin-bottom: 40px;
}
.page-contact .inner .ttl-area .sub {
	display: block;
	color: var(--bgcolor);
	font-weight: 500;
	margin-bottom: 8px;
}
.page-contact .inner .ttl-area h2 {
	font-size: 3.2rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 18px;
}
.page-contact .inner .ttl-area .lead {
	font-size: 1.8rem;
	color: #fff;
	line-height: 1;
}
.page-contact .inner .contact {
	justify-content: center;
	align-items: center;
	line-height: 1;
}
.page-contact .inner .contact .tel {
	margin-right: 30px;
}
.page-contact .inner .contact .tel .no {
	font-size: 4.8rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 6px;
}
.page-contact .inner .contact .tel .no::before {
	content: '';
	display: inline-block;
	width: 43px;
	height: 32px;
	background: url(/pc/img/common/icn_tel-free-w.svg) no-repeat;
	background-size: contain;
	margin-right: 6px;
	vertical-align: 1px;
}
.page-contact .inner .contact .tel .time {
	display: block;
	font-size: 1.5rem;
	color: #fff;
}
.page-contact .inner .contact .mail a {
	display: block;
	width: 340px;
	border: 1px solid #fff;
	padding: 24px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1;
	letter-spacing: .1em;	
}
.page-contact .inner .contact .mail a:hover {
	background: rgba(19,109,59,.3);
}
.page-contact .inner .contact .mail a::before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 14px;
	background: url(/pc/img/common/icn_mail.svg) no-repeat left 100% / contain;
	margin-right: 10px;
}
/*------------------------
エフェクト
------------------------*/
.fadein {
	opacity : 0;
	transform : translate(0, 30px);
	transition: all 800ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.fadein.scrollin:nth-of-type(2) {
	-moz-transition-delay:50ms;
	-webkit-transition-delay:50ms;
	-o-transition-delay:50ms;
	-ms-transition-delay:50ms;
}
.fadein.scrollin:nth-of-type(3) {
	-moz-transition-delay:100ms;
	-webkit-transition-delay:100ms;
	-o-transition-delay:100ms;
	-ms-transition-delay:100ms;
}
.fadein.scrollin:nth-of-type(4) {
	-moz-transition-delay:150ms;
	-webkit-transition-delay:150ms;
	-o-transition-delay:150ms;
	-ms-transition-delay:150ms;
}
.fadein.scrollin:nth-of-type(5) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
}
.img-animation {
	overflow: hidden;
	position: relative;
}
.img-animation.active::before {
	animation: img-animation .5s cubic-bezier(.4, 0, .2, 1) forwards;
	background: var(--bgcolor);
	content: '';
	pointer-events: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
@keyframes img-animation {
	100% {
		transform: translateX(100%);
	}
}