*{
	margin:0;
	padding:0;
}
html {
	font-size: 62.5%;
}

body {
	background: #e0fafa;
	color: #221815;
	position: relative;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.sp_none{
	display: inline;
}
@media screen and (max-width: 599px){
	.sp_none{
		display: none;
	}
}
a:hover {
	opacity: 0.7;
	transition: all 0.5s;
}

.flex{
	display: flex;
}
.formWrap{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;

}
main {
	width: 100%;
	height: calc(100vh - 11rem);
}
@media screen and (max-width: 599px){
	main{
		height: calc(100vh - 24vw);
	}
}
main h2{
	text-align: center;
	font-size: 2rem;
	margin-bottom: 2rem;
	font-weight: 500;
}
@media screen and (max-width: 599px){
	main h2{
		font-size: 4vw;
		margin-bottom: 0;
	}
}
main h2>span {
	font-size: 1.6rem;
	font-weight: 400;
	color: #A0A0A0;
}
@media screen and (max-width: 599px){
	main h2>span{
		font-size: 3.5vw;
	}
}

#lp main #form {
	padding-top: 3rem;
	width: 100vw;
	height: calc(100vh - 11rem);
	overflow-x: hidden;
}
@media screen and (max-width: 599px){
	#lp main #form {
		padding-top: 5vw;
		height: calc(100vh - 24vw);

	}
}
#lp main #form img.stepbar{
	margin: 0 auto 40px;
	width: 380px;
	display: block;
}
@media screen and (max-width: 599px){
	#lp main #form img.stepbar{
		margin-bottom:25px;
		width: 85vw;
	}
}
@media screen and (max-width: 599px){
	#lp main #form {
		height: calc(100vh - 20vw);
	}
}
input[type=checkbox],
input[type=radio][name=step2]{
	display: none;
	border: 1px solid #D6D6D6;
	border-radius: .5rem;
}
#lp main #form #step1 .formWrap .check1:checked+label,
#lp main #form #step2 .formWrap .radio1:checked+label {
	background: #A0D232;
	color: #fff;
}
input[type=checkbox]+label,
input[type=radio][name=step2]+label{
	margin-left: 10px;
	margin-right: 10px;
	padding: 2rem 2rem 1rem;
	width: 172px;
	border: 1px solid #D6D6D6;
    border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}
@media screen and (max-width: 599px){
	input[type=checkbox]+label,
	input[type=radio][name=step2]+label  {
		width: 40vw;
		height: 15vh;
		display: flex;
		padding: 2vw 1vw 2vw;
		align-items: center;
		margin-left: 1vw;
		margin-right: 1vw;
	}
}

input[type=checkbox]+label:before,
input[type=radio][name=step2]+label:before{
	content: "";
	display: inline-block;
	background-size: contain;
	width: 150px;
	height: 138px;
}
@media screen and (max-width: 599px){
	input[type=checkbox]+label:before,
	input[type=radio][name=step2]+label:before{
		height: 50px;
	}
}

