@charset "UTF-8";

/* ---------------------------------------
  不動産売却相談 
-----------------------------------------*/


/* secttl
--------------------------------*/

.secttl {
	display: block;
	background-color: #4c4948;
	text-align: center;
	font-size: 3.2rem;
	letter-spacing: 0.1em;
	padding: 11px 1.5em;
	border-radius: 35px;
	box-shadow: 4px 4px 0 #000;
	position: relative;
	transform: translateY(-50%);
	margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
	.secttl {
		font-size: 4.2vw;
		padding: .5em 1.5em;
		border-radius: 100vh;
		box-shadow: .8vw .8vw 0 #000;
	}
}


/* btnwrap
--------------------------------*/

.btnwrap {
	margin-top: 60px;
	width: 950px;
	margin: 60px auto 0;
}

.btnwrap .txt {
	font-size: 2.5rem;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
	margin-bottom: .8em;
}

.btnwrap .txt>span {
	display: inline-block;
	font-size: 4.3rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
	position: relative;
}

.btnwrap .txt>span::before {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #ff6602;
	border-radius: 1.5px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.btnwrap .txt .orange {
	color: #ff6602;
}

.btnwrap .btn {
	margin-top: 15px;
}

.btnwrap .btn a {
	width: 792px;
	font-weight: 700;
	font-size: 2.1rem;
	letter-spacing: 0.15em;
	height: 66px;
	border-radius: 33px;
}

.btnwrap .irai_btn a {
	width: 546px;
	height: 86px;
	background-color: #ff6602;
	border-radius: 10px;
	color: #fff;
	box-shadow: 0 10px 0 0 #ffa367;
	transition: .3s ease;
}

.btnwrap .irai_btn a::before,
.btnwrap .irai_btn a::after {
	content: none;
}

.btnwrap .irai_btn a .ico {
	margin-right: 6px;
}

.btnwrap .number>* {
	text-align: center;
}

.btnwrap .number .txt {
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	margin-bottom: 0;
}

.btnwrap .number .tel {
	color: #ff6602;
	font-size: 4.6rem;
	line-height: 1;
	letter-spacing: 0.06em;
}

.btnwrap .number .time {
	font-weight: 500;
	font-size: 1.8rem;
}

@media screen and (min-width: 769px) {
	.btnwrap .irai_btn a:hover {
		transform: translateY(10px);
		box-shadow: 0 0 0 0 #ffa367;
	}
}

@media screen and (max-width: 768px) {
	.btnwrap {
		width: 100%;
		margin-top: 10vw;
	}
	.btnwrap .txt {
		font-size: 5vw;
	}
	.btnwrap .txt>span {
		font-size: 7vw;
	}
	.btnwrap .txt>span::before {
		height: .6vw;
		border-radius: .3vw;
	}
	.btnwrap .btn {
		margin-top: 2vw;
	}
	.btnwrap .btn a {
		width: 100%;
		font-size: 3.6vw;
		height: 16vw;
		border-radius: 8vw;
		padding: 0 2.5em 0 1.3em;
	}
	.btnwrap .irai_btn {
		margin-bottom: 6vw;
	}
	.btnwrap .irai_btn a {
		width: 100%;
		height: 16vw;
		border-radius: 1.6vw;
		box-shadow: 0 1.6vw 0 0 #ffa367;
		padding: 0 1em;
	}
	.btnwrap .irai_btn a .ico {
		width: 4.8vw;
		margin-right: 1.2vw;
	}
	.btnwrap .number .txt {
		font-size: 3.6vw;
	}
	.btnwrap .number .tel {
		font-size: 9vw;
	}
	.btnwrap .number .time {
		font-size: 3.6vw;
	}
}


/* contact_btn
--------------------------------*/


/*

.contact_btn {
	margin-top: 120px;
}

@media screen and (min-width: 769px) {
	.contact_btn {
		max-width: 996px;
	}
	.contact_btn .midashi {
		width: 388px;
	}
}

@media screen and (max-width: 768px) {
	.contact_btn {
		margin-top: 13vw;
	}
	.contact_btn .midashi {
		height: auto;
		padding: .2em 1em;
		border-radius: 100vh;
	}
}
*/


/* sec_mv
--------------------------------*/

#sec_mv {
	padding: 30px 0 90px;
	background-color: #ffc93c;
	background-image: url(../img/common/bg_stripe.png);
}

#sec_mv .ttlwrap {
	margin-bottom: 32px;
}

#sec_mv .ttlwrap .txt {
	font-size: 3.7rem;
	line-height: 1.5;
	letter-spacing: 0.12em;
	margin-bottom: .2em;
}

#sec_mv .ttlwrap .txt span {
	font-size: 150%;
	position: relative;
}

#sec_mv .ttlwrap .txt span:first-child::before {
	content: "";
	width: 37px;
	height: 38px;
	background: url(../img/satei/ttl_bg.png) no-repeat center / 100% auto;
	position: absolute;
	right: -22px;
	top: -14px
}

#sec_mv .ttlwrap .ttl {
	font-size: 6.1rem;
	letter-spacing: 0.05em;
	position: relative;
	z-index: 1;
}

