@charset "UTF-8";
/* CSS Document */
body.entry,
body.client.thanks{
	min-height: 100vh;
	background-color: #f5f5f5;
	position: relative;
}
.red_text {
	color: #F57600;
}
.yellow_text {
	color: #FFDA71;
}
.red_note {
	color: #F57600;
	font-size: 16px;
}

.entry main {
	padding-top: 56px;
}
.ver-pc {
	align-items: center;
	background-image: url('../img/fv_bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	height: calc(100vh - 56px - 112px);
	justify-content: center;
	min-height: 650px;
}
@media screen and (max-width:768px) {

	body.entry, body.client.thanks {
		background: #fff;
	}
	.ver-pc {
		align-items: start;
		background: #EAEAEA;
	}
}
.text-center {
	text-align: center;
}

/*---------------------------/
// header
/---------------------------*/
.entry header {
	height: 56px;
	padding: 4px 40px 0px;
	position: absolute;
}
.header_content {
	margin: 0 auto;
}
.entry .logo__header {
	margin: 0;
	width: 230px;
}
.entry .form__header {
	background: #3C4261;
	margin-bottom: 20px;
}
.entry .form__header h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
}
@media screen and (max-width:768px) {

	.header_content {
		align-items: center;
		column-gap: 8px;
		display: flex;
		height: 18px;
		justify-content: space-between;
		max-width: 510px;
		margin: 0 auto;
		width: 100%;
	}
	.entry .logo__wrap {
		margin: 0;
	}
	.entry .logo__header {
		width: 162px;
	}
	.realtime_wrap {
		border: 1px solid #3C4261;
		border-radius: 4px;
		font-size: 10px;
		font-weight: bold;
		line-height: 1.3;
		padding: 4px 8px;
	}
	.entry .form__header {
		margin-bottom: 5px;
	}
}
/*---------------------------/
// footer
/---------------------------*/
.entry footer {
	background: #fff;
	padding: 0;
}
.fcontent__top {
	align-items: center;
	background-color: #fff;
	border-radius: 3px 3px 0px 0px;
	color: #989898;
	display: flex;
	font-size: 12px;
	height: 70px;
	justify-content: space-between;
	margin: 0 auto;
	width: 1024px;
}
.fcontent__top h1 {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
}
footer a {
	width: auto;
}
.to__client {
	height: 38px;
}
.fcontent__bottom {
	align-items: center;
	background-color: #393E46;
	color: #fff;
	display: flex;
	height: 42px;
}
.fcontent__bottom a {
	color: #fff;
}
.footer_warp {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 1024px;
}
.fnav {
	display: flex;
	font-size: 12px;
}
.fnav li:not(:last-of-type)::after {
	color: #fff;
	content: "|";
	margin: 0 16px;
}
.entry footer .cr {
	font-size: 10px;
	margin: 0;
}
@media screen and (max-width:768px) {

	.entry footer {
		padding: 10px 20px;
	}
	.lp_footer {
		background: #fff;
		text-align: center;
	}
	.footer_normal {
		color: #7A878C;
		font-size: 12px;
		line-height: 1.2;
		padding: 0;
	}
	.footer_list {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 16px;
	}
	.footer_list .footer_item {
		align-items: center;
		display: flex;
		margin-bottom: 0;
	}
	.footer_item a {
		color: #7A878C;
		font-size: 12px;
		line-height: 20px;
		margin-right: 4px;
		position: relative;
		transition: .2s ease-out;
	}
}