input[type=checkbox]+label:before,
input[type=radio][name=step2]+label:before{
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
input[type=checkbox]+label:after,
input[type=radio][name=step2]+label:after{
	padding-top: 1rem;
	font-size: 17px;
	color: #333333;
	font-weight: bold;
	white-space: pre;
	text-align: center;
}
@media screen and (max-width: 599px){
	input[type=checkbox]+label:after,
	input[type=radio][name=step2]+label:after{
		font-size: 3.5vw;
	}
}
input[type=checkbox]:checked+label:after,
input[type=radio][name=step2]:checked+label:after{
	color: #f0f0f0;
}

/* step1 */
input[type=checkbox][value="介護福祉士"]+label:before{
	background-image: url(../images/step01/step01-1.png);
}
input[type=checkbox][value="介護福祉士"]+label:after{
	content: "介護福祉士";
}
input[type=checkbox][value="実務者研修・初任者研修"]+label:before{
	background-image: url(../images/step01/step01-2.png);
}
input[type=checkbox][value="実務者研修・初任者研修"]+label:after{
	content: "実務者研修\A初任者研修";
}
input[type=checkbox][value="ケアマネージャー・相談員"]+label:before{
	background-image: url(../images/step01/step01-3.png);
}
input[type=checkbox][value="ケアマネージャー・相談員"]+label:after{
	content: "ケアマネージャー\A相談員";
}
input[type=checkbox][value="無資格"]+label:before{
	background-image: url(../images/step01/step01-4.png);
}
input[type=checkbox][value="無資格"]+label:after{
	content: "無資格";
}
input[type=checkbox][value="正看護師・准看護師"]+label:before{
	background-image: url(../images/step01/step01-5.png);
}
input[type=checkbox][value="正看護師・准看護師"]+label:after{
	content: "正看護師\A准看護師";
}
input[type=checkbox][value="その他"]+label:before{
	background-image: url(../images/step01/step01-6.png);
}
input[type=checkbox][value="その他"]+label:after{
	content: "その他";
}

/* step2 */
input[type=radio][value="正社員"]+label:before{
	background-image: url(../images/step02/step02-1.png);
}
input[type=radio][value="正社員"]+label:after{
	content: "正社員";
}
input[type=radio][value="パート"]+label:before{
	background-image: url(../images/step02/step02-2.png);
}
input[type=radio][value="パート"]+label:after{
	content: "パート";
}
input[type=radio][value="夜勤専門"]+label:before{
	background-image: url(../images/step02/step02-3.png);
}
input[type=radio][value="夜勤専門"]+label:after{
	content: "夜勤専門";
}
input[type=radio][value="派遣"]+label:before{
	background-image: url(../images/step02/step02-4.png);
}
input[type=radio][value="派遣"]+label:after{
	content: "派遣";
}
input[type=radio][value="こだわらない"]+label:before{
	background-image: url(../images/step02/step02-5.png);
}
input[type=radio][value="こだわらない"]+label:after{
	content: "こだわらない";
}
input[type=radio][value="派遣から直接雇用に切り替えたい"]+label:before{
	background-image: url(../images/step02/step02-6.png);
}
input[type=radio][value="派遣から直接雇用に切り替えたい"]+label:after{
	content: "派遣から直接雇用に\A切り替えたい";
}
select[name=year],
select[name=month],
select[name=day],
select[name=when]{
	padding: 7px 13px;
    height: 4.6rem;
    font-size: 18px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
}

select[name=year],
select[name=month],
select[name=day]{
	margin-right: 0.5rem;
}
@media screen and (max-width: 599px){
	select[name=when]{
		width: 90vw;
	}
}
/* 個別スタイル */
header {
	width: 100%;
	min-width: 100rem;
	height: 6rem;
	background: #fff;
	border-bottom: 1px solid #003F8E;
}

header #hInner {
	width: 100rem;
	height: 100%;
	justify-content: space-between;
	align-items: center;
}

header #hInner #hTxt {
	padding-top: 1rem;
	font-size: 1.8rem;
	color: #003F8E;
	font-weight: bold;
}


main #firstView #firstViewWrap {
	width: 100%;
	max-width: 100rem;
	padding-left: 2rem;
}
main #firstView #firstViewWrap figure:first-child img{
	background-color: #FCE9E1;
}
main #firstView #firstViewWrap figure:nth-child(2) img{
	background-color: #f0f9f6;
}
main #firstView #firstViewWrap figure:last-child img{
	background-color: #E3EEF4;
}

/*高さ調整のため追記*/
#lp main #form .pr {
	height: 100%;
}

#lp main #form #step1,
#lp main #form #step2,
#lp main #form #step3,
#lp main #form #step3-2,
#lp main #form #step4 {
	height: 100%;
}

#lp main #form #step1Wrap,
#lp main #form #step2Wrap,
#lp main #form #step3Wrap,
#lp main #form #step3-2Wrap,
#lp main #form #step4Wrap {
	height: 100%;
	position: relative;
}