#sec_mv .ttlwrap .ttl span {
	position: relative;
}

#sec_mv .ttlwrap .ttl span::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #ff6602;
	border-radius: 50%;
	position: absolute;
	left: calc(.5em - 5px);
	top: 0;
}

#sec_mv .inner {
	align-items: center;
}

#sec_mv .img {
	width: 564px;
	margin-right: auto;
	margin-left: -20px;
}

#sec_mv .txtbox {
	position: relative;
	width: 628px;
	background-color: #ffedbc;
	border: 11px solid #ffd76d;
	padding: 14px 20px 36px;
}

#sec_mv .txtbox .txt1 {
	font-size: 3.2rem;
	letter-spacing: 0.02em;
	margin-bottom: .2em;
}

#sec_mv .txtbox .txt1 span {
	padding: 0 1em;
	position: relative;
}

#sec_mv .txtbox .txt1 span::before,
#sec_mv .txtbox .txt1 span::after {
	content: "";
	width: 3px;
	height: 1em;
	background-color: #4c4948;
	border-radius: 1.5px;
	position: absolute;
	top: .3em;
}

#sec_mv .txtbox .txt1 span::before {
	transform: rotate(-22deg);
	left: 6px;
}

#sec_mv .txtbox .txt1 span::after {
	transform: rotate(22deg);
	right: 6px;
}

#sec_mv .txtbox .txt2 {
	font-size: 4rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
}

#sec_mv .txtbox .txt2 span {
	position: relative;
	color: #ff6602;
	font-size: 4.5rem;
	letter-spacing: 0.12em;
	padding: 0 .2em;
	z-index: 1;
}

#sec_mv .txtbox .txt2 span::before {
	content: "";
	width: 100%;
	height: 20px;
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	#sec_mv {
		padding: 6vw 0 12vw;
		background-size: 2.6vw auto;
	}
	#sec_mv .wrap {
		width: 92%;
	}
	#sec_mv .ttlwrap {
		margin-bottom: 6vw;
	}
	#sec_mv .ttlwrap .txt {
		font-size: 6.2vw;
		margin-bottom: .8em;
	}
	#sec_mv .ttlwrap .txt span:first-child::before {
		width: 6vw;
		height: 6.2vw;
		right: -4vw;
		top: -2.2vw;
	}
	#sec_mv .ttlwrap .ttl {
		font-size: 9vw;
	}
	#sec_mv .ttlwrap .ttl span::before {
		width: 1.6vw;
		height: 1.6vw;
		left: calc(.5em - .8vw);
	}
	#sec_mv .inner {
		flex-direction: column-reverse;
	}
	#sec_mv .img {
		width: 110vw;
		margin: 0 -10vw 3vw;
	}
	#sec_mv .txtbox {
		width: 100%;
		border: 2vw solid #ffd76d;
		padding: 3vw 1vw 7vw;
	}
	#sec_mv .txtbox .txt1 {
		font-size: 5.8vw;
	}
	#sec_mv .txtbox .txt1 span::before,
	#sec_mv .txtbox .txt1 span::after {
		width: 2px;
		border-radius: 1px;
	}
	#sec_mv .txtbox .txt1 span::before {
		left: 1.2vw;
	}
	#sec_mv .txtbox .txt1 span::after {
		right: 1.2vw;
	}
	#sec_mv .txtbox .txt2 {
		font-size: 6.6vw;
	}
	#sec_mv .txtbox .txt2 span {
		font-size: 8vw;
		line-height: 1.5;
		letter-spacing: 0;
	}
	#sec_mv .txtbox .txt2 span::before {
		height: 3.2vw;
		border-radius: 1.6vw;
	}
}


/* sec_intro
--------------------------------*/

#sec_intro {
	padding: 70px 0 130px;
}

#sec_intro .btnwrap {
	margin-top: 0;
	margin-bottom: 110px;
}

#sec_intro .ttl .midashi {
	font-size: 3rem;
	letter-spacing: 0.08em;
	display: inline-block;
	position: relative;
	padding: 0 1em;
}

#sec_intro .ttl .midashi::before,
#sec_intro .ttl .midashi::after {
	content: "";
	width: .5em;
	height: 1.5em;
	background: url(../img/satei/intro_secttl.png) no-repeat center / 100% auto;
	position: absolute;
	top: 0;
}

#sec_intro .ttl .midashi::before {
	left: 0;
}

#sec_intro .ttl .midashi::after {
	transform: scale(-1, 1);
	right: 0;
}

#sec_intro .img {
	margin-top: -110px;
	margin-left: 36px;
}

#sec_intro .lead {
	font-size: 3.2rem;
	line-height: 2;
	margin-top: -3.6em;
}

#sec_intro .lead>span {
	display: inline-block;
	padding: 0 .25em 0 .5em;
	position: relative;
	z-index: 1;
}

#sec_intro .lead>span::before {
	content: "";
	width: 100%;
	height: 18px;
	background-color: #ffc93c;
	border-radius: 9px;
	position: absolute;
	left: 0;
	bottom: .22em;
	z-index: -1;
}

