.el-button.el-button--primary {
	background-color: white !important;
	border-color: #4472c4 !important;
	color: #4472c4 !important;
	width: 380px;
	text-align: center;
	font-size: 14px;
	position: relative;
	height: 60px;
	transition: color 0.2s ease;
	z-index: 5;
	overflow: hidden;
	border-radius: 10px !important;
	overflow: hidden;
}
.el-button.el-button--primary::before {
	content: "";
	z-index: -20;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 60px;
	transition: transform 0.3s ease;
	background-color: #4472c4;
}
.el-button.el-button--primary span {
	display: flex;
	justify-content: flex-start;
}
.el-button.el-button--primary span i {
	content: "";
	position: absolute;
	background-image: url(../images/blog/half-arrow-right-blue.svg);
	z-index: 20;
	height: 20px;
	width: 20px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.recruitformwrap .button-container {
	text-align: right;
}
.el-b-c span {
	justify-content: center !important;
	font-weight: bold;
}
.el-b-c span i {
	right: 20px !important;
}
.upload-disabled .el-upload {
	pointer-events: none;
}
.el-button.el-button--primary:hover {
	color: white !important;
}
.el-button.el-button--primary:hover::before {
	transform: translateY(-50%) scaleX(200);
}

.upload-file .el-upload {
	width: 100%;
}
.upload-file .el-upload__tip {
	margin-top: 0;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	letter-spacing: 0;
}
.upload-file .el-upload-dragger {
	height: auto;
	width: 100%;
}
.upload-file .el-upload-dragger .el-upload__text {
	font-weight: 500;
	color: #4472c4;
}
.upload-file .el-upload-dragger .el-upload__text i {
	height: 20px;
	width: 20px;
	background-image: url("../images/recruit/plus.svg");
}
.recruitformwrap {
	background: #fbfbfd;
	position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 1px 6px 2px #46464611;
}
.recruitformwrap .flex-columncenter {
	align-items: flex-start;
	text-align: left;
}
.recruitformwrap .flex-columncenter span {
	font-weight: 500;
	font-size: 24px;
	color: #0092FF;
	line-height: 30px;
	margin-bottom: 14px;
}
.recruitformwrap .flex-columncenter strong {
	font-weight: 500;
	font-size: 30px;
	color: #000000;
	line-height: 40px;
	margin-bottom: 20px;
}
.recruitformwrap .flex-columncenter p {
	font-weight: 400;
	font-size: 16px;
	color: #4b4b4b;
	line-height: 30px;
	margin-bottom: 40px;
}
.recruitformwrap .divide-line {
	margin-bottom: 50px;
}
.recruit-info-form {
	background-color: white;
	padding: 60px;
}

.recruit-info-form .el-form-item {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.recruit-info-form .el-form-item__label {
	padding-right: 60px;
	flex: 0 1 40%;
}
.recruit-info-form .el-form-item__content {
	margin-left: 0 !important;
	flex: 0 1 60%;
}
.recruit-info-form .input-for-show .el-input__inner {
	border: 0;
	font-weight: 400;
	font-size: 14px;
	padding: 0;
	pointer-events: none;
	color: #000000;
	height: 50px;
}
.recruit-info-form .input-for-input .el-input__inner,
.recruit-info-form .input-for-input .el-textarea__inner {
	padding: 20px;
	border: 0;
	font-weight: 400;
	border-radius: 0px 0px 0px 0px;
	font-size: 14px;
	background: #ffffff;
	border: 1px solid #f0f0f2;
	padding: 14px 20px;
	height: 50px;
  border-radius: 5px;
}
.recruit-info-form .el-form-item__error {
	padding-top: 15px;
}
.recruit-info-form ::placeholder {
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.recruit-info-form .input-for-input .el-textarea__inner {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}
.recruit-info-form .input-for-input .el-input__count {
	background-color: #fff;
}
.recruit-info-form .flex-jcs {
	line-height: 30px;
}
.recruit-info-form .flex-jcs span:nth-of-type(1) {
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	line-height: 20px;
}
.recruit-info-form .flex-jcs span:nth-of-type(2) {
	font-weight: 400;
	font-size: 16px;
	color: #fd346f;
	line-height: 20px;
}
.send-banner {
	background-image: url("../images/asibeauco/index-bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #F8F8F8;
	padding: 220px 0 80px;
}
.send-banner-margin{
  margin-top: 90px;
}
.need-know {
	line-height: 30px;
}
.need-know .el-checkbox.is-checked {
	color: #1e50ff;
}

.need-know .el-checkbox__inner {
	width: 20px;
	height: 20px;
	background: #ffffff;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #999999;
}
.need-know .el-checkbox__input {
	vertical-align: sub;
}
.need-know .el-checkbox__input.is-checked .el-checkbox__inner {
	background-color: #ffffff;
	border: 1px solid #999999;
}

.need-know .el-checkbox__input.is-checked .el-checkbox__inner::after {
	height: 10px;
	width: 10px;
	background-color: #000000;
	border: none;
	transform: none;
	top: 4px;
	transition: none;
}
.need-know .el-checkbox__input.is-checked + .el-checkbox__label {
	font-weight: 400;
	font-size: 16px;
	color: #000000;
}
.need-know .el-checkbox__label {
	font-weight: 400;
	font-size: 16px;
	color: #000000;
}
.need-know .el-checkbox__inner:hover {
	border-color: #000000;
}
.need-know .radiowrap {
	margin-top: 50px;
	color: black;
}
.need-know .formpritxt {
	font-weight: 400;
	font-size: 16px;
	color: #000000;
}
.need-know .formpritxt a {
	font-weight: 400;
	font-size: 16px;
	color: #4472c4;
	text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .send-banner-margin{
    margin-top: 70px;
  }
}
@media screen and (max-width: 1100px) {
	.recruit-info-form {
		padding: 40px 40px;
	}
	.el-form-item__label {
		padding-right: 30px !important;
	}
	.el-form-item__label .flex-jcs {
	}
	.el-form-item__label .flex-jcs .fs18 {
		margin-right: 20px;
	}
	.el-form-item__content {
		margin-left: 0 !important;
	}
	.el-button.el-button--primary.el-button.is-round {
	}

}
@media screen and (max-width: 800px) {
	.recruitformwrap .flex-columncenter span {
		margin-bottom: 10px;
	}
	.recruitformwrap .flex-columncenter strong {
		margin-bottom: 20px;
	}
	.recruitformwrap .flex-columncenter p {
		margin-bottom: 40px;
	}
	.recruit-info-form {
		padding: 40px 20px 40px;
	}

	.el-form-item {
		flex-direction: column;
		align-items: flex-start !important;
	}

	.recruit-info-form .flex-jcs span:nth-of-type(1) {
		margin-right: 20px;
	}
	.el-form-item__label .flex-jcs {
		margin-bottom: 20px;
	}
	.recruit-info-form .el-form-item__content {
		width: 100% !important;
	}
	.el-input__inner {
		height: 50px !important;
	}
	.recruitformwrap .divide-line {
		margin-bottom: 30px !important;
	}

	.recruit-info-form .el-form-item {
		margin-bottom: 30px;
	}
	.recruitformwrap .button-container {
		text-align: center;
	}
	.el-button.el-button--primary.el-button.is-round {
		width: 70%;
		height: 50px;
	}

}
@media screen and (max-width: 400px) {
	.recruit-info-form {
		padding: 40px 20px 40px;
	}
	.send-banner {
		padding: 160px 0 50px;
	}
}
.recruit-info {
	background-color: white;
  padding: 60px 100px 60px;
  border-radius: 20px;
  box-shadow: 0 1px 6px 0 #4d4d4d27;
}
.recruit-info .flex-columncenter {
	align-items: center;
	text-align: center;
}
.recruit-info .flex-columncenter span {
	color: #0092FF;
	line-height: 40px;
	margin-bottom: 10px;
  display: flex;
  font-size: 16px;
  font-weight: bold;
}
.recruit-info .flex-columncenter strong {
	color: #000000;
	line-height: 40px;
	margin-bottom: 20px;
}
.recruit-info .flex-columncenter p {
	color: #000000;
	line-height: 32px;
	margin-bottom: 40px;
	letter-spacing: 0;
}
.recruit-info .flex-jcs div {
	cursor: pointer;
	flex: 0 1 32%;
	padding: 20px;
	background-color: #4472c4;
	transition: all 0.3s ease-in-out;
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border: 1px solid #4472c4;
	margin-bottom: 20px;
  border-radius: 10px;
}
.recruit-info .flex-jcs div span,
.recruit-info .flex-jcs div p {
	letter-spacing: 0;
	line-height: 40px;
}
.recruit-info .flex-jcs div::before {
	content: "";
	position: absolute;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background-color: #4472c4;
	z-index: -1;
	transition: transform 0.3s ease-in-out;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.recruit-info .flex-jcs div:hover {
	transform: scale(1.05);
	color: #4472c4;
}
.recruit-info .flex-jcs div:hover::before {
	transform: scale(200);
	background-color: white;
}
.recruit-info-one {
	padding: 40px 0 0;
	flex-wrap: nowrap;
}
.recruit-info-one ul {
	flex: 0 0 320px;
	margin-right: 20px;
}
.recruit-info-one ul li {
  box-shadow: 0 1px 6px 0 #a0a0a027;
	border: 2px solid #f0f0f2;
	background-color: white;
	line-height: 40px;
	margin-bottom: 20px;
	padding: 20px;
	text-align: left;
	color: #0092FF;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
  border-radius: 10px;
}
.recruit-info-one ul li span {
	color: black;
	line-height: 30px;
}
.recruit-info-one ul li.active {
	border: 2px solid #4472c4;
}
.recruit-info-one ul li:hover {
	transform: scale(1.02);
}
.recruit-info-one > div:nth-of-type(1) {
	flex: 1 1 auto;
	/* 整个滚动条 */
	/* Webkit浏览器 */
	/* 轨道 */
	/* 滑块 */
	/* 滑块悬停状态 */
}
.recruit-info-one > div:nth-of-type(1) ::-webkit-scrollbar {
	width: 6px;
	/* 滚动条宽度 */
}
.recruit-info-one > div:nth-of-type(1) ::-webkit-scrollbar-track {
	background-color: #f1f1f1;
	/* 轨道背景色 */
}
.recruit-info-one > div:nth-of-type(1) ::-webkit-scrollbar-thumb {
	background-color: #8888887e;
	border-radius: 10px;
	/* 滑块颜色 */
}
.recruit-info-one > div:nth-of-type(1) ::-webkit-scrollbar-thumb:hover {
	background-color: #888888;
	/* 滑块悬停时的颜色 */
}
.recruit-info-one > div:nth-of-type(1) .infoItem {
	position: relative;
	height: 930px;
	overflow: auto;
  border-radius: 10px;
  box-shadow: 0 1px 6px 0 #a0a0a027;
}
.recruit-info-one > div:nth-of-type(1) .infoItem .up-part {
	position: sticky;
	top: 0;
	width: 100%;
	padding: 30px;
	background: #ffffff;
	box-shadow: 0px 2px 16px 1px rgba(0, 0, 0, 0.05);
}
.recruit-info-one > div:nth-of-type(1) .infoItem .up-part .up-part-left p:nth-of-type(1) {
	color: #000000;
	line-height: 30px;
}
.recruit-info-one > div:nth-of-type(1) .infoItem .up-part .up-part-left p:nth-of-type(2) {
	font-weight: 500;
	color: #4b4b4b;
	line-height: 30px;
}
.recruit-info-one > div:nth-of-type(1) .infoItem .up-part .up-part-left p:nth-of-type(3) {
	font-weight: 500;
	color: #4b4b4b;
	line-height: 26px;
}
.recruit-info-one > div:nth-of-type(1) .infoItem .up-part .up-part-left .pin-icon {
	background-image: url("../images/recruit/pin.svg");
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}
.recruit-info-one > div:nth-of-type(1) .infoItem .up-part .up-part-right {
	align-self: center;
}
.recruit-info-one > div:nth-of-type(1) .infoItem .up-part .up-part-right .el-button.el-button--primary {
	width: 230px;
	height: 50px;
  border-radius: 10px !important;
}
.recruit-info-one > div:nth-of-type(1) .infoItem .down-part {
	padding: 50px 40px;
	text-align: left;
	background: #ffffff;
}
.recruit-info-one > div:nth-of-type(1) .infoItem .down-part span {
	font-weight: bold;
	color: #000000;
	font-size: 15px;
	line-height: 40px;
}
.recruit-info-one > div:nth-of-type(1) .infoItem .down-part p {
	font-weight: 500;
	color: #4b4b4b;
	line-height: 32px;
	font-size: 14px;
}
@media screen and (max-width: 1200px) {
	.recruit-info-one > div:nth-of-type(1) .infoItem {
		height: unset;
	}
	.recruit-info-one {
		padding: 40px 0 0;
		flex-wrap: nowrap;
	}
	.recruit-info-one ul {
		display: none;
	}
	.recruit-info {
		padding: 80px 100px 80px;
	}
	.recruit-info .flex-columncenter {
		align-items: center;
	}
	.recruit-info .flex-columncenter span {
		color: #fd346f;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.recruit-info .flex-columncenter strong {
		color: #000000;
		line-height: 40px;
		margin-bottom: 30px;
	}
	.recruit-info .flex-columncenter p {
		color: #666666;
		line-height: 32px;
		margin-bottom: 40px;
		letter-spacing: 0;
	}
	.recruit-info .flex-jcs div {
		cursor: pointer;
		flex: 0 1 100%;
		padding: 20px;
		background-color: #4472c4;
		transition: all 0.3s ease-in-out;
		margin-bottom: 20px;
	}
	.recruit-info .flex-jcs div:last-of-type {
		margin-left: 0 !important;
	}
	.recruit-info .flex-jcs div span,
	.recruit-info .flex-jcs div p {
		letter-spacing: 0;
		line-height: 40px;
	}
	.recruit-info .flex-jcs div:hover {
		box-shadow: 0px 2px 10px 1px #2050ff82;
		transform: scale(1.05);
	}
}
@media screen and (max-width: 600px) {
	.up-part {
		flex-direction: column;
	}
	.up-part-left {
		align-items: center;
		margin-bottom: 20px;
	}
	.recruit-info {
		padding: 80px 30px 80px;
	}
	.recruit-info .flex-columncenter {
		align-items: center;
	}
	.recruit-info .flex-columncenter span {
		color: #fd346f;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.recruit-info .flex-columncenter strong {
		color: #000000;
		line-height: 40px;
		margin-bottom: 30px;
	}
	.recruit-info .flex-columncenter p {
		color: #666666;
		line-height: 32px;
		margin-bottom: 40px;
		letter-spacing: 0;
	}
	.recruit-info .flex-jcs div {
		cursor: pointer;
		flex: 0 1 100%;
		padding: 20px;
		background-color: #4472c4;
		transition: all 0.3s ease-in-out;
		margin-bottom: 20px;
	}
	.recruit-info .flex-jcs div span,
	.recruit-info .flex-jcs div p {
		letter-spacing: 0;
		line-height: 40px;
	}
	.recruit-info .flex-jcs div:hover {
		box-shadow: 0px 2px 10px 1px #2050ff82;
		transform: scale(1.05);
	}
}
.ust-mask {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.pdf-icon {
	height: 20px;
	width: 20px;
	background-image: url("../images/recruit/pdf.svg");
}
.png-icon {
	height: 20px;
	width: 20px;
	background-image: url("../images/recruit/png.svg");
}
.jpg-icon {
	height: 20px;
	width: 20px;
	background-image: url("../images/recruit/png.svg");
}
.docx-icon {
	height: 20px;
	width: 20px;
	background-image: url("../images/recruit/word.svg");
}
.ppt-icon {
	height: 20px;
	width: 20px;
	background-image: url("../images/recruit/ppt.svg");
}
.xlsx-icon {
	height: 20px;
	width: 20px;
	background-image: url("../images/recruit/excel.svg");
}
.delete-icon {
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	background-image: url("../images/recruit/delete.svg");
}
.filelist {
	margin-top: 20px;
	color: #4b4b4b;
	line-height: 24px;
}
.filelist li {
	flex-wrap: nowrap;
	align-items: center;
}
.filelist li span {
	text-align: left;
	flex: 0 1 auto;
}
.filelist li i:nth-of-type(1) {
	margin-right: 5px;
	flex: 0 0 20px;
}
.filelist li i:nth-of-type(2) {
	margin-left: 10px;
	cursor: pointer;
	flex: 1 0 20px;
}
.recruit-info-button {
	position: relative;
	z-index: 5;
	margin: 100px 0 0;
	width: 260px;
	height: 60px;
	border: 2px solid #4472c4;
	display: inline-block;
	font-weight: 500;
	color: #4472c4;
	line-height: 56px;
	cursor: pointer;
	transition: color 0.3s;
	overflow: hidden;
  border-radius: 10px;
}
.recruit-info-button::before {
	content: "";
	z-index: -20;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	transition: transform 0.5s ease-in-out;
	background-color: #4472c4;
}
.recruit-info-button:hover {
	color: white;
}
.recruit-info-button:hover::before {
	transform: scale(200);
}
.recruit-info-button i {
	position: absolute;
	background-image: url(../images/recruit/entry.svg);
	z-index: 20;
	height: 20px;
	width: 20px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
