.recruit {
	width: 90%;
	margin: auto;
}

#main .flex .lead {
	width: 48%;
}
#main .flex .txt_body {
	width: 50%;
}

.frame {
	width: 64%;
	max-width: 770px;
	padding: 2vw 4vw;
	margin: 25vh auto 0;
	border: 3px solid #fff;
	position: relative;
}
.frame .lines {
	width: 35%;
	max-width: 200px;
	position: absolute;
	top: 0;
	right: 0;
}
.frame .lines svg {
	width: 100%;
}
.frame .rec_line line {
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: 4px;
}

.frame h2 {
	font-family: sans-serif;
	font-size: 24px;
	line-height: 3;
	text-align: center;
	letter-spacing: .2em;
	margin-bottom: 3em;
}
.frame dl {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.frame dl dt {
	font-size: 13px;
	font-weight: bold;
	line-height: 2;
	text-align: left;
	letter-spacing: .2em;
	width: 20%;
	margin: 0vh 0 4vh;
	position: relative;
}
.frame dl dt::after {
	position: absolute;
	left: 0;
	bottom: -2vh;
	content: '';
	width: 350px;
	height: 2px;
	background-color: #fff;
}
.frame dl dt::after:last-child {
	display: none;
}
.frame dl dd {
	font-size: 13px;
	line-height: 2;
	text-align: left;
	letter-spacing: .2em;
	width: 80%;
	margin: 0vh 0 4vh;
}



@media screen and (max-width: 768px) {

#main .flex {
	width: 90%;
	margin: auto;
}
#main .flex .lead {
	width: 44%;
}
#main .flex .txt_body {
	width: 52%;
}
.frame {
	width: 90%;
	max-width: 770px;
	padding: 2vw 4vw;
	margin: 5vh auto 0;
	border: 3px solid #fff;
	position: relative;
}


}

@media screen and (max-width: 480px) {

#main .flex {
	width: 90%;
	flex-direction: column;
	margin: auto;
}
#main .flex .lead {
	width: 100%;
}
#main .flex .txt_body {
	width: 100%;
}

.frame {
	width: 100%;
	max-width: 770px;
	padding: 2vw 4vw;
	margin: 25vh auto 0;
	border: 3px solid #fff;
	position: relative;
}

.frame .lines {
	width: 35%;
	max-width: 200px;
	position: absolute;
	top: 0;
	right: 0;
}
.frame .lines svg {
	width: 100%;
}
.frame .rec_line line {
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: 4px;
}

.frame dl {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
}
.frame dl dt {
	font-size: 13px;
	font-weight: bold;
	line-height: 2;
	text-align: left;
	letter-spacing: .2em;
	width: 100%;
	margin: 0vh 0 4vh;
	position: relative;
}
.frame dl dt::after {
	position: absolute;
	left: 0;
	bottom: -2vh;
	content: '';
	width: 30vw;
	height: 2px;
	background-color: #fff;
}
.frame dl dd {
	font-size: 13px;
	line-height: 2;
	text-align: left;
	letter-spacing: .2em;
	width: 100%;
	margin: 0vh 0 4vh;
}
}
