section#fv-head .en {
	left: 64.563vw;
}

section#main {
	padding-top: 0.625vw;
	padding-bottom: 10.313vw;
	position: relative;
	color: #363738;
}

section#main .row1 {
	border-bottom: 1px solid white;
	display: flex;
}

section#main .row1:first-child {
	margin-top: 4.063vw;
}

section#main .row1 .name {
	color: white;
	background:#898989;
	width: 15.75vw;
	font-size: 1.25vw;
	font-weight: bold;
	letter-spacing: 0.3em;
	display: flex;
	justify-content: center;
	align-items: center;
}

section#main .row1 .text {
	color: #363738;
	background: #f5f5f5;
	padding-top: 0.813vw;
	padding-bottom: 1.125vw;
	padding-left: 2.063vw;
	width: 54.25vw;
	font-size: 1.125vw;
	line-height: 1.67;
	font-weight: 500;
}

section#main h2 {
	margin-top: 4.625vw;
}
 
section#main a.link {
	letter-spacing: 0.04em;
	display: block;
	text-align: center;
	width: 29vw;
	margin: 4.31vw auto 0;
	text-decoration: underline;
	font-size: 1.125vw;
	color: #199B02;
}

section#main .recruit_btn {
	margin: 4.06vw auto 0;
	background: url('../image/common/btn-bg.png');
	background-size: contain;
	width: 23vw;
	height: 5vw;
	color: white;
	font-size: 1.125vw;
	font-weight: bold;
	letter-spacing: 0.2em;
	display: flex;
	justify-content: center;
	align-items: center;
}

section#main .recruit_btn .fa-envelope{
	font-size: 2.25vw;
}

@media screen and (max-width: 780px) {
	section#fv-head .en {
		left: 66.667vw;
	}
	
	section#main {
		padding-top: 2.667vw;
		padding-bottom: 21.333vw;
		position: relative;
		color: #363738;
	}
	
	section#main .row1 {
		border-bottom: 1px solid white;
		display: flex;
		flex-direction: column;
	}
	
	section#main .row1:first-child {
		margin-top: 8vw;
	}
	
	section#main .row1 .name {
		color: white;
		background:#898989;
		width: 67.2vw;
		font-size: 5.333vw;
		font-weight: bold;
		letter-spacing: 0.3em;
		display: flex;
		justify-content: center;
		align-items: center;

		width: 100%;
		justify-content: flex-start;
		padding-left: 2.667vw;
		padding-top: 2.667vw;
		padding-bottom: 2.667vw;
		letter-spacing: 0.1em;
	}
	
	section#main .row1 .text {
		color: #363738;
		background: #f5f5f5;
		padding-top: 3.467vw;
		padding-bottom: 4.8vw;
		padding-left: 2.667vw;
		padding-right: 2.667vw;
		width: 231.467vw;
		font-size: 4.8vw;
		line-height: 1.67;
		font-weight: 500;

		width: 100%;
	}
	
	section#main h2 {
		margin-top: 10.667vw;
	}

	section#main a.link {
		letter-spacing: 0.04em;
		display: block;
		text-align: center;
		width: 89.33vw;
		margin: 10vw auto 0;
		text-decoration: underline;
		font-size: 5.33vw;
		color: #199B02;
	}
	 
	section#main .recruit_btn {
		background: url('../image/common/btn-bg.png');
		color: white;
		font-size: 4.8vw;
		font-weight: bold;
		letter-spacing: 0.2em;
		display: flex;
		justify-content: center;
		align-items: center;

		margin: 10.667vw auto 0;
		width: 89.333vw;
		height: 19.421vw;
	}
	
	section#main .recruit_btn .fa-envelope{
		font-size: 9.6vw;
	}
}