/*高さ調整のため追記*/

#lp main #form #step1 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}

#lp main #form #step2 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 100vw;
	transition: all 0.3s;
}

#lp main #form #step3{
	width: 100%;
	position: absolute;
	top: 0;
	left: 160rem;
	transition: all 0.3s;
}
#lp main #form #step3-2{
	width: 100%;
	position: absolute;
	top: 0;
	left: 240rem;
	transition: all 0.3s;
}

#lp main #form #step4 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 320rem;
	transition: all 0.3s;
}

#lp main #form #step2 .secondH {
	margin-top: 6rem;
}


#lp main #form #step1 .formWrap label,
#lp main #form #step2 .formWrap label {
	border: 1px solid #32D0E7;
	background-color: #fff;
	border-radius: .5rem;
	margin-top: 1rem;
}
#lp main #form #step1 .formWrap .check1:checked+label,
#lp main #form #step2 .formWrap .radio1:checked+label {
	background: #0079DD;
	color: #fff;
}

#lp main #form #step2 .formWrap #step2b {
	width: 48.7%;
	background: #fff;
	background-image: url(../images/select-arrow.svg);
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #d6d6d6;
	border-radius: .5rem;
	font-size: 1.6rem;
	cursor: pointer;
	height: 4.6rem;
	padding-left: 1.6rem;
	color: #ADADAD;
}

#lp main #form #step1 .nextBtn {
	width: 35rem;
	align-items: flex-end;
	padding: 1.8rem 0;
	font-size: 1.8rem;
	color: #fff;
	border-radius: 1rem;
	margin-top: 4.2rem;
	cursor: pointer;
/* 	box-shadow: 4px 5px 5px 0 #e2e2e2; */
	background: #D6D6D6;
	pointer-events: none;
}
@media screen and (max-width: 599px){
	#lp main #form #step1 .nextBtn {
		width: 70vw;
		height: 16vw;
		padding: 0;
		font-size: 5.5vw;
		line-height: 16vw;
		border-radius: 2vw;
		margin-top: 8vw;
		box-shadow: .5vw .8vw .8vw 0 #e2e2e2;
	}
}

#lp main #form #step2 #step2BtnWrap,
#lp main #form #step3 #step3BtnWrap,
#lp main #form #step3-2 #step3-2BtnWrap,
#lp main #form #step4 #step4BtnWrap {
	margin-top: 4.2rem;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 599px){
	#lp main #form #step2 #step2BtnWrap,
	#lp main #form #step3 #step3BtnWrap,
	#lp main #form #step3-2 #step3-2BtnWrap,
	#lp main #form #step4 #step4BtnWrap {
		margin-top: 8vw;
	}
}
#lp main #form #step4 #step4BtnWrap {
	margin-top: 2rem;
}

#lp main #form #step2 #step2BtnWrap #step2subBack,
#lp main #form #step3 #step3BtnWrap #step3subBack,
#lp main #form #step3-2 #step3-2BtnWrap #step3-2subBack,
#lp main #form #step4 #step4BtnWrap #step4subBack {
	font-size: 1.6rem;
	color: #0079dd;
	margin-right: 6.4rem;
	cursor: pointer;
	align-items: center;
	white-space: nowrap;
}

#lp main #form #step2 #step2BtnWrap #step2subBack::before,
#lp main #form #step3 #step3BtnWrap #step3subBack::before,
#lp main #form #step3-2 #step3-2BtnWrap #step3-2subBack::before,
#lp main #form #step4 #step4BtnWrap #step4subBack::before {
	content: "";
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	background: url(../images/back.svg) center center no-repeat;
	margin-right: 1rem;
}

#lp main #form #step2 .nextBtn,
#lp main #form #step3 .nextBtn,
#lp main #form #step3-2 .nextBtn{
	width: 35rem;
	align-items: flex-end;
	padding: 1.8rem 0;
	font-size: 1.8rem;
	color: #fff;
	border-radius: 1rem;
	cursor: pointer;
