@charset "UTF-8";

#main-block {
	padding-bottom: 5%;
}
#main-block > p > b {
	color: #f00;
}
#main-block table tr th > b {
	color: #f00;
	padding-left: 0.5em;
}
.section > img.flow {
	display: block;
	width: 94%;
	margin: 3% auto;
}
.qualification label,
.style label {
	display: inline-block;
	width: 30%;
}
.important label,
.style label {
	display: inline-block;
	width: 30%;
}
.qualification label:nth-child(2n),
.important label:nth-child(2n),
.style label:nth-child(2n) {
	width: 69%;
}
.style label {
	display: inline-block;
	width: 35%;
}
.style label:nth-child(2n) {
	width: 64%;
}
.wizard > .content table {
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #999;
}
.wizard > .content table tr th {
	box-sizing: border-box;
	width: 23%;
	padding: 3% 15px;
	background-color: #F2F2F2;
	border-bottom: 1px solid #999;
	text-align: left;
	font-weight: bold;
}
.wizard > .content table tr td {
	box-sizing: border-box;
	padding: 3% 15px;
	width: 70%;
	border-bottom: 1px solid #999;
}

.wizard > .content table.hope_job_table tr td:first-of-type {
	width: 25%;
}

.wizard > .content table.hope_job_table tr td:first-of-type .label{
	width: 100%;
	margin-bottom: 0;
}

.support_box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 35px 4%;
  box-sizing: border-box;
  background-color: #fff;
/*  border: 1px solid #E0E0D7;*/
  border-radius: 10px;
}
.support_box h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #707070;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.support_box h2 span {
  background: #00b302;
  padding: 0.2em 0.5em;
  display: inline-block;
  color: #fff;
  margin-right: 0.2em;
}
.support_box p {
  text-align: center;
  margin-bottom: 0.5em;
}
.support_box ul {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}
.support_box ul li {
  list-style: none;
  width: 10em;
  height: 4em;
  background-color: #f0f0f0;
  display: table;
  text-align: center;
  margin: 0 1em;
}
.support_box ul li a {
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.support_box ul li.consult a {
  background-color: #8DC5F7;
}
.support_box ul li.change a {
  background-color: #FD58A2;
}


/* jQuery Steps */
.wizard {
	/*max-width: 1020px;*/
	max-width: 806px;
	margin: 0 auto;
	/*padding: 0 5%;*/
	padding: 35px 4%;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #E0E0D7;
	border-radius: 10px;
}
.wizard > .steps ul {
	display: flex;
	padding: 0;
	margin: 0 auto;
	justify-content: space-between;
	position: relative;
}
.wizard > .steps ul::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #59A3F2;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	z-index: 1;
}
.wizard > .steps ul li {
	display: block;
	width: 40px;
	height: 40px;
	float: none;
	margin: 0;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #59A3F2;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
}
.wizard > .steps ul li.current {
	background-color: #59A3F2;
}
/*
.wizard > .steps ul li:not(:last-child)::after {
	content: "";
	display: block;
	width: 13%;
	height: 1px;
	background-color: #59A3F2;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
}
*/
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active,
.wizard > .steps ul li a, .wizard > .steps ul li a:hover, .wizard > .steps ul li a:active, .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
	display: inline;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: center;
	color: #59A3F2;
	background: none;
	font-weight: bold;
	line-height: 1.2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
	color: #fff;
	background-color: transparent;
}
.wizard > .steps ul li a span {
	display: block;
	/*font-size: 220%;*/
	font-size: 20px;
}
.wizard > .steps .number {
	display: none;
}
.wizard > .content {
	background: none;
	height: auto;
	min-height: auto;
	margin-bottom: 5vw;
	border-top: none;
}
.wizard > .content > .body {
	float: none;
	position: relative;
}
.wizard > .actions {
	text-align: center;
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
}

