@charset "utf-8";
/* CSS Document */

.sec05 .wrapper {
	max-width: 1150px;
}
.sec05 .wrapper * {
	font-family: 'Noto Sans JP', sans-serif;
}
.sec05__body {
    width: 100%;
    max-width: 1150px;
    margin: auto;
}
.sec05__title {
    text-align: center;
    padding-bottom: 60px;
}
.form-step {
	outline: none;
}

.steps-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0px auto 85px;
	padding: 0 16.173913043%;
}

.step {
	max-width: 188px;
	width: calc(100% / 5);
	font-weight: 700;
	text-transform: uppercase;
	line-height: normal;
	font-size: 17px;
}

.finish {
	width: 20%;
	border-radius: 0 5px 5px 0;
	border: 2px #6f6f6f solid;
	border-left: none;
	background: #6f6f6f;
	color: #fff;
	padding: 10px 0 10px 20px;
	text-align: center;
}

.step-span {
	width: 100%;
    max-width: 188px;
    text-align: center;
    display: block;
    border: 3px #b71c1c solid;
    background: #fff;
    border-right: none;
    border-left: none;
    padding: 10px;
    position: relative;
    color: #ffc4c4;
    height: 51px;
}
.step:first-child .step-span {
	border-radius: 5px 0 0 5px;
	border-left: 3px #b71c1c solid;
}


.step-span:first-of-type {
	/* border-radius: 5px; */
}

.step-span::after {
	content: "";
	width: 32px;
	height: 32px;
	border: 3px solid #b71c1c;
	background: #fff;
	border-radius: 0 0 0 0;
	border-bottom: #fff 0px solid;
	border-left: none;
	display: inline-block;
	position: absolute;
	bottom: 5px;
	right: -17px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}


.step-name {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	padding: 10px 0 10px 20px;
	width: auto;
}
.step-name span {
	display: inline;
}
@media screen and (max-width:1080px){
	.step-name {
		padding: 14px 0 14px 20px;
	}
}

.step-current .step-span {
	background: #b71c1c;
	color: #fff;
}

.step-current .step-span::after {
	background: #b71c1c;
	border-color: #b71c1c;
}

.form-block-ttl {
	background: #fff;
	padding: 17px 0px 17px 50px;
	border-right: 10px solid #b71c1c;
	border-left: 180px #b71c1c solid;
	border-bottom: 5px #b71c1c solid;
	position: relative;
	height: 70px;
	line-height: 1;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 25px;
	clear: both;
	margin: 0 7.47826087% 5.217391304%;
	-webkit-transform: skew(25deg);
	-ms-transform: skew(25deg);
	transform: skewX(25deg);
}
.form-block-ttl.long-ttl {
	border-left-width: 320px;
}
.form-block-ttl > span {
	display: inline-block;
	-webkit-transform: skew(-25deg);
	-ms-transform: skew(-25deg);
	transform: skewX(-25deg);
}

.step-kakunin-ttl {
	padding-left: 11px;
}

.form-block-ttl .label {
	position: absolute;
	top: 16px;
	left: -166px;
	color: #fff;
	font-size: 31px;
	font-weight: bold;
	display: block;
	width: 160px;
	text-align: center;
}
.form-block-ttl.long-ttl .label {
    left: -300px;
	width: 280px;
}

.form-block-ttl .label > span {
	-webkit-transform: skew(-25deg);
	-ms-transform: skew(-25deg);
	transform: skewX(-25deg);
	color: #fff;
	font-weight: bold;
	font-size: 31px;
}

.form-block-ttl .require {
	display: inline-block;
	background: #ff581f;
	color: #fff;
	padding: 5px 9px;
	border-radius: 5px;
	margin-right: 8px;
}
@media screen and (max-width:1080px){
	.form-block-ttl {
		padding-left: 20px;
		font-size: 20px;
	}
}
@media screen and (max-width:830px){
	.form-block-ttl__less830 {
		display: none;
	}
}

.form-block {
	margin-bottom: 60px;
}

.form-block:last-of-type {
	margin-bottom: 50px;
}

button {
	cursor: pointer;
}

.form-btn {
	width: calc((100% - 60px) / 3);
	max-width: 285px;
	float: left;
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 80px;
    padding: 10px;
	margin-bottom: 20px;
	border: none;
	outline: none;
	border-radius: 5px;
	background: #e6e6e6;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.4;
	transition: .5s all ease-in-out;
	cursor: pointer;
	text-align:center;
}
.c05 {
    width: calc((100% - 60px) / 5);
    height: 40px;
}
@media screen and (max-width:1080px){
	.form-btn {
		font-size: 14px;
	}
}