#sec_intro .lead>span:first-child::after {
	content: "";
	width: 49px;
	height: 51px;
	background: url(../img/satei/ttl_bg2.png) no-repeat center / 100% auto;
	position: absolute;
	right: -30px;
	top: -22px;
}

@media screen and (max-width: 768px) {
	#sec_intro {
		padding: 10vw 0 18vw;
	}
	#sec_intro .btnwrap {
		margin-bottom: 12vw;
	}
	#sec_intro .ttl {
		top: -4.2vw;
		margin-bottom: 6vw;
		text-align: center;
	}
	#sec_intro .ttl .midashi {
		font-size: 5.6vw;
		padding: 0 .8em;
		margin: 0 -4vw;
	}
	#sec_intro .img {
		width: 96vw;
		margin: 5vw -10vw 0 -2vw;
	}
	#sec_intro .lead {
		font-size: 5.6vw;
		line-height: 1.8;
		margin-top: -1.5em;
	}
	#sec_intro .lead>span {
		padding: 0;
	}
	#sec_intro .lead>span::before {
		content: none;
	}
	#sec_intro .lead>span span {
		display: inline-block;
		position: relative;
		letter-spacing: 0;
		padding: 0 .4em;
	}
	#sec_intro .lead>span span::before {
		content: "";
		width: 100%;
		height: 2.8vw;
		background-color: #ffc93c;
		border-radius: 1.4vw;
		position: absolute;
		left: 0;
		bottom: .15em;
		z-index: -1;
	}
	#sec_intro .lead>span:first-child::after {
		width: 8vw;
		height: 8.5vw;
		right: 10vw;
		top: -5vw;
	}
}


/* point
--------------------------------*/

#sec_point {
	padding: 0 0 160px;
}

#sec_point .ttl {
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 1.5;
	margin-bottom: -.5em;
}

#sec_point .ttl span {
	display: inline-block;
	position: relative;
	padding: 4px 2.1em;
	background-color: #ffe49d;
	border-radius: 28px;
	z-index: 1;
}

#sec_point .ttl span::before {
	content: "";
	width: 49px;
	height: 51px;
	background: url(../img/satei/ttl_bg2.png) no-repeat center / 100% auto;
	position: absolute;
	right: -36px;
	top: -36px
}

#sec_point .ttl>span::after {
	content: "";
	width: 9px;
	height: 40px;
	background-color: #ffe49d;
	border-radius: 4.5px;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: rotate(40deg);
	z-index: -1;
}

#sec_point .point {
	position: relative;
	padding: 80px 0 100px;
	/*	padding: 80px 0 5.6%;*/
	background-color: #ffc93c;
	background-image: url(../img/common/bg_stripe.png);
}

#sec_point .point::before,
#sec_point .point::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	bottom: 0;
	z-index: 1;
}

#sec_point .point::before {
	border-width: 14.44vw 0 0 50vw;
	border-width: 260px 0 0 50vw;
	border-color: transparent transparent transparent #ffdf8c;
	left: 0;
}

#sec_point .point::after {
	border-width: 0 0 14.44vw 50vw;
	border-width: 0 0 260px 50vw;
	border-color: transparent transparent #ffdf8c transparent;
	right: 0;
}

#sec_point .point .block {
	align-items: center;
}

#sec_point .point .block,
#sec_point .point .item {
	z-index: 1;
}

#sec_point .point .img {
	z-index: 3;
}

#sec_point .point .block .img {
	width: 760px;
	border-radius: 25px;
	overflow: hidden;
	position: relative;
}

#sec_point .point .block .txtwrap {
	width: 470px;
	height: 470px;
	background-color: #fff;
	border-radius: 50%;
	margin-right: -30px;
	box-shadow: 4px 4px 0 #af8c41;
	padding: 60px 75px;
}

#sec_point .point .block.reverse .txtwrap {
	margin-right: 0;
	margin-left: -30px;
}

#sec_point .point .item .txtwrap {
	width: 384px;
	height: 384px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 4px 4px 0 #af8c41;
	padding: 30px 60px;
}

#sec_point .point .block .txtwrap .num,
#sec_point .point .item .txtwrap .num {
	font-size: 3.2rem;
	letter-spacing: 0.1em;
	line-height: 1;
	vertical-align: middle;
	margin-bottom: 1.8em;
}

#sec_point .point .item .txtwrap .num {
	margin-bottom: 1.5em;
}

#sec_point .point .block .txtwrap .num .en,
#sec_point .point .item .txtwrap .num .en {
	display: inline-block;
	color: #ffc93c;
	font-size: 12rem;
	letter-spacing: 0.1em;
	line-height: .5;
	position: relative;
	bottom: -.1em;
}

#sec_point .point .block .txtwrap .txt,
#sec_point .point .item .txtwrap .txt {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
	text-align: justify;
}

#sec_point .point .item .txtwrap .ttl_s {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-bottom: .8em;
}

#sec_point .point .point03 .img {
	text-align: center;
	margin-top: -70px;
	margin-right: 4px;
}

#sec_point .point .itemwrap {
	margin-top: 40px;
}