/*---------------------------/
//form-top
/---------------------------*/
.entry__form__head {
	width: 448px;
	margin-bottom: 32px;
	text-align: center;
	position: relative;
}
.entry__form__head__text {
	display: inline-block;
	margin: 0 0 16px;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.step__wrap {
	display: flex;
	width: 304px;
	height: 14px;
	margin: 0 auto;
	padding: 0 12px;
	background-color: #E6E6E6;
	border-radius: 17px;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
[class*="step__text-"] {
	font-family: 'Gotham', sans-serif;
	color: #B3B3B3;
	position: relative;
	z-index: 1;
}
.active-step1 .step__text-1, .active-step2 .step__text-2, .active-step3-1 .step__text-3, .active-step3-2 .step__text-3, .active-step4 .step__text-4, .active-step5 .step__text-5 {
	color: #fff;
}
.step__wrap::after {
	content: '';
	width: 51px;
	height: 14px;
	border-radius: 14px;
	background-color: #F57600;
	position: absolute;
	top:0;
	transition: left 0.2s ease-out;
}
.step__wrap.active-step1::after {
	left: 0;
}
.step__wrap.active-step2::after {
	left: 62px;
}
.step__wrap.active-step3-1::after, .step__wrap.active-step3-2::after {
	left: 126px;
}
.step__wrap.active-step4::after {
	left: 188px;
}
.step__wrap.active-step5::after {
	left: 252px;
}
.form__img {
	height: 58px;
	position: absolute;
	top: 4px;
	right: 0
}
.entry__form__content {
	display: flex;
	width: 448px;
	height: 512px;
	flex-direction: column;
	position: relative;
}
.entry .entry__form__content {
	margin: 0 auto;
	margin-top: 20px;
}
.form__wrap {
	display: flex;
	height: 432px;
	margin: 0;
	position: absolute;
	transition: 0.2s;
	z-index: 10;
}
.form__wrap.active-step1 {
	top: 0;
	left: 0;
}
.form__wrap.active-step2 {
	top: 0;
	left: calc(-488px - 50px);
}
.form__wrap.active-step3-1 {
	top: 0;
	left: calc((-488px - 50px)*2);
}
.form__wrap.active-step3-2 {
	top: 0;
	left: calc((-488px - 50px)*3);
}
.form__wrap.active-step4 {
	top: 0;
	left: calc((-488px - 50px)*4);
}
.form__wrap.active-step5 {
	top: 0;
	left: calc((-488px - 50px)*5);
}
[class*="form__wrap-step"] {
	margin-right: 98px;
	min-width: 448px;
	width: 448px;
}
[class*="form__wrap-step"] .form__contents,
[class*="form__wrap-step"] .agree__text{
	display: none;
}
.active-step1 .form__wrap-step1 .form__contents,
.active-step2 .form__wrap-step2 .form__contents,
.active-step3-1 .form__wrap-step3-1 .form__contents,
.active-step3-2 .form__wrap-step3-2 .form__contents,
.active-step4 .form__wrap-step4 .form__contents,
.active-step5 .form__wrap-step5 .form__contents,
.active-step5 .form__wrap-step5 .agree__text {
	display: block;
}
.form__contents:not(:last-of-type){
	margin-bottom: 20px;
}
.form__wrap-step4 .form__contents:last-of-type {
	margin-bottom: 12px;
}
.form__head {
	display: flex;
	margin-bottom: 8px;
	align-items: center;
}
.form__head::before {
	width: 32px;
	margin-right: 8px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	font-weight: bold;
	border-radius: 3px;
}
.form__head.required::before {
	content: '必須';
	background-color: #D85041;
}
.form__head.optional::before {
	content: '任意';
	background-color: #B3B3B3;
}
.form__caption {
	margin-right: 8px;
	font-size: 1.4em;
	font-weight: bold;
}
.form__check {
	font-family: 'Gotham', sans-serif;
	font-weight: bold;
	color: #E6E6E6;
	margin-left: 8px;
	transition: 0.2s;
}
.form__check__icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	background-color: #E6E6E6;
	color: #ccc;
	font-size: 1.2em;
	text-align: center;
	line-height: 16px;
	border-radius: 8px;
	transition: 0.2s;
}
.form__contents.active .form__check, .form__contents.active-nocount .form__check, .form__contents .form-group.active .form__check {
	color: #A7D129;
}
.form__contents.active .form__check__icon, .form__contents.active-nocount .form__check__icon, .form__contents .form-group.active .form__check__icon {
	color: #fff;
	background-color: #A7D129;
}
.form__wrap input:not([type="radio"]), .form__wrap input:not([type="checkbox"]), .form__wrap input + .wpcf7-list-item-label, .form__wrap select{
	display: flex;
	height: 48px;
	padding: 0 16px;
	border: 1px solid #E6E6E6;
	background-color: #fff;
	border-radius: 4px;
	font-size: 1.3em;
	font-weight: 500;
	align-items: center;
	cursor: pointer;
}
.wpcf7-list-item input[type="checkbox"]{
	display: none;
}
.form__wrap select option:first-of-type{
color: #596266;
}
.form__wrap input:not([type="radio"]), .form__wrap input:not([type="checkbox"]), .form__wrap select {
	width: 100%;
	cursor: pointer;
}
.form__wrap input[type="text"], .form__wrap input[type="tel"], .form__wrap input[type="email"] {
	cursor: text;
}
.form__wrap input[type="radio"], .form__wrap input[type="checkbox"] {
	display: none;
}
.input__group .select__wrap, .form__wrap input + .wpcf7-list-item-label {
	width: 220px;
	margin: 0 8px 8px 0;
}
.form__wrap input + .wpcf7-list-item-label {
	display: inline-flex;
	padding: 0 6px;
	align-items: center;
	position: relative;
}
.form__wrap input[type="checkbox"] + .wpcf7-list-item-label {
	width: 144px;
	margin: 0 8px 8px 0;
}
.form__wrap input + .wpcf7-list-item-label::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 6px 0 0;
	text-align: center;
	border: 1px solid #E6E6E6;
	border-radius: 8px;
}
.form__wrap .input__radio{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form__wrap .input__radio + .wpcf7-list-item-label{
	width: 100%;
	margin-right: 12px;
}
.form__wrap input[type="checkbox"] + .wpcf7-list-item-label::before {
	border-radius: 2px;
}
.form__wrap input[type="radio"]:checked + .wpcf7-list-item-label::before {
content: '●';
	color: #D85041;
}
.form__wrap input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	content: '\e902';
	font-family: 'icon';
	width: 16px;
	font-size: 12px;
	text-align: center;
	color: #D85041;
	position: absolute;
	left: 6px;
}
.input__group .select__wrap:last-of-type, .form__wrap .wpcf7-list-item:nth-of-type(2n) input[type="radio"] + .wpcf7-list-item-label {
	margin-right: 0;
}
.input__group .select__wrap, .form__wrap .wpcf7-list-item:nth-last-child(-n+ 2) input[type="radio"] + .wpcf7-list-item-label, .form__wrap .wpcf7-list-item:nth-last-child(-n+ 3) input[type="checkbox"] + .wpcf7-list-item-label {
	margin-bottom: 0;
}
.input__group {
	display: flex;
}
.select__wrap {
	position: relative;
	align-items: center;
}
.select__wrap::after {
	content: '\e903';
	font-family: 'icon';
	position: absolute;
	top: calc(50% - 0.5em);
	right: 12px;
	;
}
.work__link{
	display: flex;
	width: 220px;
	align-items: center;
	justify-content: center;
}
.work__link a{
	font-size: 1.4em;
}
.work__link a span{
	text-decoration: underline;
}