.form-btn-check {
	/* display: none; */
	opacity: 0;
	position: absolute;
	left: 20px;
}

.form-btn:not(.btn-selected ):active,
.form-btn:not(.btn-selected ):focus,
.form-btn:not(.btn-selected ):hover {
	background: #ccc;
	transition: .5s all ease-in-out;
}

/* .form-btn:nth-of-type(4n) {
	margin-right: 0;
} */

.form-row {
	width: 80%;
	margin: auto;
	font-size: 14px;
}

.form-row label {
	margin-right: .7em;
}

.row-todofuken label {
	width: 5em;
	text-align: right;
	display: inline-block;
}

.form-row input, .form-row select {
	padding: 7px 10px;
	margin-right: 2em;
	margin-bottom: 1em;
	font-size: 16px;
}

.form-row select {
	margin-right: 1em;
	min-width: 5em;
}

.form-row input:last-child, .form-row select:last-child {
	margin-right: 0;
}

.form-row select[name="birth_y"] {
	width: 8em;
}

.form-row .tel-input {
	width: 4em;
	margin-right: .5em;
	margin-left: .5em;
}

.lastcheck dt,
.lastcheck dd {
	float: left;
}

.lastcheck dt {
	width: 10.5em;
	font-weight: 700;
	padding: .5em 2em .5em .5em;
    text-align: right;
    white-space: nowrap;
}

.lastcheck dt:nth-of-type(odd), .lastcheck dd:nth-of-type(odd) {
	background: #eee;
	margin-bottom: 0;
}

.lastcheck dd {
	width: calc(100% - 12.5em);
	padding: .5em 0 .5em 1em;
}


.btn-navi {
	clear: both;
	width: 80%;
	margin: auto;
	max-width: 600px;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 36px;
	font-weight: 900;
	font-family: inherit;
	color: #fff;
	background: #ff581f;
	border: none;
	outline: none;
	border-radius: 10px;
	margin-bottom: 20px;
	-webkit-box-shadow: -1px 0px 9px 0px rgba(0,0,0,.5);
	        box-shadow: -1px 0px 9px 0px rgba(0,0,0,.5);
	transition: .3s all ease-in-out;
	position: relative;

}
.btn-navi:active,
.btn-navi:focus,
.btn-navi:hover {
	transition: .3s all ease-in-out;
	-webkit-box-shadow: 0px 0 0 #6e0808;
	        box-shadow: 0px 0 0 #6e0808;
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	opacity: .8;
}

.btn-navi:active::after,
.btn-navi:focus::after,
.btn-navi:hover::after {
	transition: .3s all ease-in-out;
}

.back-link {
	text-align: center;
	font-size: 18px;
	color: #666;
	text-decoration: underline;
	transition: .5s all ease-in-out;
	cursor: pointer;
}

.back-link:active,
.back-link:focus,
.back-link:hover {
	text-decoration: none;
	color: #333;
	transition: .5s all ease-in-out;
}

.form-btn-check:checked + .form-btn,
.btn-selected {
	background: #2c3d5c;
	color: #fff;
}