/* 	box-shadow: 4px 5px 5px 0 #e2e2e2; */
	background: #D6D6D6;
	pointer-events: none;
}
#lp main #form #step4 button {
	align-items: flex-end;
    padding: 1.8rem 2.5rem;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    border-radius: 1rem;
    cursor: pointer;
/*     box-shadow: 4px 5px 5px 0 #e2e2e2; */
    background: #D6D6D6;
    pointer-events: none;
}

#lp main #form #step4 button {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/* #lp main #form #step1 .active .nextBtn,
#lp main #form #step2 .active .nextBtn,
#lp main #form #step3 .active .nextBtn,
#lp main #form #step3-2 .active .nextBtn,
#lp main #form #step4 .active button {
	background: linear-gradient(#0079dd, #003f8e);
	pointer-events: all;
} */
#lp main #form #step1 .active .nextBtn,
#lp main #form #step2 .active .nextBtn,
#lp main #form #step3 .active .nextBtn,
#lp main #form #step3-2 .active .nextBtn,
#lp main #form #step4 .active button {
	background: #0079dd;
	pointer-events: all;
}

#lp main #form #step1 .nextBtn span,
#lp main #form #step2 .nextBtn span,
#lp main #form #step3 .nextBtn span,
#lp main #form #step3-2 .nextBtn span {
	font-size: 2.8rem;
}

#lp main #form #step1 .nextBtn::after,
#lp main #form #step2 .nextBtn::after,
#lp main #form #step3 .nextBtn::after,
#lp main #form #step3-2 .nextBtn::after,
#lp main #form #step4 button::after {
	content: "";
	display: inline-block;
	width: 65px;
	height: 65px;
	background: url(../images/animal.png) no-repeat;
	background-size: contain;
	position: absolute;
	animation-name: animalMove;
	animation-duration: 1.3s;
	/*1秒間でアニメーションを完了する*/
	animation-play-state: running;
	/*再生*/
	/* animation-timing-function:ease-in-out; */
	animation-iteration-count: infinite;
	/* animation-delay:1s; */
}

@media screen and (max-width: 599px){
	#lp main #form #step1 .nextBtn::after,
	#lp main #form #step2 .nextBtn::after,
	#lp main #form #step3 .nextBtn::after,
	#lp main #form #step3-2 .nextBtn::after,
	#lp main #form #step4 button::after {
		width: 15vw;
		height: 20vw;
	}
}
#lp main #form #step1 .nextBtn::after{
	right: -7rem;
	top: -33rem;
	transition: all .3s;
}
@media screen and (max-width: 599px){
	#lp main #form #step1 .nextBtn::after{
		right: -5rem;
		top: -44rem;
	}
}
#lp main #form #step2 .nextBtn::after{
	right: -1rem;
	top: -32rem;
	transition: all .3s;
}
@media screen and (max-width: 599px){
	#lp main #form #step2 .nextBtn::after{
		right: -40px;
		top: -400px;
	}
}

#lp main #form #step3 .nextBtn::after{
	right: -1rem;
	top: -25rem;
	transition: all .3s;
}
@media screen and (max-width: 599px){
	#lp main #form #step3 .nextBtn::after{
		right: -3rem;
		top: -26rem;
	}
}
#lp main #form #step4 button::after {
	right: 4rem;
	top: -34rem;
	transition: all .3s;
}
@media screen and (max-width: 599px){
	#lp main #form #step4 button::after {
		right: 4rem;
		top: -33rem;
		transition: all .3s;
	}
}
#lp main #form #step1 .active .nextBtn::after,
#lp main #form #step2 .active .nextBtn::after,
#lp main #form #step3 .active .nextBtn::after,
#lp main #form #step4 .active button::after {

	right: -3rem;
	top: -0.8rem;
	transition: all .3s;

}
@media screen and (max-width: 599px){
	#lp main #form #step1 .active .nextBtn::after{
		right: -20px;
		top: 0;
		transition: all .3s;
	}
	#lp main #form #step2 .active .nextBtn::after,
	#lp main #form #step3 .active .nextBtn::after{
		right: -30px;
		top: 0;
		transition: all .3s;
	}

	#lp main #form #step4 .active button::after {
		right: 0;
		top: -2rem;
		transition: all .3s;
	}
}
@keyframes animalMove {
	0% {
		transform: rotate(0);
	}

	50% {
		transform: translateY(5px);
	}

	100% {
		transform: rotate(0);
	}
}

