.sec1{
	text-align: center;
	padding: 7.92% 0 8.90625%;/*152 0 171*/
	font-size: 16px;
	color: #333;
}
.sec1 h2{
	font-size: 3em;
	color: inherit;
	font-weight: bold;
	margin-bottom: 3.61%;/*52*/
}
.sec1 .from{
	font-size: 1.125em;
	color: inherit;
}
.sec1 .from h3{
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}
.sec1 .from select{
	min-width: 7.2em;
	width: auto;
}
.sec1 select,.sec1 input[type=text],.sec1 input[type=date]{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: transparent;
	border-bottom: 1px solid #999;
	font-size: inherit;
	color: inherit;
	line-height: 2.22;
	height: 2.22em;
	width: 100%;
	border-radius: 0;
}
.sec1 select{
	background-repeat: no-repeat;
	background-image: url(../images/contact_sec1_tri.png);
	background-position: right 0.333em center;
	background-size: auto 12.5%;
	padding-left: 0.333em;
	padding-right: 1em;
}
.sec1 input[type=text],.sec1 input[type=date]{
	padding-left: 0.333em;
	padding-right: 0.333em;
}
.sec1 select{
	color: #999!important;
}
.sec1 select.changed{
	color: #333!important;
}
.sec1 .check-box{
	display: inline-block;
	vertical-align: middle;
	margin-right: 1.83em;
	margin-left: 0.333em;
}
.sec1 .type3 .check-box{
	line-height: 2.22;
}
.sec1 .check-box:last-child{
	margin-right: 0;
}
.sec1 .check-box *{
	cursor: pointer;
}
.sec1 label{
	vertical-align: middle;
}
.sec1 input[type=radio]{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	margin-right: 0.8em;
	vertical-align: middle;
	width: 0.89em;
	height: 0.89em;
	border: 1px solid #999;
	border-radius: 50%;
}
.sec1 input[type=radio]:checked{
	border-color: #0c67ba;
	background-repeat: no-repeat;
	background-image: url(../images/recruitform_checkbox_checked.png);
	background-position: center center;
	background-size: 45% auto;
}
.sec1 .table-box{
	background-color: #fbfcfc;
	position: relative;
	margin: 4.86% 0 5.42%;/*70 0 78*/
	padding: 4.3% 0 8.68%;/*62 0 125*/
	text-align: justify;
	font-size: 1.125em;
}
.sec1 .table-box::before{
	content: "";
	background-color: #fbfcfc;
	position: absolute;
	left: -4.17%;
	right: -4.17%;
	top: 0;
	bottom: 0;
}
.sec1 .table-box ul{
	position: relative;
}

.sec1 .add-box,.sec1 .delete-box{	
	display: none;
	margin-top: 2em;
	font-size: calc((16 / 18) * 1em);
	--boxcolor: #999;
	cursor: pointer;
}
.sec1 .add-box.active,.sec1 .delete-box.active{
	display: block;
}
.sec1 .icon-box{
	margin-left: 2.125em;
	margin-bottom: 0.625em;
	width: 1.75em;
	height: 1.75em;
	color: var(--boxcolor);
	border-radius: 50%;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
	position: relative;
}
.sec1 .icon-box b{
	font-weight: normal;
	font-size: 1.25em;
	line-height: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}
.sec1 .add-box p,.sec1 .delete-box p{
	color: var(--boxcolor);
}