.wizard > .actions > ul {
	display: block;
	letter-spacing: -.4em;
	overflow: hidden;
	width: 96%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.wizard > .actions > ul > li {
	display: list-item;
	letter-spacing: normal;
	width: 48%;
	margin: 0 1%;
	padding: 0;
	float: left;
}
.wizard > .actions > ul > li a {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	height: 50px;
	border-radius: 50px;
	border-width: 0;
	background-color: #64a2f3;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.2;
	overflow: hidden;
	position: relative;
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	height: 50px;
	border-radius: 50px;
	border-width: 0;
	background-color: #64a2f3;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.2;
	overflow: hidden;
	position: relative;
}
.wizard > .actions > ul > li:first-child a,
.wizard > .actions > ul > li:first-child a:hover,
.wizard > .actions > ul > li:first-child a:active {
	background: #E6E6E6;
	color: #999999;
}

.wizard > .content strong {
	color: #707070;
	display: flex;
	align-items: center;
	/*margin: 1.0em 0;*/
	margin: .1em 0 1.8em;
	text-align: center;
	line-height: 1.4;
	font-weight: 600;
	/*font-size: 30px;*/
	font-size: 20px;
	text-align: left;
}
.wizard > .content strong small {
	display: block;
	font-size: 90%;
}
.wizard > .content strong span:not(.wrap) {
	display: flex;
	align-items: center;
	justify-content: center;
    width: 40px;
    height: 40px;
    float: none;
    margin: 0;
    border-radius: 50%;
	color: #fff;
    background-color: #59A3F2;
    border: 1px solid #59A3F2;
    position: relative;
	margin:0 10px 0 0;
	flex-shrink: 0;
	box-sizing: border-box;
}
.wizard > .content strong span.wrap {
	display: flex;
	flex-wrap: wrap;
}
.wizard > .content input[type=checkbox].qualification,
.wizard > .content input[type=checkbox].important,
.wizard > .content input[type=radio].style {
	display: none !important;
}
.wizard > .content .label {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	margin: 0 1%;
	width: 22%;
	height: 50px;
	font-size: 15px;
	padding: 0.2em 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #707070;
	background-color: #FBFBF3;
	/*border: 1px solid #b3b3b3;*/
	border: 1px solid #59A3F2;
	border-radius: 0.6em;
	line-height: 1.4;
	font-weight: 600;
	font-size: 4.0vw;
}
.wizard > .content input[type=checkbox]:checked + .label,
.wizard > .content input[type=radio]:checked + .label {
	/*background: #FECE00;*/
	color: #fff;
	background: #64a2f3;
}
.wizard > .content .label span {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 0 0.2em;
	box-sizing: border-box;
}
.wizard > .content .label small {
	display: block;
	font-weight: 600;
	font-size: 3.2vw;
}
.privacy {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 200px;
	margin: 20px auto;
	padding: 1.0em 2em;
	overflow-y: scroll;
	/*background: #DDF0F0;*/
	line-height: 1.6;
	font-size: 3.2vw;
	background-color: #fff;
	border: 1px solid #CDD6DD;
}
.privacy::-webkit-scrollbar {
	width: 12px;
}
.privacy::-webkit-scrollbar-track {
	background: #fff;
	border-left: solid 1px #ececec;
}
.privacy::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 10px;
	box-shadow: inset 0 0 0 2px #fff;
}
.wizard .privacy > strong {
	display: block;
	padding: 0 0 0.5em;
	margin: 0 !important;
	text-align: center;
	font-weight: 600;
	font-size: 24px;
}
.privacy > p {
	display: block;
	text-align: right;
}
.privacy > div p {
	padding: 0 0 1.5em;
}
.privacy > .sign {
	display: block;
	float: right;
}
.wizard > .content label.privchk {
	display: block;
	text-align: center;
}
.wizard > .content > .body label.error {
	color: #c00;
	display: block;
	margin-left: 0;
	padding: 0.3em 0;
	font-size: 3.6vw;
}