#lp main #form #step3 .formWrap label,
#lp main #form #step3-2 .formWrap label{
	margin-bottom: 3rem;
	width: 100%;
	cursor: auto;
}
#lp main #form #step4 .formWrap label {
	margin-bottom: 2rem;
	width: 100%;
	cursor: auto;
}

#lp main #form #step3 .formWrap label dl,
#lp main #form #step3-2 .formWrap label dl{
	display: flex;
	align-items: center;
    justify-content: center;
}
#lp main #form #step4 .formWrap label dl {
	display: flex;
	align-items: flex-start;
    justify-content: center;
}

#lp main #form #step3 .formWrap label dl dt,
#lp main #form #step3-2 .formWrap label dl dt,
#lp main #form #step4 .formWrap label dl dt {
	margin-right: 2rem;
	font-size: 1.8rem;
}
#lp main #form #step4 .formWrap label dl dt {
	margin-bottom: 1rem;
}

#lp main #form #step3 .formWrap label dl dd,
#lp main #form #step3-2 .formWrap label dl dd,
#lp main #form #step4 .formWrap label dl dd {
	font-size: 1.5rem;
}

#lp main #form #step3 .formWrap label dl dd .longtext,
#lp main #form #step3-2 .formWrap label dl dd .longtext {
	width: 100%;
	/*親要素いっぱい広げる*/
	padding: 7px 15px;
	/*ボックスを大きくする*/
	height: 4.6rem;
	font-size: 16px;
	background: #fff;
	border-radius: 5px;
	/* ボックス角の丸み */
	border: 1px solid #d6d6d6;
	/* 枠線 */
}

#lp main #form #step3 .formWrap label dl dd .text,
#lp main #form #step3-2 .formWrap label dl dd .text,
#lp main #form #step4 .formWrap label dl dd .text {
	width: 30rem;
	/*親要素いっぱい広げる*/
	padding: 7px 15px;
	/*ボックスを大きくする*/
	height: 4.6rem;
	font-size: 18px;
	background: #fff;
	border-radius: 5px;
	/* ボックス角の丸み */
	border: 1px solid #d6d6d6;
	/* 枠線 */
}
@media screen and (max-width: 599px){
	#lp main #form #step3 .formWrap label dl dd .text,
	#lp main #form #step3-2 .formWrap label dl dd .text,
	#lp main #form #step4 .formWrap label dl dd .text {
		width: 90vw;
	}
}
#lp main #form #step3 .formWrap label dl dd .shorttext,
#lp main #form #step3-2 .formWrap label dl dd .shorttext,
#lp main #form #step4 .formWrap label dl dd textarea  {
	padding: 7px 15px;
	/*ボックスを大きくする*/
	height: 4.6rem;
	font-size: 1.8rem;
	background: #fff;
	border-radius: 5px;
	/* ボックス角の丸み */
	border: 1px solid #d6d6d6;
	/* 枠線 */
	line-height: 3rem;
}
@media screen and (max-width: 599px){
	#lp main #form #step3-2 .formWrap label dl dd .shorttext,
	#lp main #form #step4 .formWrap label dl dd textarea  {
		width: 90vw;
	}
}

#lp main #form #step4 .formWrap label dl dd textarea {
	width: 30rem;
}
@media screen and (max-width: 599px){
	#lp main #form #step4 .formWrap label dl dd textarea {
		width: 90vw;
	}
}
#lp main #form #step4 button span {
	font-size: 1.4rem;
	color: #ffb626;
	padding: .15rem .94rem;
	margin-right: .8rem;
}
#lp main #form #step4 .active button span {
	color: #fff;
}