#sec_point .point .itemwrap>.flex {
	width: 790px;
	flex-wrap: wrap;
}

#sec_point .point .itemwrap>.flex .img {
	margin: -124px 0 0 -18px;
}

#sec_point .solution {
	position: relative;
	background-color: #ffdf8c;
}

#sec_point .solution::before,
#sec_point .solution::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	bottom: 0;
}

#sec_point .solution::before {
	border-width: 14.44vw 0 0 50vw;
	border-width: 260px 0 0 50vw;
	border-color: transparent transparent transparent #fff;
	left: 0;
}

#sec_point .solution::after {
	border-width: 0 0 14.44vw 50vw;
	border-width: 0 0 260px 50vw;
	border-color: transparent transparent #fff transparent;
	right: 0;
}

#sec_point .solution .lead {
	font-size: 2.6rem;
	position: relative;
	top: -2.2em;
	margin-bottom: -1.2em;
	z-index: 3;
}

#sec_point .solution .lead span:not(.line) {
	font-size: 3.2rem;
}

#sec_point .solution .lead span.line {
	display: inline-block;
	position: relative;
	z-index: 1;
}

#sec_point .solution .lead span.line::before {
	content: "";
	width: 100%;
	height: 9px;
	background-color: #fff;
	border-radius: 4.5px;
	position: absolute;
	left: 0;
	bottom: .25em;
	z-index: -1;
}

#sec_point .solution .img {
	background: url(../img/satei/point_solution_img_bg.png) no-repeat 54% 53%;
	margin-bottom: 16px;
}

#sec_point .solution .list {
	width: 1045px;
	margin: 0 auto 0;
	text-align: center;
	padding: 20px 50px;
	border: 2px solid #4c4948;
	border-radius: 10px;
	position: relative;
}

#sec_point .solution .list::before {
	content: "";
	width: 25px;
	height: 25px;
	border-left: 2px solid #4c4948;
	border-bottom: 2px solid #4c4948;
	background-color: #ffdf8c;
	transform: rotate(-45deg);
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -12.5px;
}

#sec_point .solution .list li {
	display: inline-block;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.5;
	position: relative;
	padding-left: 1.75em;
	min-width: 10em;
}

#sec_point .solution .list li::before {
	content: "";
	width: 21px;
	height: 19px;
	background: url(../img/satei/ico_list.png) no-repeat center / 100% auto;
	position: absolute;
	left: 0;
	top: .25em;
}

#sec_point .solution .txt {
	position: relative;
	font-size: 3.2rem;
	line-height: 2;
	bottom: -.4em;
	z-index: 3;
}

#sec_point .solution .txt span {
	display: inline-block;
	position: relative;
	z-index: 1;
}

#sec_point .solution .txt span::before {
	content: "";
	width: 100%;
	height: 18px;
	background-color: #fff;
	border-radius: 9px;
	position: absolute;
	left: 0;
	bottom: .25em;
	z-index: -1;
}

#sec_point .solution .txt span:first-child::after {
	content: "";
	width: 49px;
	height: 51px;
	background: url(../img/satei/ttl_bg2.png) no-repeat center / 100% auto;
	position: absolute;
	right: -60px;
	top: -20px;
}

#sec_point .btnwrap {
	margin-top: 120px;
}