@media only screen and (min-width: 769px) {
	.wizard > .steps ul {
		/*max-width: 600px;*/
		max-width: 372px;
	}
	.wizard > .actions {
		width: 80%;
		margin: 0 auto;
	}
	.wizard > .content {
		padding: 0 0 0;
		margin-bottom: 0;
	}
	.wizard > .content .label {
		/*height: 70px;*/
		/*font-size: 20px;*/
		height: 60px;
		font-size: 16px;
	}

	.wizard > .content label.label {
		margin-bottom: 1em;
	}

	.wizard > .content .label small {
		font-size: 16px;
	}
	.wizard > .content .label small {
		font-size: 16px;
		font-size: 1.2vw;
	}
	.privacy {
		font-size: 14px;
		font-size: 1.1vw;
	}
	.wizard > .content label.privchk input[type=checkbox] {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		margin-right: 0.5em;
	}
	.wizard > .content > .body label.error {
		font-size: 20px;
		font-size: 1.6vw;
	}

}


@media only screen and (min-width: 1000px) {
	.privacy {
		font-size: 14px;
	}
	.wizard > .content > .body label.error {
		font-size: 20px;
	}

}

@media only screen and (max-width: 768px) {
	.wizard > .content .label {
		width: 47%;
		height: 15vw;
	}
	.wizard > .content .label span {
		box-sizing: border-box;
		padding: 0 0.5em;
	}
	.wizard > .steps ul li a span {
		display: block;
		font-size: 150%;
	}
	.wizard > .content strong {
		font-size: 17px;
	}
	.wizard > .content table {
		border: none;
	}
	.wizard > .content table tr th {
		display: block;
		width: 100%;
		border: none;
	}
	.wizard > .content table tr td {
		display: block;
		width: 100%;
		border: none;
		margin-bottom: 10px;
	}
	.wizard .privacy > strong {
		font-size: 17px;
	}

	.wizard > .content table.hope_job_table tr {
		display: block;
		margin-bottom: 40px;
	}

	.wizard > .content table.hope_job_table tr td:first-of-type {
		width: 100%;
	}
}