#lp main #form #step4 #privacypolicy {
	width: 100%;
}

#lp main #form #step4 #privacypolicy p {
	text-align: center;
	font-size: 1.6rem;
}

#lp main #form #step4 #privacypolicy p a {
	color: #0079dd;
}


footer {
	font-size: 1.2rem;
	line-height: 1.6;
	height: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	background: #0079DD;
	color: #fff;
}


/* mail.php ここまで */
#lp main #sendMessage {
	padding: 4rem 0;
	text-align: center;
	line-height: 1.3;
}

#lp main #sendMessage h2 {
	font-size: 2.5rem;
	margin-bottom: 4rem;
}

#lp main #sendMessage p {
	font-size: 1.8rem;
	margin-bottom: 2.5rem;
}

#lp main #sendMessage p:nth-child(4) {
	margin-bottom: 5rem;
}

#lp main #sendMessage p #sendTel {
	color: #E56490;
	font-size: 2.5rem;
}

#lp main #sendMessage p #sendBack {
	background: #E56490;
	color: #fff;
	padding: 1rem 10rem;
	border-radius: 1rem;
}

/* mail.php ここまで */
header #hInner #hLogo {
	width: 350px;
}
header #hInner #hLogo img{
	width: 100%;
}

@media screen and (max-width: 599px) {
	header {
		min-width: 0;
		height: 12vw;
		padding-right: 1vw;
	}

	header #hInner {
		width: 100%;
		height: 100%;
	}

	header #hInner #hLogo {
		padding-left: .5vw;
	}

	header #hInner #hLogo img {
		width: 55vw;
		height: auto;
	}

	header #hInner #hTxt {
		padding-top: 0;
		font-size: 2vw;
	}

	main #firstView {
		width: 100%;
		height: 25vw;
		min-width: 0;
	}

	main #firstView #firstViewWrap {
		padding-left: 0;
	}

	main #firstView #firstViewWrap img {
		height: 25vw;
		object-fit: contain;
	}


	/*高さ調整のため追記*/
	#lp main #form .pr {
		height: 100%;
	}

	#lp main #form #step1,
	#lp main #form #step2,
	#lp main #form #step3,
	#lp main #form #step3-2,
	#lp main #form #step4 {
		height: 100%;
	}

	#lp main #form #step1Wrap,
	#lp main #form #step2Wrap,
	#lp main #form #step3Wrap,
	#lp main #form #step3-2Wrap,
	#lp main #form #step4Wrap {
		height: 100%;
		position: relative;
	}

	#lp main #form #step1BtnWrap,
	#lp main #form #step2BtnWrap,
	#lp main #form #step3BtnWrap,
	#lp main #form #step3-2BtnWrap,
	#lp main #form #step4BtnWrap {
		height: auto;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

	/*高さ調整のため追記*/
	#lp main #form #step1 {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transition: all 0.3s;
	}

	#lp main #form #step2 {
		width: 100%;
		position: absolute;
		top: 0;
		left: 100vw;
		transition: all 0.3s;
	}

	#lp main #form #step3 {
		width: 100%;
		position: absolute;
		top: 0;
		left: 200vw;
		transition: all 0.3s;
	}
	#lp main #form #step3-2 {
		width: 100%;
		position: absolute;
		top: 0;
		left: 300vw;
		transition: all 0.3s;
	}

	#lp main #form #step4 {
		width: 100%;
		position: absolute;
		top: 0;
		left: 400vw;
		transition: all 0.3s;
	}







	#lp main #form #step2 #step2BtnWrap #step2subBack,
	#lp main #form #step3 #step3BtnWrap #step3subBack,
	#lp main #form #step3-2 #step3-2BtnWrap #step3-2subBack,
	#lp main #form #step4 #step4BtnWrap #step4subBack {
		font-size: clamp(1.4rem, 3vw, 2rem);
		color: #0079dd;
		margin-right: 10vw;
		cursor: pointer;
		align-items: center;
		white-space: nowrap;
	}

	#lp main #form #step2 #step2BtnWrap #step2subBack::before,
	#lp main #form #step3 #step3BtnWrap #step3subBack::before,
	#lp main #form #step3-2 #step3-2BtnWrap #step3-2subBack::before,
	#lp main #form #step4 #step4BtnWrap #step4subBack::before {
		content: "";
		display: inline-block;
		width: 5vw;
		height: 5vw;
		background: url(../images/back.svg) center center no-repeat;
		margin-right: 2vw;
	}

	#lp main #form #step2 .nextBtn,
	#lp main #form #step3 .nextBtn,
	#lp main #form #step3-2 .nextBtn,
	#lp main #form #step4 button {
		width: 50vw;
		align-items: center;
		justify-content: center;
		font-size: 5vw;
		color: #fff;
		border-radius: 3vw;
		cursor: pointer;
		box-shadow: .5vw .8vw .8vw 0 #e2e2e2;
		background: #D6D6D6;
		pointer-events: none;
	}
	#lp main #form #step4 button {
		width: 68vw;

	}

	#lp main #form #step4 button {
		padding: 4vw 0;
		align-items: center;
	}
	#lp main #form #step3 .formWrap,
	#lp main #form #step3-2 .formWrap,
	#lp main #form #step4 .formWrap {
		margin-top: 25px;
		margin-bottom: 2.5vw;
		width: 100%;
	}

	#lp main #form #step3 .formWrap label,
	#lp main #form #step3-2 .formWrap label,
	#lp main #form #step4 .formWrap label {
		width: 100%;
		cursor: auto;
		margin-bottom: 2vw;
	}

	#lp main #form #step3 .formWrap label dl,
	#lp main #form #step3-2 .formWrap label dl,
	#lp main #form #step4 .formWrap label dl  {
		margin-bottom: 3.5vw;
		flex-direction: column;
		align-items: center;
	}

	#lp main #form #step4 .formWrap label:last-child dl {
		margin-bottom: 0;
	}


	#lp main #form #step3 .formWrap label dl dt,
	#lp main #form #step3-2 .formWrap label dl dt,#lp main #form #step4 .formWrap label dl dt{
		font-size: 4vw;
		margin-bottom: 4vw;
		margin-right: 0;
		display: flex;
		align-items: center;
	}

	#lp main #form #step3 .formWrap label dl dt span,
	#lp main #form #step3-2 .formWrap label dl dt span,
	#lp main #form #step4 .formWrap label dl dt span {
		font-size: clamp(1.2rem, 2.5vw, 1.5rem);
		padding: .7vw 1.2vw;
		margin-left: 3vw;
		border-radius: 1vw;
	}

	#lp main #form #step3 .formWrap label dl dt .orange,
	#lp main #form #step3-2 .formWrap label dl dt .orange,
	#lp main #form #step4 .formWrap label dl dt .orange {
		background: #F3A544;
		color: #fff;
	}

	#lp main #form #step3 .formWrap label dl dt .gray,
	#lp main #form #step3-2 .formWrap label dl dt .gray,
	#lp main #form #step4 .formWrap label dl dt .gray {
		background: #D6D6D6;
		color: #fff;
	}

	#lp main #form #step3 .formWrap label dl dd,
	#lp main #form #step3-2 .formWrap label dl dd,
	#lp main #form #step4 .formWrap label dl dd {
		font-size: clamp(1.4rem, 2.5vw, 1.8rem);
	}

	#lp main #form #step3 .formWrap label dl dd .longtext{
		width: 100%;
		/*親要素いっぱい広げる*/
		padding: 3vw 3vw;
		/*ボックスを大きくする*/
		height: 9vw;
		font-size: clamp(1.4rem, 3vw, 2rem);
		background: #fff;
		border-radius: 1vw;
		/* ボックス角の丸み */
		border: 1px solid #d6d6d6;
		/* 枠線 */
	}