.sec1 .type1{
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 3.5em;/*63*/
}
.sec1 .type1.train{
	margin-bottom: 2.72em;/*49*/
}
.sec1 .type1 li{
	width: 30%;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-bottom: 2.35em;
}
.sec1 .type1 li:last-child{
	margin-bottom: 0;
}
.sec1 .type1 li.width100{
	width: 100%;
}
.sec1 .type1 .th{
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	position: relative;
}
.sec1 .type1 .th span.must{
	position: absolute;
	right: 100%;
	top: -0.25em;
	color: red;
}
.sec1 .type1 .td{
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.sec1 .type2{
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-bottom: 1.61em;/*29*/
}
.sec1 .type2 li.th{
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.sec1 .type2 li.td{
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.sec1 .type2 li.td .flex-box{
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec1 .type2 li.td .column{
	margin-bottom: 2.39em;/*43*/
}
.sec1 .type2 li.td .column:nth-child(8n-7){
	width: 15.43%;
}
.sec1 .type2 li.td .column:nth-child(8n-6){
	width: 15.43%;
}
.sec1 .type2 li.td .column:nth-child(8n-5){
	width: 21.67%;
}
.sec1 .type2 li.td .column:nth-child(8n-4){
	width: 35.52%;
}
.sec1 .type2 li.td .column:nth-child(8n-3){
	width: 29.72%;
}
.sec1 .type2 li.td .column:nth-child(8n-2){
	width: 26.86%;
}
.sec1 .type2 li.td .column:nth-child(8n-1){
	width: 16.48%;
}
.sec1 .type2 li.td .column:nth-child(8n){
	width: 15.43%;
}
.sec1 .type2 li.td p{
	margin-bottom: 0.722em;
	padding-left: 0.333em;
	padding-right: 0.333em;
}


.sec1 .type3{
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-bottom: 3.7em;/*67*/
}
.sec1 .type3:last-child{
	margin-bottom: 0;
}
.sec1 .type3.experience{
	margin-bottom: 2.444em;/*44*/
}
.sec1 .type3 ul.th{
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.sec1 .type3 ul.td{
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.sec1 .type3 ul.td li{
	margin-bottom: 0.72em;/*13*/
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
}
.sec1 .type3 ul.td li:last-child{
	margin-bottom: 0;
}
.sec1 .type3 ul.td .column:nth-child(1){
	width: 19.94%;
}
.sec1 .type3.social ul.td .column:nth-child(1){
	width: 8em;
}
.sec1 .type3 ul.td .column:nth-child(2){
	width: 15.43%;
}
.sec1 .type3 ul.td .column:nth-child(3){
	width: 17.76%;
}
.sec1 .type3.relation-company ul.td .column:nth-child(3){
	width: 26.48%;
}
.sec1 .type3.social ul.td .column:nth-child(3){
	width: 60%;
}
.sec1 .type3 ul.td .column:nth-child(4){
	width: 16.48%;
}
.sec1 .type3.relation-company ul.td .column:nth-child(4){
	width: 26.78%;
}
.sec1 .type3 ul.td .column:nth-child(5){
	width: 15.43%;
}
.sec1 .type3 ul.td p{
	padding-left: 0.333em;
	padding-right: 0.333em;
}


.sec1 .submit{
	display: block;
	margin: 0 auto;
	background-color: #0c67ba;
	color: #fff;
	width: 7.8em;
	text-align: center;
	height: 2.78em;
	line-height: 2.78;
}


#pop-cover{
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-display: none;
	display: none;
	z-index: 99;
}
#pop-cover.active{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#pop-cover .pop-box{
	background-color: #fff;
	width: 500px;
	position: relative;
	display: none;
	padding: 3.4375% 0;/*66 0*/
	text-align: center;
	max-width: 80%;
}
#pop-cover .pop-box.active{
	display: block;
}
#pop-cover .pop-box .close img{
	position: absolute;
	right: 11px;
	top: 11px;
	width: 22px;
}
#pop-cover .pop-box .icon{
	width: 53px;
}
#pop-cover .pop-box p{
	font-size: 28px;
	color: #0c67ba;
	margin-top: 1em;
	line-height: 1.5;
}


@media only screen and (min-width:1024px){
	.sec1 .add-box:hover{
		--boxcolor: #0c67ba;
	}
	.sec1 .delete-box:hover{
		--boxcolor: #fc0404;
	}
	.sec1 .add-box:hover .icon-box,.sec1 .add-box:hover .icon-box{
		color: #fff;
		background-color: var(--boxcolor);
		border-color: var(--boxcolor);
	}

}
@media only screen and (max-width:1366px){
	.sec1{
		font-size: 14px;
	}
}
@media only screen and (max-width:1024px){
	.sec1{
		font-size: 0.625rem;
	}


	.sec1{
		padding: 15% 0;/*152 0 171*/
	}
	.sec1 h2{
		font-size: 2.5em;
		margin-bottom: 5%;/*52*/
	}

	.sec1 .table-box{
		margin: 5% 0;/*70 0 78*/
		padding: 5% 0;/*62 0 125*/
		font-size: 1.125em;
	}


	.sec1 .type1 li{
		width: 100%;
	}

	.sec1 .type2 li.td{
		overflow-x: auto;
	}
	.sec1 .type2 li.td .flex-box{
		width: 300%;
	}
	.sec1 .type2 li.td .column:nth-child(8n-7){
		width: 10.5%;
	}
	.sec1 .type2 li.td .column:nth-child(8n-6){
		width: 10.5%;
	}
	.sec1 .type2 li.td .column:nth-child(8n-5){
		width: 10.5%;
	}
	.sec1 .type2 li.td .column:nth-child(8n-4){
		width: 10.5%;
	}
	.sec1 .type2 li.td .column:nth-child(8n-3){
		width: 10.5%;
	}
	.sec1 .type2 li.td .column:nth-child(8n-2){
		width: 10.5%;
	}
	.sec1 .type2 li.td .column:nth-child(8n-1){
		width: 10.5%;
	}
	.sec1 .type2 li.td .column:nth-child(8n){
		width: 10.5%;
	}


	.sec1 .type3 ul.td{
		overflow-x: auto;
	}
	.sec1 .type3 ul.td li{
		width: 200%;
	}

	.sec1 .type3.social ul.td .column:nth-child(1){
		width: 10em;
	}
	.sec1 .type3.social ul.td .column:nth-child(3){
		width: 55%;
	}


	.sec1 .submit{
		display: block;
		margin: 0 auto;
		background-color: #0c67ba;
		color: #fff;
		width: 7.8em;
		text-align: center;
		height: 2.78em;
		line-height: 2.78;
	}
	#pop-cover .pop-box {
		padding: 10% 0;
	}
	#pop-cover .pop-box .close img{
		width: 1.5rem;
	}
	#pop-cover .pop-box p{
		font-size: 1rem;
	}
}