@media screen and (max-width: 768px) {
	#sec_point {
		padding: 0 0 18vw;
	}
	#sec_point .ttl {
		width: 86%;
		font-size: 5.6vw;
		margin: 0 auto -1.5em;
	}
	#sec_point .ttl span {
		padding: 1vw 1em;
		border-radius: 100vh;
	}
	#sec_point .ttl span::before {
		width: 8vw;
		height: 8.5vw;
		right: -5vw;
		top: -6vw;
	}
	#sec_point .ttl>span::after {
		width: 2vw;
		height: 8vw;
		border-radius: 1vw;
		bottom: -4vw;
	}
	#sec_point .point {
		padding: 16vw 0 10vw;
		background-size: 2.6vw auto;
	}
	#sec_point .point .wrap {
		width: 100%;
	}
	#sec_point .point::before {
		border-width: 14.44vw 0 0 50vw;
	}
	#sec_point .point::after {
		border-width: 0 0 14.44vw 50vw;
	}
	#sec_point .point .block+.block {
		margin-top: 8vw;
	}
	#sec_point .point .block .img {
		width: 100%;
		border-radius: 0;
	}
	#sec_point .point .block .txtwrap {
		width: 78vw;
		height: 78vw;
		margin: 0 auto -6vw;
		box-shadow: 1.2vw 1.2vw 0 #af8c41;
		padding: 3vw 12vw;
	}
	#sec_point .point .block.reverse .txtwrap {
		margin: 0 auto -6vw;
	}
	#sec_point .point .item .txtwrap {
		width: 78vw;
		height: 78vw;
		margin: 0 auto;
		box-shadow: 1.2vw 1.2vw 0 #af8c41;
		padding: 3vw 12vw;
	}
	#sec_point .point .block .txtwrap .num,
	#sec_point .point .item .txtwrap .num {
		font-size: 6.4vw;
		margin-bottom: 1em;
	}
	#sec_point .point .item .txtwrap .num {
		margin-bottom: 1.5em;
	}
	#sec_point .point .block .txtwrap .num .en,
	#sec_point .point .item .txtwrap .num .en {
		font-size: 22vw;
	}
	#sec_point .point .block .txtwrap .txt,
	#sec_point .point .item .txtwrap .txt {
		font-size: 3.2vw;
	}
	#sec_point .point .item .txtwrap .ttl_s {
		font-size: 4vw;
	}
	#sec_point .point .point03 .img {
		width: 64vw;
		margin: -18vw auto 0;
	}
	#sec_point .point .itemwrap {
		margin-top: 0;
	}
	#sec_point .point .itemwrap .item {
		margin-top: 8vw;
	}
	#sec_point .point .itemwrap>.flex {
		width: 100%;
	}
	#sec_point .point .itemwrap>.flex .img {
		margin: -24vw auto 0;
	}
	#sec_point .solution::before {
		border-width: 14.44vw 0 0 50vw;
	}
	#sec_point .solution::after {
		border-width: 0 0 14.44vw 50vw;
	}
	#sec_point .solution .lead {
		font-size: 4.8vw;
		top: -2em;
	}
	#sec_point .solution .lead span:not(.line) {
		font-size: 5.6vw;
	}
	#sec_point .solution .lead span.line::before {
		height: 1.8vw;
		border-radius: .9vw;
	}
	#sec_point .solution .img {
		width: 90%;
		margin: 0 auto;
		background: none;
		margin-bottom: 5vw;
	}
	#sec_point .solution .list {
		width: 100%;
		padding: 4vw 8vw;
		border: 1px solid #4c4948;
		border-radius: 1.4vw;
	}
	#sec_point .solution .list::before {
		width: 5vw;
		height: 5vw;
		border-left: 1px solid #4c4948;
		border-bottom: 1px solid #4c4948;
		bottom: -2.8vw;
		margin-left: -2.5vw;
	}
	#sec_point .solution .list li {
		text-align: left;
		font-size: 3.6vw;
		min-width: inherit;
	}
	#sec_point .solution .list li+li {
		margin-top: .5em;
	}
	#sec_point .solution .list li::before {
		width: 4.2vw;
		height: 3.8vw;
		top: .25em;
	}
	#sec_point .solution .txt {
		margin-top: 4vw;
		font-size: 4.8vw;
		letter-spacing: 0;
	}
	#sec_point .solution .txt span::before {
		height: 1.8vw;
		border-radius: .9vw;
	}
	#sec_point .solution .txt span:first-child::after {
		width: 8vw;
		height: 8.5vw;
		right: -7vw;
		top: -5vw;
	}
	#sec_point .btnwrap {
		width: 84%;
		margin-top: 20vw;
	}
}


/* step
--------------------------------*/

#sec_step {
	background-color: #ffc93c;
	z-index: 1;
}

#sec_step::after {
	content: "";
	width: 100%;
	height: 48px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

#sec_step .secttl {
	margin-bottom: 0;
}

#sec_step .list .box {
	width: 1140px;
	margin-left: auto;
	background-color: #fff;
	position: relative;
	border-radius: 10px;
	padding: 20px 40px 20px 68px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#sec_step .list .box+.box {
	margin-top: 45px;
}

#sec_step .list .box::after {
	content: "";
	width: 46px;
	height: 29px;
	background: url(../img/satei/step_arw.png) no-repeat center / 100% auto;
	position: absolute;
	bottom: -37px;
	left: calc(50% - 58px);
}

#sec_step .list .box:last-child::after {
	content: none;
}

#sec_step .list .box .num {
	color: #ff6602;
	font-size: 10.3rem;
	line-height: .5;
	letter-spacing: 0;
	position: absolute;
	left: -60px;
	top: 50%;
	transform: translateY(-60%)rotate(-6deg);
	text-align: center;
}

#sec_step .list .box .num span {
	display: block;
	font-size: 4.1rem;
	line-height: 1;
	transform: skewX(-13deg)rotate(-8deg);
	margin-right: -.5em;
}

#sec_step .list .box .img {
	width: 238px;
	height: 154px;
	border-radius: 10px;
	overflow: hidden;
}

#sec_step .list .box .txtwrap {
	width: calc(100% - 280px);
}

#sec_step .list .box .txtwrap .ttl {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: .5em;
}

#sec_step .list .box .txtwrap .txt {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
}

#sec_step .list .box .txtwrap .txt+.txt_s {
	font-size: 1.4rem;
}

#sec_step .list .box .txtwrap .txt+.txt {
	margin-top: 1em;
}

#sec_step .list .box+.txt {
	font-weight: 700;
	font-size: 2.2rem;
	margin: 2.5em 0 1.2em;
}

#sec_step .list .box+.txt span {
	background: linear-gradient(transparent 72%, #ffc93c 72%);
}

#sec_step .lead {
	margin-top: 120px;
	position: relative;
}

#sec_step .bgimg {
	width: 1459px;
	margin-top: -50px;
	margin-left: -104px;
	margin-right: -155px;
}