#lp main #form #step3-2 .formWrap label dl dd .longtext {
		width: 100%;
		/*親要素いっぱい広げる*/
		padding: 3vw 3vw;
		/*ボックスを大きくする*/
		height: 9vw;
		font-size: clamp(1.4rem, 3vw, 2rem);
		background: #fff;
		border-radius: 1vw;
		/* ボックス角の丸み */
		border: 1px solid #d6d6d6;
		/* 枠線 */
	}


	#lp main #form #step4 button span {
		font-size: 4vw;
	}

	#lp main #form #step4 #privacypolicy {
		width: 100%;
	}

	#lp main #form #step4 #privacypolicy p {
		text-align: center;
		font-size: clamp(1.2rem, 2.5vw, 1.5rem);
		line-height: 1.333;
	}

	#lp main #form #step4 #privacypolicy p a {
		color: #0079dd;
	}

	#lp main #form #submitBtnWrap button {
		font-size: 4vw;
		padding-left: 2.5vw;
	}

	/* mail.php ここまで */
	#lp main #sendMessage {
		padding: 10vw 4vw;
	}

	#lp main #sendMessage h2 {
		font-size: 5vw;
		margin-bottom: 8vw;
	}

	#lp main #sendMessage p {
		font-size: 4vw;
		margin-bottom: 5vw;
	}

	#lp main #sendMessage p:nth-child(4) {
		margin-bottom: 10vw;
	}

	#lp main #sendMessage p #sendTel {
		font-size: 5vw;
	}

	#lp main #sendMessage p #sendBack {
		padding: 5vw 20vw;
		border-radius: 2vw;
	}

	/* mail.php ここまで */

	footer {
		padding: 0;
		min-width: 0;
		width: 100vw;
		height: 12vw;
		font-size: 3vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}


}