.button__wrap-step2, .button__wrap-step3-1, .button__wrap-step3-2 {
	display: none;
}
.button__wrap {
	margin: auto 0 0 0;
	overflow: visible;
}
[class*="button__wrap-step"] {
	display: none;
	position: relative;
}
.active-step1 .button__wrap-step1, .active-step2 .button__wrap-step2, .active-step3-1 .button__wrap-step3-1,
	.active-step3-2 .button__wrap-step3-2, .active-step4 .button__wrap-step4 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.active-step5 .button__wrap-step5 {
	display: block;
}
[class*="button-step"], .button-submit {
	opacity: 0.5;
	pointer-events: none;
	border-radius: 4px;
}
[class*="button-step"].tonext, .button-submit.tonext, .tonext button {
	cursor: pointer;
	opacity: 1;
	pointer-events: auto;
}
[class*="button-step"].tonext:hover, .tonext:hover button {
	transform: translateY(0);
}
[class*="button__back-step"] {
	font-size: 1.3em;
	position: relative;
	cursor: pointer;
}
.button__wrap-step2 {
	top: -80px;
}
.button__back-step2 {
	left: 15px;
}
.button__wrap-step3-1 {
	left: -10px;
	top: -160px;
}
.button__wrap-step3-2 {
	top: 0;
}
.button__wrap-step4 {
	left: 0;
	top: -200px;
}
@media screen and (max-width: 769px){

	[class*="button__wrap-step"] {
		left: -20px;
	}
	.button__wrap-step3-1 {
		top: -180px;
	}
	.button__wrap.active-step3-2 {
		bottom: -80px;
	}
	.button__wrap-step3-2 {
		top: 0;
	}
	
}
[class*="button__back-step"]::before {
	content: '\e904';
	font-family: 'icon';
	margin-right: 8px;
	color: #D85041;
}
.agree__text {
	color: #233D4C;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.6;
}
.agree__link {
	color: #F57600;
	text-decoration: underline;
}
.error-text {
	margin-left: auto;
	color: #D85041;
}
.form__contents.error input {
	border-color: #D85041;
}
.type_red.is-active{
	opacity: 0.5!important;
	pointer-events: none!important;
	cursor: not-allowed!important;
}
.type_red.is-active::before{
	content: '';
	display: flex;
	width: 24px;
	height: 24px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-image: url('../img/loading.png');
	background-size: contain;
	justify-content: center;
	z-index: 99;
	transform: rotate(359deg);
	animation: rotation 0.8s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
/***************
entry
***************/
.entry .wrap {
	display: flex;
	max-width: 1200px;
}
.entry__img {
	width: 540px;
	margin: auto 48px auto 0;
}
.entry__img img {
	width: 100%;
}
.entry .entry__form__wrap {
	background: linear-gradient(180deg, #FFF 0%, #F5F5F5 45%, #F5F5F5 75%, #FFF 100%);
	border-radius: 4px;
	box-shadow: 0 3px 20px rgba(35, 61, 76, 0.08);
	padding: 20px 40px 10px 40px;
	width: 700px;
}
.dec_arrow::after {
	right: 6px;
}
.step_bar_wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 8px 0;
}
.step_text {
	font-weight: bold;
	font-size: 16px;
	margin-right: 16px;
	width: 50px;
}
/***************
thank
***************/
.thank__wrap {
	display: block;
	width: 100%;
	margin-top: 40px;
	padding: 112px 40px 80px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 3px 20px rgba(35, 61, 76, 0.08);
	text-align: center;
}
.thank__caption {
	margin-bottom: 20px;
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: 0.06em;
}
.thank__text {
	margin-bottom: 40px;
	font-size: 1.6em;
	line-height: 2;
}
.under_text {
	margin: 24px 0 48px;
	font-size: 1.1em;
	color: #7A878C;
}
.back__top {
	font-size: 1.2em;
	font-weight: bold;
	transition: 0.4s;
}
.back__top.dec_arrow::after {
	margin-left: 8px;
	position: static;
	color: #D85041;
}
.back__top:hover {
	color: #D85041;
}
@media screen and (min-width:769px) {
	.form__wrap .wpcf7-list-item:nth-of-type(3n) input[type="checkbox"] + .wpcf7-list-item-label {
		margin-right: 0;
	}
}
@media screen and (max-width:769px) {
	[class*="button__wrap-step"] .btn1 {
		width: 221px;
	}
	[class*="button__back-step"] {
		left: 0;
	}
	.entry header {
		height: 60px;
		padding: 10px 20px;
	}
	body.thank,
.thank footer{
	background-color: #fff;
}
	.entry .wrap {
		margin: 16px 20px 0;
	}
	.entry .entry__form__wrap {
		height: auto;
		min-width: 335px;
		margin: 0 auto;
		margin-bottom: 5px;
		margin-top: 16px;
		padding: 0;
		background-color: transparent;
		box-shadow: none;
		justify-content: flex-start;
		overflow: visible;
		width: 100%;
	}
	.entry__form__head {
		width: 100%;
		height: auto;
		margin-bottom: 36px;
	}
	.entry__form__wrap .wpcf7{
		overflow: hidden;
	}
	.entry__form__head__text {
		margin: 0 0 24px;
		font-size: 2em;
		letter-spacing: 0;
	}
	.step__wrap {
		background: none;
		display: -webkit-flex;
		display: flex;
		margin: 0;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		padding-left: 0;
		position: relative;
		width: 140px;
	}
	.step__wrap div {
		background: #E6E6E6;
		border: 1px solid #E6E6E6;
		border-radius: 100%;
		-moz-border-radius: 100%;
		-webkit-border-radius: 100%;
		color: #fff;
		cursor: pointer;
		height: 22px;
		position: relative;
		width: 22px;
		z-index: 1;
	}
	.step__wrap.active-step1 div.step1, .step__wrap.active-step2 div.step2, .step__wrap.active-step3-1 div.step3,
		.step__wrap.active-step3-2 div.step3, .step__wrap.active-step4 div.step4, .step__wrap.active-step5 div.step5 {
		background: #F57600;
		border: 1px solid #F57600;
		color: #fff;
	}
	.step__wrap div span {
		font-size: 13px;
		font-weight: bold;
		left: 50%;
		line-height: 1;
		position: absolute;
		top: 50%;
		-moz-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		color: #fff;
	}
	.step__wrap::after {
		background: #E6E6E6;
		content: '';
		height: 2px;
		left: 0;
		position: absolute;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 110px;
	}
	.step__wrap.active-step2::after, .step__wrap.active-step3-1::after, .step__wrap.active-step3-2::after,
		.step__wrap.active-step4::after, .step__wrap.active-step5::after {
		left: 0;
	}
	.entry__form__content, [class*="form__wrap-step"] {
		width: calc(100vw - 40px);
		min-width: calc(100vw - 40px);
	}
	[class*="form__wrap-step"] {
		margin-right: 48px;
	}
	.form__wrap {
		display: flex;
		height: 317px;
	}
	.form__wrap.active-step2 {
		top: 0;
		left: calc((-100vw + 40px) - 48px);
	}
	.form__wrap.active-step3-1 {
		top: 0;
		left: calc(((-100vw + 40px) - 48px)*2);
	}
	.form__wrap.active-step3-2 {
		top: 0;
		left: calc(((-100vw + 40px) - 48px)*3);
	}
	.form__wrap.active-step4 {
		top: 0;
		left: calc(((-100vw + 40px) - 48px)*4);
	}
	.form__wrap.active-step5 {
		top: 0;
		left: calc(((-100vw + 40px) - 48px)*5);
	}
	.form__head::before {
		width: 28px;
		line-height: 16px;
	}
	.form__check {
		display: flex;
		align-items: center;
	}
	.form__check__icon {
		width: 17px;
		height: 17px;
		font-size: 1.3em;
		line-height: 17px;
		border-radius: 9px;
	}
	.form__wrap input::-webkit-input-placeholder{
		padding-top: 0.25em;
}
	.form__wrap input:not([type="radio"]), .form__wrap input:not([type="checkbox"]), .form__wrap input + .wpcf7-list-item-label, .form__wrap select ,.form__wrap .work__link{
		height: 51px;
	}
	.input__group .select__wrap, .form__wrap input + .wpcf7-list-item-label, .form__wrap input[type="checkbox"] + .wpcf7-list-item-label , .form__wrap .wpcf7-form-control-wrap.work{
		width: calc(50% - 6px);
		margin-right: 12px;
	}
	.form__wrap .wpcf7-list-item:nth-child(2n) input[type="checkbox"] + .wpcf7-list-item-label {
		margin-right: 0;
	}
	.form__wrap .input__radio:not(#work) .wpcf7-list-item,
	.form__wrap .work__link{
		width: calc(50% - 6px);
}
.form__wrap input + .wpcf7-list-item-label,
	.form__wrap .wpcf7-form-control-wrap.work .wpcf7-list-item
	{
		width: 100%;
	}
.form__wrap input[type="radio"]:checked + .wpcf7-list-item-label::before {
	display: flex;
	align-items: center;
	line-height: 51px;
	justify-content: center;
}
	.form__contents {
		margin-bottom: 16px;
	}
	.thank .wrap{
		margin-bottom: 48px;
	}
	.thank__wrap{
		height: auto;
		margin: 0 0 ;
		padding: 0;
		box-shadow: none;
	}
	.thank__caption{
		font-size: 2em;
		line-height: 1.6;
			margin-bottom: 16px;
}
	.thank__text {
		font-size: 1.3em;
			line-height: 1.8;
	}
}
@media screen and (max-width:365px) {
	.entry .entry__form__wrap,.entry__form__content, [class*="form__wrap-step"]{
		width: 280px;
		min-width: 0;
	}
	.form__wrap.active-step2 {
		top: 0;
		left: calc(-280px - 48px);
	}
	.form__wrap.active-step3-1 {
		top: 0;
		left: calc((-280px - 48px)*2);
	}
	.form__wrap.active-step3-2 {
		top: 0;
		left: calc((-280px - 48px)*3);
	}
	.form__wrap.active-step4 {
		top: 0;
		left: calc((-280px - 48px)*4);
	}
	.form__wrap.active-step5 {
		top: 0;
		left: calc((-280px - 48px)*5);
	}
	.entry__form__head__text{
		font-size: 1.7em;
	}
	.form__wrap input:not([type="radio"]), .form__wrap input:not([type="checkbox"]), .form__wrap input + .wpcf7-list-item-label, .form__wrap select{
		font-size: 1.2em;
	}
	[class*="button__wrap-step"] .btn1 {
		width: 154px;
		font-size: 1.1em;
	}
	.thank__caption {
		font-size: 1.8em;
			margin-bottom: 16px;
	}
	.thank__text {
		line-height: 1.8;
	}
}



.form__wrap .qualification .wpcf7-list-item:nth-last-child(-n+ 3) input[type="checkbox"] + .wpcf7-list-item-label {
	margin-bottom: 8px;
}

@media screen and (min-width: 770px){
	.form__wrap .qualification input + .wpcf7-list-item-label{
	    width: 220px;
	    margin: 0 8px 8px 0;
	}

	.form__wrap .qualification .wpcf7-list-item:nth-of-type(2n) input[type="checkbox"] + .wpcf7-list-item-label {
	    margin-right: 0;
	}
	.form__wrap .qualification .wpcf7-list-item:nth-of-type(odd) input[type="checkbox"] + .wpcf7-list-item-label {
	    margin-right: 8px !important;
	}
}

@media screen and (max-width: 769px){
	.entry__form__content {
		height: 520px;
	}
	.form__wrap {
		display: flex;
		height: 520px;
	}
}

/*---------------------------/
// new-entry
/---------------------------*/
.form-box {
	height: 100%;
}
.container {
	height: 408px;
}
.form-box__main {
	position: relative;
}
.form-box__main .form-group {
	margin-bottom: 24px;
}
.form-box.step4-box .form-group:last-child {
	margin-top: 50px;
}
.form-group .label {
	align-items: center;
	display: flex;
	margin-bottom: 12px;
}
.form-group .label h3 {
	color: #3C4261;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}
.form-group .required, .form-group .any {
	align-items: center;
	border-radius: 2px;
	color: #fff;
	display: flex;
	font-size: 10px;
	font-weight: bold;
	height: 15px;
	justify-content: center;
	margin-bottom: 1px;
	margin-right: 4px;
	min-width: 20px;
	padding: 4px;
}
.form-group .required {
	background: #F57600;
}
.form-group .any {
	background: #7A878C;
}
.form-group .label .any, .form-group .label .required {
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4;
	padding: 0 5px 2px 5px;
	vertical-align: middle;
}
.form-group .input {
	position: relative;
	width: 100%;
}
.form-group select, .form-control {
	background: #fff;
	border: 2px solid #3C4261;
	border-radius: 3px;
	cursor: pointer;
	font-size: 14px;
	height: 48px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.form-control[type="text"], .form-control[type="tel"] {
	cursor: text;
}
.form-group-row-column {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.form-group-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}
.form-group-row .input {
	padding: 0;
}
.form-group-row-column .input {
	margin: 0 0 8px 0;
	width: 48%;
}
.form-group-row .input:first-of-type, .form-group-row .input:nth-child(2n + 1) {
	padding-right: 8px;
}
.inputGroup {
	background: #fff;
	border-width: 1px;
	border: 1px solid #E0DDDD;
	border-radius: 3px;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}
input, select {
	background: #fff;
	border: 1px solid #E6E6E6;
	color: #3C4261;
	font-size: 16px;
	height: 51px;
	vertical-align: middle;
	width: 100%;
}
.inputGroup input {
	cursor: pointer;
	display: block;
	height: 4rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	left: 1.8rem;
	order: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	visibility: hidden;
	z-index: 2;
	width: 4rem;
}
.inputGroup label {
	color: #3C4261;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	overflow: hidden;
	padding: 12px 12px 12px 50px;
	position: relative;
	-webkit-transition: color 200ms ease-in;
	transition: color 200ms ease-in;
	z-index: 2;
	width: 100%;
}
.inputGroup label:before {
	content: '';
	border: 1px solid #E0DDDD;
	border-radius: 4px !important;
	bottom: 0;
	display: inline-block;
	height: 16px;
	left: 1.2rem;
	margin: auto 0;
	position: absolute;
	top: 0;
	transform: none !important;
	z-index: 2;
	width: 16px;
}
.inputGroup label:after {
	background-repeat: no-repeat;
	background-position: 0px 1px;
	border: 2px solid #E0DDDD;
	border-width: 1px;
	content: '';
	height: 16px;
	position: absolute;
	left: 1.2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	width: 16px;
}
.inputGroup input:checked~label:after {
	background-color: #fff;
	border-color: #fff;
	background-image: url('../img/check.png');
	background-size: contain;
	z-index: -1;
}
@media screen and (max-width:768px) {

	.form-group select, .form-control {
		font-size: 14px;
		height: 51px;
	}
}

.button__wrap {
	bottom: 10px;
	left: 2rem;
	max-width: initial;
	padding: 0;
	position: absolute;
	text-align: center;
	transform: none;
	width: 100%;
	z-index: 20;
}
.entry .button__wrap {
	left: 1.8rem;
}
.active-step1 .btn__step-step1 {
	display: block;
}
.active-step2 .btn__step-step2 {
	display: flex;
}
.btn_step {
	display: none;
	justify-content: space-between;
}
.btn-back {
	margin: 0;
}
.button__back-step5 {
	justify-content: start;
	left: 10px;
}
.btn-more-group .btn-back {
	background: #B3B3B3;
	border-radius: 7px;
	color: #fff;
	display: inline-block;
	font-size: 3.2rem;
	line-height: 11.9rem;
	margin-right: 0.5rem;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	width: 32%;
}
.btn-more-group .btn-back, .btn-more-group .btn-submit {
	border-radius: 3px;
	cursor: pointer;
	font-size: 13px;
	line-height: 3.45;
	padding: 0;
}
.btn-submit {
	background: #F57600;
	border-radius: 3px;
	border-width: 1px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 3.45;
	margin: 0;
	opacity: .5;
	padding: 0 1.5rem;
	pointer-events: none;
	position: relative;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: .2s;
}
.entry .btn-submit {
	width: 80%;
}
.active-step1 .btn__step-step1 .btn-submit {
	width: 50%;
}
.btn-submit.is-active {
	opacity: 1;
	pointer-events: initial;
}
.button-step3-2 {
	margin-right: 40px;
}
.entry .button-step3-2 {
	margin-right: 10px;
}
.btn-submit.button-step5 {
	height: 48px;
	left: 10px;
	margin: 0 auto 30px;
	width: 100%;
}
@media screen and (max-width:768px) {

	.entry .btn-submit {
		width: 221px;
	}
	.button-step3-2, .button-step4 {
		margin-right: 16px;
	}
	.entry .btn-submit.button-step5 {
		left: -10px;
		top: 20px;
		width: 100%;
	}
	.button__back-step5 {
		top: 10px;
	}
}
.btn-more {
	bottom: 0;
	position: absolute;
	width: 100%;
}
.btn-more::after {
	content: "\f054";
	color: #fff;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 14px;
	position: absolute;
	right: 2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
}
input::placeholder {
	color: #B3B3B3;
}

.form_title {
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
}
.form_title .form_sub_title {
	color: var(--f-57600, #F57600);
	line-height: 2.5;
}
.form-flex {
	column-gap: 4px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 510px;
	margin: 0 auto;
	row-gap: 4px;
}
.borderBox {
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 4px;
	display: block;
	flex: 0 0 48%;
}
.borderBox label {
	display: block;
	text-align: center;
}
.borderBox input {
	appearance: none;
	background: none;
	border: 2px solid #3C4261;
	border-radius: 4px;
	line-height: 1;
	margin-bottom: 0 !important;
	padding-left: 10px;
	width: 100%;
}
input:checked+span {
	background-color: #FFF1E4;
}
input[type="radio"] + span {
	border: 2px solid #3C4261;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 2;
	padding-top: 120px;
	padding-bottom: 8px;
	position: relative;
	text-align: center;
}
input[name="job-type"] + span {
	background-repeat: no-repeat;
	background-position: center top 10px;
	background-size: 82px;
	padding-top: 83.05px;
	padding-bottom: 10px;
}
input[value="施工管理"] + span {
	background-image: url('../img/step01-1.png');
}
input[value="現場作業員・職人"] + span {
	background-image: url('../img/step01-2.png');
}
input[value="建築士・設計士"] + span {
	background-image: url('../img/step01-3.png');
}
input[value="わからない相談して決めたい"] + span {
	border: 2px solid #3C4261;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	padding-top: 39px;
	padding-bottom: 40px;
	text-align: center;
}
input[name="experience"] + span {
	background-repeat: no-repeat;
	background-position: center top 10px;
	background-size: 102px;
	padding-top: 80px;
	padding-bottom: 10px;
}
input[value="未経験～1年未満"] + span {
	background-image: url('../img/step02-1.png');
}

input[value="1年～2年未満"] + span {
	background-image: url('../img/step02-2.png');
	background-size: 92px;
}
input[value="2年～3年未満"] + span {
	background-image: url('../img/step02-3.png');
	background-position: center top 20px;
	background-size: 82px;
}
input[value="3年以上"] + span {
	background-image: url('../img/step02-4.png');
	background-position: center top 20px;
	background-size: 82px;
}
input[name="qualification_question"] + span {
	background-repeat: no-repeat;
	background-position: center top 15px;
	background-size: 134px auto;
	font-size: 18px;
	padding-top: 80px;
	padding-bottom: 0;
}
input[value="はい"] + span {
	background-image: url('../img/card-yes.png');
}
input[value="いいえ"] + span {
	background-image: url('../img/card-no.png');
}
.question_box_fotter {
	background: #3C4261;
	color: #FFF;
	font-size: 12px;
	margin-top: 10px;
	padding: 10px 0;
}
.question_box_fotter div {
	color: #FFF;
	line-height: 1.3;
}
.borderBox.qualification_row {
	flex: 0 0 48.7%;
	height: 48px;
	position: relative;
}
.borderBox.qualification_row:last-child {
	flex: 0 0 98%;
}
.qualification_checkbox {
	background: #3C4261;
	border: solid 2px #3C4261;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	display: inline-block;
	height: 100%;
	position: absolute;
	width: 32px;
}
.qualification_checkbox.checked {
	background: #F57600;
	border-color: #F57600;
}
.qualification_checkbox label {
	cursor: pointer;
	display: block;
	height: 100%;
}
.qualification_checkbox label:before {
	border: 2px solid #FFF;
	border-radius: 4px;
	bottom: 0;
	content: '';
	display: inline-block;
	height: 16px;
	left: 0.4rem;
	margin: auto 0;
	position: absolute;
	top: 0;
	transform: none !important;
	width: 16px;
	z-index: 2;
}
.qualification_checkbox input:checked~label:before {
	-webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
	transform: translate(-50%, -50%) scale3d(56, 56, 1);
	opacity: 1;
}
.qualification_checkbox label:after {
	background: #3C4261;
	border: 2px solid #FFF;
	border-radius: 4px;
	content: '';
	cursor: pointer;
	height: 16px;
	left: 0.4rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	z-index: 2;
}
.qualification_checkbox input:checked~label:after {
	background: #F57600;
}
.qualification_checkbox_body {
	background: #FFF;
	border: solid 2px #3C4261;
	border-left: none;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	height: 100%;
	width: 100%;
}
.qualification_checkbox_body.checked {
	background: #FFF1E4;
	border-color: #F57600;
	color: #F57600;
}
.qualification_checkbox_body label {
	cursor: pointer;
	position: relative;
	top: 1.4rem;
}
.qualification_row .qualification_checkbox_body label {
	font-size: 13px;
	line-height: 1.2;
	margin-left: 32px;
	transform: translateY(-50%);
}
.qualification_checkbox input:checked~label .checkmark {
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	content: '';
	display: block;
	height: 5px;
	left: 0.65rem;
	position: absolute;
	top: 2.2rem;
	transform: rotate(-45deg);
	width: 10px;
	z-index: 3;
}
.qualification_row .qualification_checkbox input:checked~label .checkmark {
	top: 1.1rem;
}
@media screen and (max-width: 769px){

	.form-flex {
		column-gap: 8px;
		row-gap: 8px;
	}
	.borderBox.qualification_row {
		height: 58px;
	}
	.qualification_row .qualification_checkbox_body label {
		font-size: 14px;
	}
	.qualification_checkbox_body label {
		top: 1.8rem;
	}
	.qualification_checkbox label:before {
	}
	.qualification_checkbox label:before, .qualification_checkbox label:after {
		height: 20px;
		left: 0.25rem;
		width: 20px;
	}
	.qualification_checkbox input:checked~label .checkmark {
		height: 6px;
		left: 0.5rem;
		width: 12px;
	}
	.qualification_row .qualification_checkbox input:checked~label .checkmark {
		top: 1.45rem;
	}
}