@media screen and (max-width: 768px) {
	#sec_step::after {
		height: 5vw;
	}
	#sec_step .list .box {
		width: 100%;
		border-radius: 1.87vw;
		padding: 8vw 6vw;
		display: block;
	}
	#sec_step .list .box:first-child {
		margin-top: 12vw;
	}
	#sec_step .list .box+.box {
		margin-top: 12vw;
	}
	#sec_step .list .box::after {
		width: 9.2vw;
		height: 5.8vw;
		bottom: -9vw;
		left: calc(50% - 4.6vw);
	}
	#sec_step .list .box .num {
		font-size: 16vw;
		left: -7vw;
		top: -8vw;
		transform: rotate(-6deg);
	}
	#sec_step .list .box .num span {
		display: block;
		font-size: 7vw;
		line-height: 1;
		transform: skewX(-13deg)rotate(-8deg);
		margin-right: -.5em;
	}
	#sec_step .list .box .img {
		width: 100%;
		height: auto;
		border-radius: 1.87vw;
		margin-bottom: 4vw;
	}
	#sec_step .list .box .txtwrap {
		width: 100%;
	}
	#sec_step .list .box .txtwrap .ttl {
		font-size: 4.2vw;
	}
	#sec_step .list .box .txtwrap .txt {
		font-size: 3.2vw;
	}
	#sec_step .list .box+.txt {
		font-size: 4.6vw;
		margin-bottom: 2em;
	}
	#sec_step .lead {
		width: 86%;
		margin-top: 13.3vw;
	}
	#sec_step .bgimg {
		width: 1459px;
		width: 130.27vw;
		margin-top: 4vw;
		margin-left: -28.27vw;
		margin-right: 0;
	}
}


/* contact
--------------------------------*/

#contact {
	padding: 70px 0 120px;
}

#contact .lead {
	margin-bottom: 1.2em;
}

#contact .lead span {
	padding: 0 1.2em;
	position: relative;
}

#contact .lead span::before,
#contact .lead span::after {
	content: "";
	width: 2px;
	height: 80%;
	background-color: #4c4948;
	border-radius: 1px;
	position: absolute;
	top: .2em;
}

#contact .lead span::before {
	transform: rotate(-22deg);
	left: 6px;
}

#contact .lead span::after {
	transform: rotate(22deg);
	right: 6px;
}

#contact .secttl.ttlbox {
	top: 0;
	margin-bottom: -35px;
	transform: none;
	z-index: 1;
}

.form_wrap {
	background-color: #ffefc4;
	position: relative;
	padding: 100px 204px 70px;
}

.form_wrap>.txt {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
}


/*form*/

.form {
	margin: 0 auto;
}

.form .box {
	padding: 30px 0;
	position: relative;
	background-repeat: repeat-x;
	background-image: linear-gradient(to right, #4c4948, #4c4948 1px, transparent 1px, transparent 3px);
	background-size: 3px 1px;
	background-position: left top;
}

.form .box:first-child {
	background-image: none;
}

.form .box dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.form .box dl+dl {
	margin-top: 20px;
}

.form .box dl dt,
.form .box dl dd,
.form .box dl dd p {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
}

.form .box dl dd p {
	line-height: 1;
}

.form .box dl dt {
	width: 244px;
	display: flex;
	align-items: center;
}

.form .box dl dt .must {
	display: inline-block;
	color: #fff;
	background: #cdb07c;
	font-weight: 400;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	padding: 0 .275em;
	height: 17px;
	line-height: 17px;
	margin-left: 1em;
	background-color: #e60012;
	margin-top: 1px;
}

.form .box dl dd {
	width: 548px;
}

.form .box dl dd.flex {
	justify-content: space-between;
}

.form .box dl dd.flex p {
	max-width: 49%;
}

.form .box dl.date dd.flex p {
	max-width: inherit;
}

.form .box dl dd span.txt {
	display: inline-block;
	min-width: 3em;
}

.form .box dl.date dd span.txt {
	margin-right: 1em;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form select,
.form textarea {
	background: #fff;
	height: 48px;
	border: 1px solid #bfbfbf;
	padding: .5em 1em;
	width: 100%;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.875;
}

.form input.short {
	width: 214px;
}

.form input.short2 {
	width: 129px;
}


/*
.form select {
	padding-right: 2em;
	background-image: url(../img/common/select.png);
	background-repeat: no-repeat;
	background-position: right .75em center;
}
*/

.form .date input,
.form .date select {
	width: 210px;
}

::placeholder {
	color: #d2d2d3;
}

:-ms-input-placeholder {
	color: #d2d2d3;
}

::-ms-input-placeholder {
	color: #d2d2d3;
}

.form select:invalid {
	color: #d2d2d3;
}


/*textarea*/

.form .message textarea {
	height: 330px;
	resize: vertical;
	overflow: auto;
}


/*check*/

.form .checkwrap {
	margin: -8px 0;
}

.form .checkwrap li {
	line-height: 1;
}

.form .checkwrap li+li {
	margin-top: 5px;
}

.form .checkwrap label {
	position: relative;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.875;
}

.form input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	visibility: hidden;
}

.form input[type=checkbox]+span {
	display: inline-block;
	position: relative;
	padding-left: 34px;
	cursor: pointer;
}

.form input[type=checkbox]+span::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	border: 2px solid #4c4948;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background-color: #fff;
}