.under-ipad {
	display: none;
}
.sp-only {
	display: none;
}
@media screen and (max-width:768px){
	.over-ipad {
		display: none;
	}
	.under-ipad {
		display: block;
	}
	.header {
		height: auto;
	}

	.form-wrapper {
		padding: 0;
	}

	.step-span, .step-span-finish {
		font-size: 14px;
	}

	.form-btn {
		font-size: 14px;
	}

	.step-span, .step-span-finish {
		font-size: 13px;
	}
	.btn-navi::after {
		content: none;
		width: 26px;
		height: 26px;
		border-right: 3px solid #fff;
		border-bottom: 3px solid #fff;
		position: absolute;
		bottom: 0;
		top: 0;
		margin: auto;
		right: 30px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

@media screen and (max-width:767px){
	.form-block-ttl {
		font-size: 16px;
		line-height: 1.4;
		margin-left: -25px;
		border-left-width: 110px;
		height: 40px;
		margin-right: -20px;
		padding-left: 10px;
		padding-top: 4px;
		font-size: 14px;
		
		/* 211111 調整 */
		display: flex;
	    align-items: center;
	}
	.form-block-ttl.long-ttl {
		border-left-width: 160px;
	}

	.form-block-ttl::after {
		height: 100%;
		width: 20%;
		z-index: 0;
		content: none;
	}

	.form-block-ttl .label {
		font-size: 14px;
		left: -78px;
		top: 10px;
		text-align: left;
	}
	.form-block-ttl.long-ttl .label {
        left: -128px;
		width: 160px;
	}

	.form-block-ttl .require {
		padding: 3px 8px;
		margin-right: 2px;
		
		/* 211111 調整 */
		margin-top: 10px;
		min-width: 3rem;
		text-align: center;
	}
	/* 211111 追加 */
	.form-block-ttl span:last-child {
		padding: 3px 8px;
		margin: 10px 8px 0 0;
	}
}

@media screen and (max-width:600px){
	.pc-only {
		display: none;
	}

	.sp-only {
		display: block;
	}

	.sec05__title {
		width: 66.666666667%;
		margin: auto;
		padding-top: 15px;
		padding-bottom: 30px;
		background-image: none;
	}

	.entry-form {
		padding: 20px 0px;
	}

	.steps-wrap {
		margin: 15px auto 30px;
	}

	.step-span, .step-span-finish {
		line-height: 2;
	}

	.form-block {
		margin-bottom: 30px;
	}

	.form-block:last-of-type {
		margin-bottom: 25px;
	}

	.form-btn {
		width: calc((100% - 20px) / 3);
		margin-right: 10px;
		font-size: 12px;
	}

	.form-btn:nth-of-type(4n) {
		margin-right: 10px;
	}

	.form-btn:nth-of-type(3n + 0) {
		margin-right: 0;
	}

	.btn-navi {
		height: 80px;
		font-size: 24px;
	}

	.btn-navi::after {
		width: 18px;
		height: 18px;
	}
	.btn-finish {
		line-height: 1.2;
	}

	.form-row {
		width: calc(100% - 40px);
	}

	.form-row input {
		width: 100%;
	}
	.form-row input[type="radio"] {
		width: auto;
	}

	.form-row label {
		display: block;
	}

	.form-row .form-btn {
		display: flex;
	}

	.form-row .tel-input:first-of-type {
		margin-left: 0;
	}

	.form-row select {
		min-width: 4em;
	}

	.row-todofuken label {
		text-align: left;
	}

	.row-todofuken select {
		width: 100%;
	}
	.step:not(.step-current) .step-name {
		padding-left: 20px;
	}

	.lastcheck dt,
	.lastcheck dd {
		float: none;
		width: 100%;
		text-align: left;
	}

	.lastcheck dt {
		padding: 0 .5em;
	}

	.lastcheck dt:nth-of-type(odd), .lastcheck dd:nth-of-type(odd) {
		background: none;
	}

	.lastcheck dd:nth-of-type(odd) {
		margin-bottom: 1em;
		}

	.lastcheck dd {
		margin-bottom: .5em;
		padding: 0 .5em .5em;
		border-bottom: 1px solid #ccc;
	}

	.steps-sp-wrap {
		position: relative;
		width: 61.6%;
		margin: 0 auto 30px;
	}

	.steps-sp-title {
		text-align: center;
		text-transform: capitalize;
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 10px;
	}

	.steps-sp {
		display: flex;
		justify-content: space-between;
	}

	.steps-sp::before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 6px;
		margin-top: 12px;
		background: #e8e8e8;
	}

	.steps-sp .step {
		position: relative;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: #fff;
		border: solid 2px #b71c1c;
		text-align: center;
		color: #b71c1c;
	}

	.steps-sp .step-finish {
		border-color:#6f6f6f;
		background: #6f6f6f;
		color: #fff;
		width: 50px;
		border-radius: 8px;
	}

	.steps-sp .step-current {
		border-color:#b71c1c;
		background: #b71c1c;
		color: #fff;
	}

}

@media screen and (max-width:320px) {
	.step {
		width: 48px;
	}

	.finish {
		width: 62px;
	}

	.step-span, .finish {
		font-size: 12px;
	}
	.step:not(.step-current) .step-name {
		padding-left: 20px;
	}
}



/* 220104 追記 */
@media screen and (max-width:600px) {
	.experience_job_type_childs_block .form-row#experience_job_type_childs_wrap {
		width: calc(100% - 30px);
		margin-right: 10px;
		flex-wrap: wrap;
		justify-content: start;
	}
    .form-row#experience_job_type_childs_wrap .form-btn:nth-of-type(4n) {
        margin-right: inherit;
    }
    .form-row#experience_job_type_childs_wrap .form-btn:nth-of-type(3n + 0) {
        margin-right: inherit;
    }
    .form-row#experience_job_type_childs_wrap .form-btn {
        width: calc((100% - 30px) / 3);
		word-break: break-word;
    }	
}