.registration_ttl_01 {
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 30px;
	line-height: 1.2;
	position: relative;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.registration_ttl_01 span {
	display: inline-block;
	font-weight: bold;
	color: #B09177;
	font-size: 2.6rem;
	letter-spacing: 2px;
	padding-bottom: 30px;
	background: url(../img/common/icn_ttl_01.png) 50% 100% no-repeat;
	background-size: 68px auto;
	letter-spacing: normal;
}
.registration_ttl_02 {
	font-size: 2rem;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}
.registration_ttl_02 span {
	font-size: 2.4rem;
	color: #64A2F3;
}
.input_01 {
	padding-bottom: 1%;
}
.input_01 .page_sec_inr {
	max-width: 900px;
}
.input_01 .page_sec_inr {
	max-width: 900px;
}
.input_01 .page_txt_block_01 {
	max-width: 800px;
	margin: 0 auto;
}
.input_01 .page_txt_block_01:last-child {
	max-width: 100%;
	margin-top: 50px;
}
.required_txt {
	color: #CE323D;
	font-size: 1.6rem;
	font-weight: bold;
}
.tac{
	text-align: center;
}

html , body {
	height: 100%;
}

.wrap--registration {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.wrap--registration .wizard {
	margin-bottom: 30px;
}

.wrap--registration .site_header {
	padding: 18px 0;
}

.wrap--registration .page_sec {
	padding-top: 6%;
	padding-bottom: 0;
}

.wrap--registration #page {
	flex: 1;
}

.wrap--registration .wrapper {
	display: flex;
    align-items: center;
	justify-content: center;
    height: 100%;
}

.wrap--registration .page_sec.input_02 {
	width: 100%;
	max-width: 806px;
	padding-right: 3%;
	padding-left: 3%;
}

.wrap--registration footer {
	color: #707070;
	background-color: #FDFAF3;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	padding: 30px 0;
}

.wrap--registration footer li {
	margin: 0 0 8px;
}

.registration_ttl {
	display: block;
	text-align: center;
	margin-bottom: 13px;
}

p.registration_ttl a {
	font-size: 18px;
	font-weight: bold;
	color: #FF5AA1;
	position: relative;
	display: inline-block;
	padding: 0 3px;
	text-decoration: none;
}

p.registration_ttl a::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #FF5AA1;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

p.registration_ttl.registration_ttl--company a {
	color: #59A3F2;
}

p.registration_ttl.registration_ttl--company a::after {
	background-color: #59A3F2;
}

.wizard > .actions > ul > li a {
	position: relative;
}

.wizard > .actions > ul > li:first-child a {
	position: relative;
}

.wizard > .actions > ul > li a::after {
	content: '';
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	display: inline-block;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(45deg);
}

.wizard > .actions > ul > li:first-child a::after {
	border-top: solid 2px #999999;
	border-right: solid 2px #999999;
}

.wizard > .content table {
	border-top: none;
	border-collapse: separate;
    border-spacing: 0 10px;
}

.wizard > .content table tr td ,
.wizard > .content table tr th {
	border-bottom: none;
	padding: 0 15px;
}

.wizard > .content table tr th {
	background-color: #DDEDFD;
	color: #59A3F2;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
}

.wizard > .content table tr select {
	position: relative;
	width: 100%;
	height: 50px;
	font-size: 16px;
	background-color: #ffffff;
	border: 1px solid #ddd;
	padding: 10px;
	cursor: pointer;
	border-radius: 4px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wizard > .content table tr select {
	-webkit-appearance: none;
	appearance: none; /* デフォルトの矢印を非表示 */
  }

.wizard > .content table tr select::-ms-expand {
	display: none; /* デフォルトの矢印を非表示(IE用) */
}

.select_wrap {
	position: relative;
	width: 100%;
}

.select_wrap::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	border-top: solid 2px #CDD6DD;
	border-right: solid 2px #CDD6DD;
	display: inline-block;
	width: 5px;
	height: 5px;
	transform: translateY(-50%) rotate(135deg);
	pointer-events: none;
}

.wizard > .content > .body input[type=date] ,
.wizard > .content > .body input[type=text] ,
.wizard > .content > .body input[type=tel] ,
.wizard > .content > .body input[type=email] {
	height: 50px;
	width: 100%;
	box-sizing: border-box;
	padding: 0.5em 1em;
}

.wizard > .content > .body input[type=date] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.registration_note {
	color: #F9A9CB;
	font-size: 14px;
	font-weight: 500;
}

@media only screen and (max-width: 768px) {
	.wizard > .content {
		margin-right: 0;
		margin-left: 0;
		margin-top: 5vw;
	}
	.wizard > .content > .body {
		padding: 0;
	}
	.wizard > .content table tr td {
		padding: 0;
	}
	.wizard > .actions > ul {
		width: 100%;
	}
	.wizard > .actions > ul > li a ,
	.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
        font-size: min(4vw,1.8rem);
        padding: 0 6% 0 5px;
	}
	.wizard > .actions > ul > li a::after {
		right: 8%;
	}
}

.privchk_wrap {
	text-align: center;
	margin-bottom: 1em;
}

.privchk_inr {
	background-color: #DDECFD;
	display: inline-block;
	padding: 1em 2em;
}
.wizard > .content label.privchk {
	margin-bottom: 0;
}

.top_sec .wizard {
	cursor: pointer;
}

.top_sec .wizard > .actions > ul > li{
    margin: 0 auto;
    padding: 0;
    float: none;
}

.top_sec .wizard > .actions > ul > li a {
    background-color: #64a2f3;
    color: #fff;
}

.top_sec .wizard > .actions > ul > li:first-child a::after {
	border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.top_sec .wizard > .content label.label {
	pointer-events: none;
    margin-bottom: 0.5em;
}