.form input[type=checkbox]:checked+span::after {
	content: "";
	position: absolute;
	top: 11px;
	left: 5px;
	width: 10px;
	height: 10px;
	background-color: #0468b6;
	border-radius: 50%;
}

.form .box .firstcheck input[type=checkbox]+span {
	padding-left: 3em;
}


/*address*/

.form .box .address dd span.ttl {
	display: block;
	min-width: inherit;
	margin: 0 0 .8em;
}

.form .box .address p+p {
	margin-top: 25px;
}

.form .box .address .post_btn {
	display: inline-block;
	margin-left: 40px;
}

.form .box .address .post_btn input[type='button'] {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	color: #4c4948;
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	width: 177px;
	height: 48px;
	border-radius: 24px;
	background-color: #ffc93c;
	transition: .3s ease;
	cursor: pointer;
}

.form .box .phone span.txt,
.form .box .address span.txt {
	min-width: inherit;
	display: inline-block !important;
	font-weight: bold;
	margin: 23px 0.5em 0;
}

.form .box .phone .phone-inner,
.form .box .post .post-inner {
	display: flex;
	align-items: flex-start;
}

.form .box .phone .phone-inner span.txt,
.form .box .post .post-inner span.txt {
	line-height: 0;
}

@media screen and (max-width: 768px) {
	.form .box .phone span.txt,
	.form .box .address span.txt {
		min-width: inherit;
		display: inline-block !important;
		font-weight: bold;
		margin: 4.5vw 0.5em 0;
	}
}

/*date*/

.form .box .date dd>div {
	align-items: center;
}

.form .box .date dd>div+div {
	margin-top: 20px;
}


/*privacy*/

.form .privacy {
	border: none;
	padding: 30px 0 0;
	background-repeat: repeat-x;
	background-image: linear-gradient(to right, #4c4948, #4c4948 1px, transparent 1px, transparent 3px);
	background-size: 3px 1px;
	background-position: left top;
}

.form .privacy .txt {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.125;
	letter-spacing: 0.05em;
}

.form .privacy .txt a {
	color: #0468b6;
	text-decoration: underline;
}

.form .privacy .checkwrap {
	margin: 30px 0 0;
}


/*submitbtn*/

.form .submitbtn {
	position: relative;
	margin: 35px auto 0;
}

.form .submitbtn input {
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 50px;
	background-color: #ffc93c;
	color: #4c4948;
	font-weight: 500;
	font-size: 1.8rem;
	height: 50px;
	line-height: 1.5;
	letter-spacing: 0.06em;
	border-radius: 25px;
	cursor: pointer;
	transition: .3s ease;
}


/*contact_btn*/

#contact .contact_btn {
	max-width: 934px;
	margin-top: 60px;
}

#contact .contact_btn .inner {
	background-color: #ffc93c;
	position: relative;
}

#contact .contact_btn * {
	color: #4c4948;
}

#contact .contact_btn .midashi {
	width: 338px;
	letter-spacing: 0;
}

#contact .contact_btn .number {
	padding: 0;
	margin-left: 30px;
}

#contact .contact_btn .number .tel {
	font-size: 4.6rem;
}

#contact .contact_btn .img {
	position: absolute;
	right: 27px;
	bottom: 0;
}

@media screen and (min-width: 769px) {
	.form .box .address .post_btn input[type='button']:hover,
	.form .submitbtn input:hover {
		background-color: #ffb13c;
	}
}