.nopostalcode {
	text-align: center;
}

/*アコーディオン全体*/
.accordion-area {
	list-style: none;
	width: 96%;
	max-width: 900px;
	margin: 0 auto;
}

.accordion-area li {
	margin: 10px 0;
}

.accordion-area .title {
	font-size: 1.6rem;
}

.accordion-area .title small {
	margin-top: 1rem;
	font-size: 1.4rem;
	line-height: 1.6rem;
	color: #939393;
	display: block;

}

.box {
	display: none;
}

.box .flex {
	flex-direction: column;
}

.box .box_item select,
.box .box_item input[type=text] {
	margin-top: 1rem;
	width: 20rem;
	font-size: 1.8rem;
	padding: 7px 15px;
	height: 4.6rem;
	background: #fff;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    line-height: 3rem;

}
@media screen and (max-width: 599px){
	.box .box_item select,
	.box .box_item input[type=text] {

		width: 90vw;
	}
}
#step4 .formWrap{
	margin: 0 auto;
	width: 400px;

}

/*離脱防止ページ*/
#backGuide,
#backGuide .imgWrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#backGuide .btn_close {
	position: absolute;
	top: 80px;
	right: -20px;
	width: 40px;
	height: 40px;
	display: block;
}
@media screen and (max-width: 599px){
	#backGuide .btn_close {
		position: absolute;
		top: 15vw;
		right: -5vw;
	}
}
#backGuide .btn_close a img {
	width: 40px;
	height: 40px;
}

#backGuide {
	display: none;
	position: fixed !important;
	background-color: rgba(51, 51, 51, 0.9);
	z-index: 9999;

}



#backGuide .imgWrapper {
	padding-top: 100px;
	display: block;
	width: 300px;
	margin: auto;
	cursor: pointer;
	font-weight: bold;
}
@media screen and (max-width: 599px){
	#backGuide .imgWrapper {
		padding-top: 20vw;
		display: block;
		width: 80vw;
		margin: auto;
		cursor: pointer;
		font-weight: bold;
	}
}
#backGuide .imgWrapper img {
	width: 100%;
	height: auto;
}

#backGuide p {
	width: 100%;
	height: 7rem;
	color: #333;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: underline;
}