@media screen and (max-width: 768px) {
	#contact {
		padding: 8vw 0 24vw;
	}
	#contact .lead {
		text-align: center;
		margin-bottom: -3vw;
	}
	#contact .lead span {
		display: inline-block;
	}
	#contact .lead span::before,
	#contact .lead span::after {
		height: 90%;
		top: .2em;
	}
	#contact .lead span::before {
		left: 1.2vw;
	}
	#contact .lead span::after {
		transform: rotate(22deg);
		right: 1.2vw;
	}
	#contact .secttl.ttlbox {
		top: 0;
		transform: translateY(50%);
		margin-bottom: 0;
	}
	#contact .secttl.ttlbox .midashi .ico {
		width: 8.4vw;
	}
	#contact .lead {
		width: 100%;
	}
	#contact .lead .txt {
		font-size: 3.2vw;
		line-height: 2;
	}
	#contact .lead .btn {
		margin-top: 6vw;
	}
	.form_wrap {
		width: 100vw;
		margin-left: -8vw;
		margin-right: -8vw;
		padding: 18vw 8vw 10vw;
	}
	.form_wrap .formttl {
		font-size: 7.2vw;
	}
	.form_wrap>.txt {
		font-size: 3.2vw;
		line-height: 2;
	}
	/*form*/
	.form .box {
		padding: 6vw 0;
		position: relative;
		background-image: linear-gradient(to right, #4c4948, #4c4948 1px, transparent 1px, transparent .7vw);
		background-size: .7vw 1px;
	}
	.form .box dl {
		display: block;
	}
	.form .box dl+dl {
		margin-top: 5vw;
	}
	.form .box dl dt,
	.form .box dl dd,
	.form .box dl dd p {
		font-size: 3.2vw;
	}
	.form .box dl dt {
		width: 100%;
		margin-bottom: 1em;
	}
	.form .box dl dt .must {
		font-size: 2.8vw;
		height: 4vw;
		line-height: 4vw;
		align-self:
	}
	.form .box dl dd {
		width: 100%;
	}
	.form .box dl dd span.txt {
		min-width: 2.5em;
	}
	.form input[type="text"],
	.form input[type="email"],
	.form input[type="tel"],
	.form select,
	.form textarea {
		height: 9.3vw;
		font-size: 3.2vw;
	}
	.form input.short {
		width: 33vw;
	}
	.form input.short2 {
		width: 23vw;
	}
	/*select*/
	/*
	.form select {
		padding-right: 2em;
		background-size: 2vw auto;
	}
*/
	.form .date input,
	.form .date select {
		width: calc(100% - 5.3em);
		margin-left: auto;
	}
	.form .date select {
		display: block;
		margin-top: 4vw;
	}
	/*textarea*/
	.form .message textarea {
		height: 44vw;
	}
	/*check*/
	.form .checkwrap {
		margin: 0;
	}
	.form .checkwrap li+li {
		margin-top: 1vw;
	}
	.form .checkwrap label {
		font-size: 3.2vw;
	}
	.form input[type=checkbox]+span {
		padding-left: 6vw;
	}
	.form input[type=checkbox]+span::before {
		top: 1vw;
		border: 1px solid #4c4948;
		width: 4.6vw;
		height: 4.6vw;
		background-color: #fff;
	}
	.form input[type=checkbox]:checked+span::after {
		top: 2.15vw;
		left: 1.15vw;
		width: 2.3vw;
		height: 2.3vw;
	}
	.form .box .firstcheck input[type=checkbox]+span {
		padding-left: 2.5em;
	}
	/*address*/
	.form .box .address p+p {
		margin-top: 4vw;
	}
	.form .box .address .post_btn {
		margin-left: 2vw;
		margin-right: 0;
	}
	.form .box .address .post_btn input[type='button'] {
		font-size: 3.2vw;
		width: 28vw;
		height: 9.33vw;
		border-radius: 4.65vw;
	}
	/*date*/
	.form .box .date dd>div {
		display: block;
	}
	.form .box .date dd>div+div {
		margin-top: 20px;
	}
	/*privacy*/
	.form .privacy {
		padding: 6vw 0 0;
		background-repeat: repeat-x;
		background-image: linear-gradient(to right, #4c4948, #4c4948 1px, transparent 1px, transparent .7vw);
		background-size: .7vw 1px;
	}
	.form .privacy .txt {
		font-size: 3.2vw;
		line-height: 2;
	}
	.form .privacy .checkwrap {
		margin: 5vw 0 0;
	}
	/*submitbtn*/
	.form .submitbtn {
		position: relative;
		margin: 35px auto 0;
	}
	.form .submitbtn input {
		width: 50vw;
		height: 12vw;
		font-size: 4.6vw;
		border-radius: 6vw;
	}
	/*contact_btn*/
	#contact .contact_btn {
		margin-top: 8vw;
	}
	#contact .contact_btn .midashi {
		width: 100%;
	}
	#contact .contact_btn .number {
		display: block;
		padding: 3vw 0 0;
		margin-left: 0;
	}
	#contact .contact_btn .number .tel {
		font-size: 7.8vw;
		margin-right: 0;
	}
	/*contact_btn*/
	#contact .contact_btn {
		max-width: inherit;
		margin-top: 12vw;
	}
	#contact .contact_btn .inner {
		padding-bottom: 5vw;
	}
	#contact .contact_btn .midashi {
		width: 100%;
		height: auto;
		border-radius: 100vh;
		line-height: 1.5;
		padding: 1vw;
	}
	#contact .contact_btn .number {
		padding: 4vw 0 0;
		margin-left: 0;
	}
	#contact .contact_btn .number .tel {
		font-size: 7.8vw;
		text-align: left;
	}
	#contact .contact_btn .number .time {
		text-align: left;
	}
	#contact .contact_btn .img {
		width: 28vw;
		right: -4vw;
	}
}


/*エラー用*/

.wpcf7-not-valid-tip {
	display: block;
}

.wpcf7-list-item {
	display: block;
}

.wpcf7-list-item+.wpcf7-list-item {
	margin-top: 4px;
}

@media screen and (max-width: 768px) {
	.wpcf7-list-item+.wpcf7-list-item {
		margin-top: 1vw;
	}
}


/*datepicker*/

.ui-datepicker {
	width: 240px!important;
}

.ui-datepicker * {
	font-size: 1.4rem!important;
}

.ui-datepicker-calendar .day-sunday>a,
.ui-datepicker-calendar .day-holiday>a {
	background: #ffc0c0;
}

.ui-datepicker-calendar .day-saturday>a {
	background: #c0d0ff;
}